Subject: CVS commit: pkgsrc/net/py-soappy
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 12/24/2003 11:42:02
Module Name: pkgsrc
Committed By: recht
Date: Wed Dec 24 11:42:02 UTC 2003
Modified Files:
pkgsrc/net/py-soappy: Makefile PLIST buildlink2.mk distinfo
Log Message:
update to 0.11.1
changes:
- Preliminary pyGlobus support (contributed by Ivan R. Judson)
- Fixes for many of the test scripts in tests/*.py, as well as
documentation in tests/README of what tests succeed and fail.
- New/Changed configuration settings:
- Added 'strict' option to the WSDL class constructor. If strict is
true, a RuntimeException will be raised if an unrecogned message is
recieved. If strict is false, a warning will be printed to the
console, the message type will be added to the WSDL schema, and
processing will continue. This is in response to the second half of
bug report [ 817331 ] "Some WSDL.py changes", submitted by Rudolf
Ruland.
- Config.simplify_objects=1 now converts all SOAPpy objects into basic
Python types (list, dictionary, tuple, double, float, etc.). By default,
Config.simplify_objects=0 for backward compatibility.
- Config.dict_encoding='ascii' converts the keys of dictionaries
(e.g. created when Config.simplify_objects=1) to ascii == plain python
strings instead of unicode strings. This variable can be set to any
encoding known to string.encode().
- Config.strict_range=1 forces the SOAP parsing routines to perform
range checks on recieved SOAP float and double objects. When
The following bugs have been fixed:
[ 752882 ] "SSL SOAP Server no longer working."
[ 792258 ] "SOAPBuilder.SOAPBuilder.dump can catch wrong exceptions"
[ 792600 ] "SOAPBuilder.SOAPBuilder.dump possibly should not call gentag"
[ 817331 ] "Some WSDL.py changes"
[ 858168 ] 'xsi:nil="true" causes exception'
In addtion, all of the outstanding bugs in the WSDL implementation
have been fixed, so WSDLProxy should now function properly.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/net/py-soappy/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/py-soappy/PLIST \
pkgsrc/net/py-soappy/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/net/py-soappy/buildlink2.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.