pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-soappy Update to 0.10.2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/209e82dc98d2
branches: trunk
changeset: 460033:209e82dc98d2
user: recht <recht%pkgsrc.org@localhost>
date: Sat Aug 16 16:54:26 2003 +0000
description:
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:
net/py-soappy/Makefile | 4 ++--
net/py-soappy/PLIST | 8 +++++++-
net/py-soappy/distinfo | 6 +++---
3 files changed, 12 insertions(+), 6 deletions(-)
diffs (53 lines):
diff -r b3e8ab131743 -r 209e82dc98d2 net/py-soappy/Makefile
--- a/net/py-soappy/Makefile Sat Aug 16 15:34:23 2003 +0000
+++ b/net/py-soappy/Makefile Sat Aug 16 16:54:26 2003 +0000
@@ -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/}
diff -r b3e8ab131743 -r 209e82dc98d2 net/py-soappy/PLIST
--- a/net/py-soappy/PLIST Sat Aug 16 15:34:23 2003 +0000
+++ b/net/py-soappy/PLIST Sat Aug 16 16:54:26 2003 +0000
@@ -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/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/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
diff -r b3e8ab131743 -r 209e82dc98d2 net/py-soappy/distinfo
--- a/net/py-soappy/distinfo Sat Aug 16 15:34:23 2003 +0000
+++ b/net/py-soappy/distinfo Sat Aug 16 16:54:26 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2003/08/11 22:07:17 recht Exp $
+$NetBSD: distinfo,v 1.4 2003/08/16 16:54:26 recht Exp $
-SHA1 (SOAPpy-0.10.1.tar.gz) = af432aa1d75806655ea02f8674e2d33ea3cd7aab
-Size (SOAPpy-0.10.1.tar.gz) = 106384 bytes
+SHA1 (SOAPpy-0.10.2.tar.gz) = a7cfd577f0dd70f2542284ef50fd0ba23a1ad6fd
+Size (SOAPpy-0.10.2.tar.gz) = 119380 bytes
Home |
Main Index |
Thread Index |
Old Index