pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-simplesoap updated to PySimpleSOAP-1.16
details: https://anonhg.NetBSD.org/pkgsrc/rev/62b8ccdf9bf7
branches: trunk
changeset: 351306:62b8ccdf9bf7
user: richard <richard%pkgsrc.org@localhost>
date: Thu Aug 18 20:41:02 2016 +0000
description:
updated to PySimpleSOAP-1.16
this fixes UnicodeEncodeError under py27 noticed via py-stdnum and
vatnumber (without py-suds) when checking VIES.
Changelog
Recent changes (2014/2015):
Plug-in system to support for WSSE (Web-Services Security extensions)
WSSE UsernameToken, UsernameDigestToken and BinaryTokenSignature support
Pythonic XML Security Library basic implementation (canonicalization, SHA1 hashing and RSA signing / verification using X509 digital certificates)
Improved SOAP Fault details
Several fixes (basic python3 support, CDATA, )
Ongoing efforts:
Unit Tests update & clean up (removing old tests, better framework, fixing non-deterministic results, etc.)
WSDL advanced support (unifying nested elements structure dialects)
Python3 support for WSSE XMLSec (M2Crypto alternatives?)
Source code refactory to improve readability and maintainability
diffstat:
net/py-simplesoap/Makefile | 7 +++----
net/py-simplesoap/PLIST | 25 +++++++++++++++++++++----
net/py-simplesoap/distinfo | 10 +++++-----
3 files changed, 29 insertions(+), 13 deletions(-)
diffs (78 lines):
diff -r 2dd86cd0cbcf -r 62b8ccdf9bf7 net/py-simplesoap/Makefile
--- a/net/py-simplesoap/Makefile Thu Aug 18 20:30:12 2016 +0000
+++ b/net/py-simplesoap/Makefile Thu Aug 18 20:41:02 2016 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/04/22 00:07:52 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2016/08/18 20:41:02 richard Exp $
-DISTNAME= PySimpleSOAP-1.10
+DISTNAME= PySimpleSOAP-1.16
PKGNAME= ${DISTNAME:tl:S/py/${PYPKGPREFIX}-/1}
CATEGORIES= net python
-MASTER_SITES= http://pysimplesoap.googlecode.com/files/
-EXTRACT_SUFX= .zip
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pysimplesoap/}
MAINTAINER= rodent%NetBSD.org@localhost
HOMEPAGE= https://pysimplesoap.googlecode.com/files/
diff -r 2dd86cd0cbcf -r 62b8ccdf9bf7 net/py-simplesoap/PLIST
--- a/net/py-simplesoap/PLIST Thu Aug 18 20:30:12 2016 +0000
+++ b/net/py-simplesoap/PLIST Thu Aug 18 20:41:02 2016 +0000
@@ -1,17 +1,24 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/22 00:07:52 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/08/18 20:41:02 richard Exp $
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pysimplesoap/__init__.py
+${PYSITELIB}/pysimplesoap/__init__.pyc
+${PYSITELIB}/pysimplesoap/__init__.pyo
+${PYSITELIB}/pysimplesoap/c14n.py
+${PYSITELIB}/pysimplesoap/c14n.pyc
+${PYSITELIB}/pysimplesoap/c14n.pyo
${PYSITELIB}/pysimplesoap/client.py
${PYSITELIB}/pysimplesoap/client.pyc
${PYSITELIB}/pysimplesoap/client.pyo
${PYSITELIB}/pysimplesoap/helpers.py
${PYSITELIB}/pysimplesoap/helpers.pyc
${PYSITELIB}/pysimplesoap/helpers.pyo
-${PYSITELIB}/pysimplesoap/__init__.py
-${PYSITELIB}/pysimplesoap/__init__.pyc
-${PYSITELIB}/pysimplesoap/__init__.pyo
+${PYSITELIB}/pysimplesoap/plugins.py
+${PYSITELIB}/pysimplesoap/plugins.pyc
+${PYSITELIB}/pysimplesoap/plugins.pyo
${PYSITELIB}/pysimplesoap/server.py
${PYSITELIB}/pysimplesoap/server.pyc
${PYSITELIB}/pysimplesoap/server.pyo
@@ -21,3 +28,13 @@
${PYSITELIB}/pysimplesoap/transport.py
${PYSITELIB}/pysimplesoap/transport.pyc
${PYSITELIB}/pysimplesoap/transport.pyo
+${PYSITELIB}/pysimplesoap/wsse.py
+${PYSITELIB}/pysimplesoap/wsse.pyc
+${PYSITELIB}/pysimplesoap/wsse.pyo
+${PYSITELIB}/pysimplesoap/xmlsec.py
+${PYSITELIB}/pysimplesoap/xmlsec.pyc
+${PYSITELIB}/pysimplesoap/xmlsec.pyo
+${PYSITELIB}/soap2py-${PKGVERSION}-py2.7.egg-info/PKG-INFO
+${PYSITELIB}/soap2py-${PKGVERSION}-py2.7.egg-info/SOURCES.txt
+${PYSITELIB}/soap2py-${PKGVERSION}-py2.7.egg-info/dependency_links.txt
+${PYSITELIB}/soap2py-${PKGVERSION}-py2.7.egg-info/top_level.txt
diff -r 2dd86cd0cbcf -r 62b8ccdf9bf7 net/py-simplesoap/distinfo
--- a/net/py-simplesoap/distinfo Thu Aug 18 20:30:12 2016 +0000
+++ b/net/py-simplesoap/distinfo Thu Aug 18 20:41:02 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 00:35:32 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/08/18 20:41:02 richard Exp $
-SHA1 (PySimpleSOAP-1.10.zip) = f4225d4447090be09462056bf1ae2bffaf3e8f4b
-RMD160 (PySimpleSOAP-1.10.zip) = 33ebf1c0fb2500a9b8b4396bb4fd37efe3e3fe1e
-SHA512 (PySimpleSOAP-1.10.zip) = e048ee82509aee21c47c085d6ce6c79cebb9c75e99be1042007579393caa0986382a9eaef503ebfb751439a17ad86a722e13a9fd518c1ba9b7b587f276eef8c5
-Size (PySimpleSOAP-1.10.zip) = 29106 bytes
+SHA1 (PySimpleSOAP-1.16.tar.gz) = a79357440ccfd42939d237bff4aecc85b3b1a257
+RMD160 (PySimpleSOAP-1.16.tar.gz) = fa7e1651d573f3b41951594c37c2d5e0027f10f4
+SHA512 (PySimpleSOAP-1.16.tar.gz) = 8de7fc1eaed1ebdd01437b95d7cfa367a7d86594133b640610e27e4cbe723c673154242010463db77cb5fa74e6552d6fafeb5a39450b0b582f809c6c95f1702f
+Size (PySimpleSOAP-1.16.tar.gz) = 39964 bytes
Home |
Main Index |
Thread Index |
Old Index