From b6eb2a40ae21d79c45e6f33a16dd97635f9dbb13 Mon Sep 17 00:00:00 2001 From: recht Date: Sat, 16 Aug 2003 16:54:26 +0000 Subject: 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. --- net/py-soappy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/py-soappy/Makefile') 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/} -- cgit v1.2.3