diff options
author | recht <recht@pkgsrc.org> | 2004-03-11 10:31:01 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-11 10:31:01 +0000 |
commit | b5cb9227000745ca896e4c0c17a78fd93667f06e (patch) | |
tree | 29a48c8db4f1d0030510ddf027ae45cb41fcf021 /net | |
parent | 855cbfdeac7f36d77d92b220b085df84c1a139cf (diff) | |
download | pkgsrc-b5cb9227000745ca896e4c0c17a78fd93667f06e.tar.gz |
update to 1.5
Changes for 1.5, released 10-Mar-2004:
- TypeCode honoring for response parameters
- String adherence to wsdl for request/response params via ServiceProxy
- wsdl2py bug fixes
- Numerous bug fixes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-zsi/Makefile | 7 | ||||
-rw-r--r-- | net/py-zsi/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 4ddc63e5182..be3166fdb5e 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2004/01/23 16:48:54 recht Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/11 10:31:01 recht Exp $ # -DISTNAME= ZSI-1.4.1 +DISTNAME= ZSI-1.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/} @@ -16,7 +15,7 @@ PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -DIST_SUBDIR= py-ZSI +#DIST_SUBDIR= py-ZSI post-extract: ${MV} ${WRKSRC}/scripts/wsdl2py \ diff --git a/net/py-zsi/distinfo b/net/py-zsi/distinfo index f23da8ee91e..d8500998d44 100644 --- a/net/py-zsi/distinfo +++ b/net/py-zsi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2004/01/10 14:47:29 recht Exp $ +$NetBSD: distinfo,v 1.4 2004/03/11 10:31:01 recht Exp $ -SHA1 (py-ZSI/ZSI-1.4.1.tar.gz) = e5629c96b1818fec3f15c66d0c47048aedce2ffa -Size (py-ZSI/ZSI-1.4.1.tar.gz) = 376882 bytes +SHA1 (ZSI-1.5.0.tar.gz) = 53a0f02962fd9417103fd4a1d14515d2479108d1 +Size (ZSI-1.5.0.tar.gz) = 365962 bytes SHA1 (patch-aa) = 030157c727a75304c76691742a7d1813b925c4ab |