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 SOAPpy-0.11.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56bce571a004
branches:  trunk
changeset: 477203:56bce571a004
user:      recht <recht%pkgsrc.org@localhost>
date:      Sun Jun 27 23:00:24 2004 +0000

description:
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@localhost

    - 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:

 net/py-soappy/Makefile |  4 ++--
 net/py-soappy/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 0870bcd3b076 -r 56bce571a004 net/py-soappy/Makefile
--- a/net/py-soappy/Makefile    Sun Jun 27 22:59:48 2004 +0000
+++ b/net/py-soappy/Makefile    Sun Jun 27 23:00:24 2004 +0000
@@ -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 -r 0870bcd3b076 -r 56bce571a004 net/py-soappy/distinfo
--- a/net/py-soappy/distinfo    Sun Jun 27 22:59:48 2004 +0000
+++ b/net/py-soappy/distinfo    Sun Jun 27 23:00:24 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index