pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-soappy update to 0.11.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/1a7c5ad7352d
branches: trunk
changeset: 469933:1a7c5ad7352d
user: recht <recht%pkgsrc.org@localhost>
date: Wed Mar 03 10:13:20 2004 +0000
description:
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:
net/py-soappy/Makefile | 5 ++---
net/py-soappy/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 4a92dc0bb04d -r 1a7c5ad7352d net/py-soappy/Makefile
--- a/net/py-soappy/Makefile Wed Mar 03 10:05:40 2004 +0000
+++ b/net/py-soappy/Makefile Wed Mar 03 10:13:20 2004 +0000
@@ -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 -r 4a92dc0bb04d -r 1a7c5ad7352d net/py-soappy/distinfo
--- a/net/py-soappy/distinfo Wed Mar 03 10:05:40 2004 +0000
+++ b/net/py-soappy/distinfo Wed Mar 03 10:13:20 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index