Subject: CVS commit: pkgsrc/net/py-soappy
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 08/11/2003 22:07:18
Module Name:	pkgsrc
Committed By:	recht
Date:		Mon Aug 11 22:07:18 UTC 2003

Modified Files:
	pkgsrc/net/py-soappy: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 0.10.1.
This version contains many changes/fixes.
among them:
- Major Change: The huge file SOAPpy/SOAP.py (4,122 lines, 131K) has
  been split into 10 separate files:
        Client.py       NS.py           SOAPBuilder.py  Utilities.py
        Config.py       Parser.py       Server.py
        Errors.py       SOAP.py         Types.py
  This should ease navigation and maintenance.
- Added client support for WSDL, ported from ZSI by Mark Bucciarelli
  <mark@hubcapconsulting.com>


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/net/py-soappy/Makefile \
    pkgsrc/net/py-soappy/buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/net/py-soappy/PLIST \
    pkgsrc/net/py-soappy/distinfo

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