summaryrefslogtreecommitdiff
path: root/net/py-soappy/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-08-16 16:54:26 +0000
committerrecht <recht@pkgsrc.org>2003-08-16 16:54:26 +0000
commit60499fcc6f700d4f2a10ccc08d9bc791bba524e8 (patch)
tree07ad6cc92b4aa0eef148cb408d2854487201e534 /net/py-soappy/Makefile
parent97ad43c24324eb5049f0a49962f3e8591beae3ec (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--net/py-soappy/Makefile4
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/}