Subject: CVS commit: pkgsrc/net/py-soappy
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 03/03/2004 10:13:20
Module Name:	pkgsrc
Committed By:	recht
Date:		Wed Mar  3 10:13:20 UTC 2004

Modified Files:
	pkgsrc/net/py-soappy: Makefile distinfo

Log Message:
update to 0.11.3

- Bug fixes:
   - Code in Types.py assumes nested scopes, so I added the proper import so
     this will work under python 2.2.x
   - Fixing namespace collision
   - Fixed handing of named arguments bug introduced in 0.11.1.
   - Fix memory leak when exceptions are raised.
   - Fix bug when content-length is not present in parsed SOAP message.
   - Fix bug #888345: Python 2.3 boolean type serialized as int
   - Fix bug #875977: no escaping of bad tagnames for NoneTypes

- New features:
   - Improved Globus support and documentation.  Thanks Ivan!
   - Added context handling
   - Changed the use of SOAPAction, it used to default to setting it
     to "", now it defaults to setting it to the method (not the
     nsmethod). There is a clause in Server.py that catches 'old style'
     SOAPActions (aka "") and sets them to the method. When this is
     confirmed to be what everyone wants and we decide it's alright to
     (possibly) break client/server interop, we can take the clause out
     of Server.py and just handle SOAPActions of "" as a possible
     error/warning.
   - Additional test code.
   - Raise a SOAPException instead of returning a SOAPpy.faultType
     when a SOAP Fault is encountered and simplify_objects is enabled.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/net/py-soappy/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/py-soappy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.