pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-zeep py-zeep: updated to 2.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8403940d6a56
branches:  trunk
changeset: 374904:8403940d6a56
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 31 11:37:29 2018 +0000

description:
py-zeep: updated to 2.5.0

2.5.0:
- Fix AnyType value rendering by guessing the xsd type for the value
- Fix AnySimpleType.xmlvalue() not implemented exception
- Add __dir__ method to value objects returned by Zeep
- Don't require content for 201 and 202 status codes
- Fix wheel package by cleaning the build directory correctly
- Handle Nil values on complexType with SimpleContent elements
- Add Client.namespaces method to list all namespaces available
- Improve support for auto-completion

diffstat:

 net/py-zeep/Makefile |  12 ++++++++++--
 net/py-zeep/PLIST    |  11 +++++------
 net/py-zeep/distinfo |  10 +++++-----
 3 files changed, 20 insertions(+), 13 deletions(-)

diffs (72 lines):

diff -r 514cc717aa42 -r 8403940d6a56 net/py-zeep/Makefile
--- a/net/py-zeep/Makefile      Wed Jan 31 11:37:16 2018 +0000
+++ b/net/py-zeep/Makefile      Wed Jan 31 11:37:29 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2017/09/30 15:34:03 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/01/31 11:37:29 adam Exp $
 
-DISTNAME=      zeep-2.4.0
+DISTNAME=      zeep-2.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zeep/}
@@ -20,6 +20,14 @@
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 
+.include "../../lang/python/pyversion.mk"
+
+PLIST_VARS+=   aio
+.if "${PYPKGPREFIX}" != "py27" && "${PYPKGPREFIX}" != "py34"
+DEPENDS+=      ${PYPKGPREFIX}-aiohttp>=1.0:../../www/py-aiohttp
+PLIST.aio=     yes
+.endif
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"
diff -r 514cc717aa42 -r 8403940d6a56 net/py-zeep/PLIST
--- a/net/py-zeep/PLIST Wed Jan 31 11:37:16 2018 +0000
+++ b/net/py-zeep/PLIST Wed Jan 31 11:37:29 2018 +0000
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/09/30 15:34:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/01/31 11:37:29 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/zeep/__init__.py
@@ -16,11 +15,11 @@
 ${PYSITELIB}/zeep/asyncio/__init__.pyc
 ${PYSITELIB}/zeep/asyncio/__init__.pyo
 ${PYSITELIB}/zeep/asyncio/bindings.py
-${PYSITELIB}/zeep/asyncio/bindings.pyc
-${PYSITELIB}/zeep/asyncio/bindings.pyo
+${PLIST.aio}${PYSITELIB}/zeep/asyncio/bindings.pyc
+${PLIST.aio}${PYSITELIB}/zeep/asyncio/bindings.pyo
 ${PYSITELIB}/zeep/asyncio/transport.py
-${PYSITELIB}/zeep/asyncio/transport.pyc
-${PYSITELIB}/zeep/asyncio/transport.pyo
+${PLIST.aio}${PYSITELIB}/zeep/asyncio/transport.pyc
+${PLIST.aio}${PYSITELIB}/zeep/asyncio/transport.pyo
 ${PYSITELIB}/zeep/cache.py
 ${PYSITELIB}/zeep/cache.pyc
 ${PYSITELIB}/zeep/cache.pyo
diff -r 514cc717aa42 -r 8403940d6a56 net/py-zeep/distinfo
--- a/net/py-zeep/distinfo      Wed Jan 31 11:37:16 2018 +0000
+++ b/net/py-zeep/distinfo      Wed Jan 31 11:37:29 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/09/30 15:34:03 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/01/31 11:37:29 adam Exp $
 
-SHA1 (zeep-2.4.0.tar.gz) = 85e06d33b689a3856ba5ae79baee9cd4e87e3eb3
-RMD160 (zeep-2.4.0.tar.gz) = a892f2a4b802564af2293c3ae8e528ec7e81b0ce
-SHA512 (zeep-2.4.0.tar.gz) = 7bd21d8feede66678557d7f6de3788509ae5d1785dd0c1ec4ffc076b73e8dac8df58eb6cc63c53ac4e28399bf1ac74ca93ef5710269406e88ea2da05f7456a5f
-Size (zeep-2.4.0.tar.gz) = 146930 bytes
+SHA1 (zeep-2.5.0.tar.gz) = 426eafdfac8ef9e52075f44f4e1012d609918b5e
+RMD160 (zeep-2.5.0.tar.gz) = 6c50df81a501195d19cb4b16d16d1ab31ed650e7
+SHA512 (zeep-2.5.0.tar.gz) = f8eaf4eafd85d1464df28161a2cd39d9ad9079aa4fa39f3da11f352e52d3144b8d2c4b53a642c0ccaf70cac541cf7fca3a89b85b60bac7dd3330f4bb7a9bfc10
+Size (zeep-2.5.0.tar.gz) = 147413 bytes



Home | Main Index | Thread Index | Old Index