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 | b6eb2a40ae21d79c45e6f33a16dd97635f9dbb13 (patch) | |
tree | 07ad6cc92b4aa0eef148cb408d2854487201e534 /net/py-soappy/Makefile | |
parent | 8bcebd7528596e2487bfc33795c939dcebfa9f70 (diff) | |
download | pkgsrc-b6eb2a40ae21d79c45e6f33a16dd97635f9dbb13.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/Makefile')
-rw-r--r-- | net/py-soappy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile index 0bb5946814a..b9b4efa9f61 100644 --- a/net/py-soappy/Makefile +++ b/net/py-soappy/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/08/11 22:07:17 recht Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/16 16:54:26 recht Exp $ # -DISTNAME= SOAPpy-0.10.1 +DISTNAME= SOAPpy-0.10.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/} |