pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-autobahn py-autobahn: updated to 17.10.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3b54dffac46
branches:  trunk
changeset: 373746:d3b54dffac46
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 10 08:32:33 2018 +0000

description:
py-autobahn: updated to 17.10.1

17.10.1
fix: proxy support
fix: ensure that a future is not done before rejecting it
fix: don't try to reject cancelled futures within pending requests when closing the session

diffstat:

 www/py-autobahn/Makefile |   7 +++----
 www/py-autobahn/PLIST    |   5 ++++-
 www/py-autobahn/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 10 deletions(-)

diffs (56 lines):

diff -r c5ed218b1bfd -r d3b54dffac46 www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Wed Jan 10 08:31:24 2018 +0000
+++ b/www/py-autobahn/Makefile  Wed Jan 10 08:32:33 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/09/16 08:50:30 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/10 08:32:33 adam Exp $
 
-DISTNAME=      autobahn-17.9.2
+DISTNAME=      autobahn-17.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -12,8 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-txaio>=2.7.0:../../devel/py-txaio
-
-# actually TEST_DEPENDS
+# TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
diff -r c5ed218b1bfd -r d3b54dffac46 www/py-autobahn/PLIST
--- a/www/py-autobahn/PLIST     Wed Jan 10 08:31:24 2018 +0000
+++ b/www/py-autobahn/PLIST     Wed Jan 10 08:32:33 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/09/08 11:09:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/01/10 08:32:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -125,6 +125,9 @@
 ${PYSITELIB}/autobahn/wamp/test/test_component.py
 ${PYSITELIB}/autobahn/wamp/test/test_component.pyc
 ${PYSITELIB}/autobahn/wamp/test/test_component.pyo
+${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py
+${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc
+${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo
 ${PYSITELIB}/autobahn/wamp/test/test_exception.py
 ${PYSITELIB}/autobahn/wamp/test/test_exception.pyc
 ${PYSITELIB}/autobahn/wamp/test/test_exception.pyo
diff -r c5ed218b1bfd -r d3b54dffac46 www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Wed Jan 10 08:31:24 2018 +0000
+++ b/www/py-autobahn/distinfo  Wed Jan 10 08:32:33 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/09/15 12:47:04 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/01/10 08:32:33 adam Exp $
 
-SHA1 (autobahn-17.9.2.tar.gz) = af5810e7d1c7ef9600e1a6395ce06fee100f08e9
-RMD160 (autobahn-17.9.2.tar.gz) = 10ddbb4185b53fa65f50c06a23a4b7febb869afe
-SHA512 (autobahn-17.9.2.tar.gz) = de73a4cc99616802d280887ef8a9971c532f974dd43cda933da953d7bcc45da3fd9d0c91763c6a80371f582f0acc9741134b1ba1b98035ef0f63e4971aaff79f
-Size (autobahn-17.9.2.tar.gz) = 209442 bytes
+SHA1 (autobahn-17.10.1.tar.gz) = 08d6c2541db0e29a395d78693139fd0b53cb3d23
+RMD160 (autobahn-17.10.1.tar.gz) = a795fd16dbdd6d8425e45aa26f7e9166f30a9010
+SHA512 (autobahn-17.10.1.tar.gz) = f26c1c88bea325136f640420ada0fc70e82397ed660056c18f68a2193f069c5fb5771ac620db1583f8c7938e804726d8885d237c925c4bd38d1a613a6aabc219
+Size (autobahn-17.10.1.tar.gz) = 212093 bytes



Home | Main Index | Thread Index | Old Index