summaryrefslogtreecommitdiff
path: root/net/py-soappy/Makefile
diff options
context:
space:
mode:
authorrecht <recht>2004-06-27 23:00:24 +0000
committerrecht <recht>2004-06-27 23:00:24 +0000
commit4b0ec64ec5cf888b8bc5944905543e93f4453345 (patch)
treeae28d9d7c3f38a1450ded710bc0dcb63d4c20b11 /net/py-soappy/Makefile
parentf67871586ea3995b7cd9594caf037fa362154cc1 (diff)
downloadpkgsrc-4b0ec64ec5cf888b8bc5944905543e93f4453345.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/Makefile')
-rw-r--r--net/py-soappy/Makefile4
1 files changed, 2 insertions, 2 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