diff options
author | recht <recht@pkgsrc.org> | 2003-08-16 16:54:26 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-16 16:54:26 +0000 |
commit | 60499fcc6f700d4f2a10ccc08d9bc791bba524e8 (patch) | |
tree | 07ad6cc92b4aa0eef148cb408d2854487201e534 /net/py-soappy/PLIST | |
parent | 97ad43c24324eb5049f0a49962f3e8591beae3ec (diff) | |
download | pkgsrc-60499fcc6f700d4f2a10ccc08d9bc791bba524e8.tar.gz |
Update to 0.10.2.
changes:
- Modifed WSDL.Proxy to pass along all arguments to SOAPProxy. This
should ensure that all features of SOAPProxy are accessible to users
of WSDL.Proxy
- Created URLopener.py, which contains a class extending
urllib.FancyURLopener. This class allows reading from URLs that
are protected by basic authenticatoin, have been relocated, etc.
- Modified WSDL.Proxy to use URLopener. It should now permit access
to WSDL files protected by basic authentication.
- Modified XMLSchema to extend UserTuple instead of tuple for python < 2.2.
- Added UserTuple class, taken from from Stefan Schwarzer's ftputil
library.
Diffstat (limited to 'net/py-soappy/PLIST')
-rw-r--r-- | net/py-soappy/PLIST | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/py-soappy/PLIST b/net/py-soappy/PLIST index bc71a79f144..9eac908ec32 100644 --- a/net/py-soappy/PLIST +++ b/net/py-soappy/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/08/11 22:07:17 recht Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/16 16:54:26 recht Exp $ ${PYSITELIB}/SOAPpy/Client.py ${PYSITELIB}/SOAPpy/Client.pyc ${PYSITELIB}/SOAPpy/Client.pyo @@ -26,6 +26,9 @@ ${PYSITELIB}/SOAPpy/Server.pyo ${PYSITELIB}/SOAPpy/Types.py ${PYSITELIB}/SOAPpy/Types.pyc ${PYSITELIB}/SOAPpy/Types.pyo +${PYSITELIB}/SOAPpy/URLopener.py +${PYSITELIB}/SOAPpy/URLopener.pyc +${PYSITELIB}/SOAPpy/URLopener.pyo ${PYSITELIB}/SOAPpy/Utilities.py ${PYSITELIB}/SOAPpy/Utilities.pyc ${PYSITELIB}/SOAPpy/Utilities.pyo @@ -41,6 +44,9 @@ ${PYSITELIB}/SOAPpy/version.pyo ${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.py ${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.pyc ${PYSITELIB}/SOAPpy/wstools/TimeoutSocket.pyo +${PYSITELIB}/SOAPpy/wstools/UserTuple.py +${PYSITELIB}/SOAPpy/wstools/UserTuple.pyc +${PYSITELIB}/SOAPpy/wstools/UserTuple.pyo ${PYSITELIB}/SOAPpy/wstools/Utility.py ${PYSITELIB}/SOAPpy/wstools/Utility.pyc ${PYSITELIB}/SOAPpy/wstools/Utility.pyo |