diff options
author | recht <recht@pkgsrc.org> | 2004-06-27 23:00:24 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-06-27 23:00:24 +0000 |
commit | f42539f89d89bbd2228cd5d8ca7e6cdec46dfbda (patch) | |
tree | ae28d9d7c3f38a1450ded710bc0dcb63d4c20b11 /net/py-soappy | |
parent | 9afcba6b6220975b455d903c6fc7d3d9a0918f7e (diff) | |
download | pkgsrc-f42539f89d89bbd2228cd5d8ca7e6cdec46dfbda.tar.gz |
Update to SOAPpy-0.11.4
changes:
- Bug fixes:
- SOAPpy/Server.py: Check if header information contains SOAPAction
key before checking its value.
- Fixes for generating SOAP from complexType arrays, contributed by
antonio.beamud@linkend.com
- Fixed bug that caused typedArrayTypes to lose their type
information when rendered to SOAP and added corresponding
test case.
- New Features
- Enhancements to fault handling: The faultType Faultstring is now
a non-variable string (i.e. no nsmethod in it) so that it can be
programmatically checked. In addition fault handlers can now be
registered to handle specific types of faults.
- SOAPpy/Server.py: Modified unregsiterObject function to take
optional namespace/path args to be consistent with registerObject.
- SOAPpy/Server.py: Added an unregisterObject function
- Changes to allow SOAPBuilder so it can handle a 'raw' Python object.
For details see:
http://sourceforge.net/project/showfiles.php?group_id=26590
Diffstat (limited to 'net/py-soappy')
-rw-r--r-- | net/py-soappy/Makefile | 4 | ||||
-rw-r--r-- | net/py-soappy/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index 280ea8cb17f..2191b159707 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2004/05/05 08:11:07 recht Exp $ +# $NetBSD: Makefile,v 1.14 2004/06/27 23:00:24 recht Exp $ # -DISTNAME= SOAPpy-0.11.3 +DISTNAME= SOAPpy-0.11.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= net diff --git a/net/py-soappy/distinfo b/net/py-soappy/distinfo index ec6d8ed1b6f..a084f4b0801 100644 --- a/net/py-soappy/distinfo +++ b/net/py-soappy/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/03/03 10:13:20 recht Exp $ +$NetBSD: distinfo,v 1.7 2004/06/27 23:00:24 recht Exp $ -SHA1 (SOAPpy-0.11.3.tar.gz) = 6bb17533d4074b991c3d57863cbf8e00b8e3068a -Size (SOAPpy-0.11.3.tar.gz) = 128165 bytes +SHA1 (SOAPpy-0.11.4.tar.gz) = e5880c04630804fbb99eec02370f03cbbf7a80b9 +Size (SOAPpy-0.11.4.tar.gz) = 129447 bytes |