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.
2003-12-24 12:42:02 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.5 2003/12/24 11:42:02 recht Exp $
|
2003-08-12 00:07:17 +02:00
|
|
|
${PYSITELIB}/SOAPpy/Client.py
|
|
|
|
${PYSITELIB}/SOAPpy/Client.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Client.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/Config.py
|
|
|
|
${PYSITELIB}/SOAPpy/Config.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Config.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/Errors.py
|
|
|
|
${PYSITELIB}/SOAPpy/Errors.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Errors.pyo
|
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.
2003-12-24 12:42:02 +01:00
|
|
|
${PYSITELIB}/SOAPpy/GSIServer.py
|
|
|
|
${PYSITELIB}/SOAPpy/GSIServer.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/GSIServer.pyo
|
2003-08-12 00:07:17 +02:00
|
|
|
${PYSITELIB}/SOAPpy/NS.py
|
|
|
|
${PYSITELIB}/SOAPpy/NS.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/NS.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/Parser.py
|
|
|
|
${PYSITELIB}/SOAPpy/Parser.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Parser.pyo
|
2003-03-19 12:51:08 +01:00
|
|
|
${PYSITELIB}/SOAPpy/SOAP.py
|
|
|
|
${PYSITELIB}/SOAPpy/SOAP.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/SOAP.pyo
|
2003-08-12 00:07:17 +02:00
|
|
|
${PYSITELIB}/SOAPpy/SOAPBuilder.py
|
|
|
|
${PYSITELIB}/SOAPpy/SOAPBuilder.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/SOAPBuilder.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/Server.py
|
|
|
|
${PYSITELIB}/SOAPpy/Server.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Server.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/Types.py
|
|
|
|
${PYSITELIB}/SOAPpy/Types.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Types.pyo
|
2003-08-16 18:54:26 +02:00
|
|
|
${PYSITELIB}/SOAPpy/URLopener.py
|
|
|
|
${PYSITELIB}/SOAPpy/URLopener.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/URLopener.pyo
|
2003-08-12 00:07:17 +02:00
|
|
|
${PYSITELIB}/SOAPpy/Utilities.py
|
|
|
|
${PYSITELIB}/SOAPpy/Utilities.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/Utilities.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/WSDL.py
|
|
|
|
${PYSITELIB}/SOAPpy/WSDL.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/WSDL.pyo
|
2003-03-19 12:51:08 +01:00
|
|
|
${PYSITELIB}/SOAPpy/__init__.py
|
|
|
|
${PYSITELIB}/SOAPpy/__init__.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/__init__.pyo
|
2003-08-12 00:07:17 +02:00
|
|
|
${PYSITELIB}/SOAPpy/version.py
|
|
|
|
${PYSITELIB}/SOAPpy/version.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/version.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.pyo
|
2003-08-16 18:54:26 +02:00
|
|
|
${PYSITELIB}/SOAPpy/wstools/UserTuple.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/UserTuple.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/UserTuple.pyo
|
2003-08-12 00:07:17 +02:00
|
|
|
${PYSITELIB}/SOAPpy/wstools/Utility.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/Utility.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/Utility.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/WSDLTools.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/WSDLTools.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/WSDLTools.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/XMLSchema.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/XMLSchema.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/XMLSchema.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/XMLname.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/XMLname.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/XMLname.pyo
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/__init__.py
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/__init__.pyc
|
|
|
|
${PYSITELIB}/SOAPpy/wstools/__init__.pyo
|
|
|
|
@dirrm ${PYSITELIB}/SOAPpy/wstools
|
2003-03-19 12:51:08 +01:00
|
|
|
@dirrm ${PYSITELIB}/SOAPpy
|