diff options
author | recht <recht@pkgsrc.org> | 2004-03-03 10:13:20 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-03 10:13:20 +0000 |
commit | 020de8b9077dab670dfadfab982e1f3068b4957c (patch) | |
tree | c0090a23b821239e97d77e78193dee00f51f6407 /net/py-soappy | |
parent | 38b3833ac9f7e01d3576b738e5d4d33c5acee0e9 (diff) | |
download | pkgsrc-020de8b9077dab670dfadfab982e1f3068b4957c.tar.gz |
update to 0.11.3
- Bug fixes:
- Code in Types.py assumes nested scopes, so I added the proper import so
this will work under python 2.2.x
- Fixing namespace collision
- Fixed handing of named arguments bug introduced in 0.11.1.
- Fix memory leak when exceptions are raised.
- Fix bug when content-length is not present in parsed SOAP message.
- Fix bug #888345: Python 2.3 boolean type serialized as int
- Fix bug #875977: no escaping of bad tagnames for NoneTypes
- New features:
- Improved Globus support and documentation. Thanks Ivan!
- Added context handling
- Changed the use of SOAPAction, it used to default to setting it
to "", now it defaults to setting it to the method (not the
nsmethod). There is a clause in Server.py that catches 'old style'
SOAPActions (aka "") and sets them to the method. When this is
confirmed to be what everyone wants and we decide it's alright to
(possibly) break client/server interop, we can take the clause out
of Server.py and just handle SOAPActions of "" as a possible
error/warning.
- Additional test code.
- Raise a SOAPException instead of returning a SOAPpy.faultType
when a SOAP Fault is encountered and simplify_objects is enabled.
Diffstat (limited to 'net/py-soappy')
-rw-r--r-- | net/py-soappy/Makefile | 5 | ||||
-rw-r--r-- | net/py-soappy/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index 53ee9c2a81e..ecce3314d1b 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2004/01/23 16:48:54 recht Exp $ +# $NetBSD: Makefile,v 1.11 2004/03/03 10:13:20 recht Exp $ # -DISTNAME= SOAPpy-0.11.1 +DISTNAME= SOAPpy-0.11.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/} diff --git a/net/py-soappy/distinfo b/net/py-soappy/distinfo index d55957dd890..ec6d8ed1b6f 100644 --- a/net/py-soappy/distinfo +++ b/net/py-soappy/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/12/24 11:42:02 recht Exp $ +$NetBSD: distinfo,v 1.6 2004/03/03 10:13:20 recht Exp $ -SHA1 (SOAPpy-0.11.1.tar.gz) = 4d81da64ad98f7c496fcc35400bffd53f78303f5 -Size (SOAPpy-0.11.1.tar.gz) = 135047 bytes +SHA1 (SOAPpy-0.11.3.tar.gz) = 6bb17533d4074b991c3d57863cbf8e00b8e3068a +Size (SOAPpy-0.11.3.tar.gz) = 128165 bytes |