From 368dbf620d9369d25bcd1c66e254726f43155880 Mon Sep 17 00:00:00 2001 From: recht Date: Wed, 3 Mar 2004 10:13:20 +0000 Subject: 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. --- net/py-soappy/Makefile | 5 ++--- net/py-soappy/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'net/py-soappy') 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 -- cgit v1.2.3