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 18.9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c058f38e12f
branches:  trunk
changeset: 313860:3c058f38e12f
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 12 11:51:26 2018 +0000

description:
py-autobahn: updated to 18.9.2

18.9.2
fix: TLS error logging

18.9.1
new: Interrupt has Options.reason to signal detailed origin of call cancelation (active cancel vs passive timeout)
fix: Cancel and Interrupt gets "killnowait" mode
new: Cancel and Interrupt no longer have ABORT/"abort"

18.8.2
new: WAMP call cancel support
fix: getting started documentation and general docs improvements
fix: WebSocket auto-reconnect on opening handshake failure
fix: more Python 3.7 compatibility and CI
fix: Docker image building using multi-arch, size optimizations and more
fix: asyncio failed to re-connect under some circumstances

diffstat:

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

diffs (58 lines):

diff -r 49eaad470e03 -r 3c058f38e12f www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Fri Oct 12 11:49:59 2018 +0000
+++ b/www/py-autobahn/Makefile  Fri Oct 12 11:51:26 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/08/19 10:48:35 adam Exp $
+# $NetBSD: Makefile,v 1.15 2018/10/12 11:51:26 adam Exp $
 
-DISTNAME=      autobahn-18.8.1
+DISTNAME=      autobahn-18.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -10,8 +10,8 @@
 COMMENT=       WebSocket client and server library, WAMP real-time framework
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-txaio>=18.7.1:../../devel/py-txaio
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
 
diff -r 49eaad470e03 -r 3c058f38e12f www/py-autobahn/PLIST
--- a/www/py-autobahn/PLIST     Fri Oct 12 11:49:59 2018 +0000
+++ b/www/py-autobahn/PLIST     Fri Oct 12 11:51:26 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/04/14 09:10:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2018/10/12 11:51:26 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -135,6 +135,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_component_aio.py
+${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyc
+${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyo
 ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py
 ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc
 ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo
diff -r 49eaad470e03 -r 3c058f38e12f www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Fri Oct 12 11:49:59 2018 +0000
+++ b/www/py-autobahn/distinfo  Fri Oct 12 11:51:26 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2018/08/19 10:48:35 adam Exp $
+$NetBSD: distinfo,v 1.14 2018/10/12 11:51:26 adam Exp $
 
-SHA1 (autobahn-18.8.1.tar.gz) = 20382a98b79dfd65e06462ce0ef080e9d9b722c0
-RMD160 (autobahn-18.8.1.tar.gz) = 534f8255d41e552d32f625d49e131c1850e6aadb
-SHA512 (autobahn-18.8.1.tar.gz) = ba209f6a3c47792eab08cab3952ac5d7257e8702eb4781c3987181e8493943d4f1c01594517cdac4611b40b26b69a2d67181b62f65e5bac13b9767b41af4240a
-Size (autobahn-18.8.1.tar.gz) = 222073 bytes
+SHA1 (autobahn-18.9.2.tar.gz) = f727d706c091bfcb20d8531b8cb3774df4c60fae
+RMD160 (autobahn-18.9.2.tar.gz) = 941eb0dad911ab7d28266a098e4c8b3b160cf836
+SHA512 (autobahn-18.9.2.tar.gz) = 568de90e519f892173de2a3c893ef2c5a024877221f2c047d4959f94fa8c4d5392892c28582e93ab4d32493d400aa240d714c912101a0c66b8aa012a369a1b67
+Size (autobahn-18.9.2.tar.gz) = 225185 bytes
 SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde



Home | Main Index | Thread Index | Old Index