Subject: CVS commit: pkgsrc/net/py-soappy
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 06/27/2004 23:00:24
Module Name: pkgsrc
Committed By: recht
Date: Sun Jun 27 23:00:24 UTC 2004
Modified Files:
pkgsrc/net/py-soappy: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/net/py-soappy/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/py-soappy/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.