Mon Jul 8 07:49:08 2019 UTC ()
py-autobahn: updated to 19.7.1

19.7.1
fix: implement client side payload exceed max size; improve max size exceeded handling
fix: detect when our transport is "already" closed at connect time
fix: XBR examples


(adam)
diff -r1.24 -r1.25 pkgsrc/www/py-autobahn/Makefile
diff -r1.10 -r1.11 pkgsrc/www/py-autobahn/PLIST
diff -r1.23 -r1.24 pkgsrc/www/py-autobahn/distinfo

cvs diff -r1.24 -r1.25 pkgsrc/www/py-autobahn/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-autobahn/Makefile 2019/06/14 08:01:02 1.24
+++ pkgsrc/www/py-autobahn/Makefile 2019/07/08 07:49:07 1.25
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.24 2019/06/14 08:01:02 adam Exp $ 1# $NetBSD: Makefile,v 1.25 2019/07/08 07:49:07 adam Exp $
2 2
3DISTNAME= autobahn-19.6.2 3DISTNAME= autobahn-19.7.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://crossbar.io/autobahn/ 9HOMEPAGE= https://crossbar.io/autobahn/
10COMMENT= WebSocket client and server library, WAMP real-time framework 10COMMENT= WebSocket client and server library, WAMP real-time framework
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography 13DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography
14DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
15DEPENDS+= ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio 15DEPENDS+= ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio
16TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock

cvs diff -r1.10 -r1.11 pkgsrc/www/py-autobahn/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-autobahn/PLIST 2019/06/14 08:01:02 1.10
+++ pkgsrc/www/py-autobahn/PLIST 2019/07/08 07:49:07 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.10 2019/06/14 08:01:02 adam Exp $ 1@comment $NetBSD: PLIST,v 1.11 2019/07/08 07:49:07 adam Exp $
2bin/wamp 2bin/wamp
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
10${PYSITELIB}/autobahn/__init__.py 10${PYSITELIB}/autobahn/__init__.py
11${PYSITELIB}/autobahn/__init__.pyc 11${PYSITELIB}/autobahn/__init__.pyc
12${PYSITELIB}/autobahn/__init__.pyo 12${PYSITELIB}/autobahn/__init__.pyo
13${PYSITELIB}/autobahn/__main__.py 13${PYSITELIB}/autobahn/__main__.py
14${PYSITELIB}/autobahn/__main__.pyc 14${PYSITELIB}/autobahn/__main__.pyc
@@ -24,26 +24,29 @@ ${PYSITELIB}/autobahn/asyncio/component. @@ -24,26 +24,29 @@ ${PYSITELIB}/autobahn/asyncio/component.
24${PYSITELIB}/autobahn/asyncio/component.pyo 24${PYSITELIB}/autobahn/asyncio/component.pyo
25${PYSITELIB}/autobahn/asyncio/rawsocket.py 25${PYSITELIB}/autobahn/asyncio/rawsocket.py
26${PYSITELIB}/autobahn/asyncio/rawsocket.pyc 26${PYSITELIB}/autobahn/asyncio/rawsocket.pyc
27${PYSITELIB}/autobahn/asyncio/rawsocket.pyo 27${PYSITELIB}/autobahn/asyncio/rawsocket.pyo
28${PYSITELIB}/autobahn/asyncio/util.py 28${PYSITELIB}/autobahn/asyncio/util.py
29${PYSITELIB}/autobahn/asyncio/util.pyc 29${PYSITELIB}/autobahn/asyncio/util.pyc
30${PYSITELIB}/autobahn/asyncio/util.pyo 30${PYSITELIB}/autobahn/asyncio/util.pyo
31${PYSITELIB}/autobahn/asyncio/wamp.py 31${PYSITELIB}/autobahn/asyncio/wamp.py
32${PYSITELIB}/autobahn/asyncio/wamp.pyc 32${PYSITELIB}/autobahn/asyncio/wamp.pyc
33${PYSITELIB}/autobahn/asyncio/wamp.pyo 33${PYSITELIB}/autobahn/asyncio/wamp.pyo
34${PYSITELIB}/autobahn/asyncio/websocket.py 34${PYSITELIB}/autobahn/asyncio/websocket.py
35${PYSITELIB}/autobahn/asyncio/websocket.pyc 35${PYSITELIB}/autobahn/asyncio/websocket.pyc
36${PYSITELIB}/autobahn/asyncio/websocket.pyo 36${PYSITELIB}/autobahn/asyncio/websocket.pyo
 37${PYSITELIB}/autobahn/exception.py
 38${PYSITELIB}/autobahn/exception.pyc
 39${PYSITELIB}/autobahn/exception.pyo
37${PYSITELIB}/autobahn/nvx/__init__.py 40${PYSITELIB}/autobahn/nvx/__init__.py
38${PYSITELIB}/autobahn/nvx/__init__.pyc 41${PYSITELIB}/autobahn/nvx/__init__.pyc
39${PYSITELIB}/autobahn/nvx/__init__.pyo 42${PYSITELIB}/autobahn/nvx/__init__.pyo
40${PYSITELIB}/autobahn/nvx/_utf8validator.c 43${PYSITELIB}/autobahn/nvx/_utf8validator.c
41${PYSITELIB}/autobahn/nvx/_utf8validator.py 44${PYSITELIB}/autobahn/nvx/_utf8validator.py
42${PYSITELIB}/autobahn/nvx/_utf8validator.pyc 45${PYSITELIB}/autobahn/nvx/_utf8validator.pyc
43${PYSITELIB}/autobahn/nvx/_utf8validator.pyo 46${PYSITELIB}/autobahn/nvx/_utf8validator.pyo
44${PYSITELIB}/autobahn/nvx/test/test_utf8validator.py 47${PYSITELIB}/autobahn/nvx/test/test_utf8validator.py
45${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyc 48${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyc
46${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyo 49${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyo
47${PYSITELIB}/autobahn/rawsocket/__init__.py 50${PYSITELIB}/autobahn/rawsocket/__init__.py
48${PYSITELIB}/autobahn/rawsocket/__init__.pyc 51${PYSITELIB}/autobahn/rawsocket/__init__.pyc
49${PYSITELIB}/autobahn/rawsocket/__init__.pyo 52${PYSITELIB}/autobahn/rawsocket/__init__.pyo

cvs diff -r1.23 -r1.24 pkgsrc/www/py-autobahn/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-autobahn/distinfo 2019/06/14 08:01:02 1.23
+++ pkgsrc/www/py-autobahn/distinfo 2019/07/08 07:49:07 1.24
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.23 2019/06/14 08:01:02 adam Exp $ 1$NetBSD: distinfo,v 1.24 2019/07/08 07:49:07 adam Exp $
2 2
3SHA1 (autobahn-19.6.2.tar.gz) = e359a5843f863e54d0fca3554d15f390b2aada67 3SHA1 (autobahn-19.7.1.tar.gz) = 86e39f232165e4cc747e24cbe7d1418bd708beb5
4RMD160 (autobahn-19.6.2.tar.gz) = 6c443cc8f1d086543fb29524a29986f8d582d389 4RMD160 (autobahn-19.7.1.tar.gz) = 1c84265bc043f7998f79e1a2e68940b43ac5228c
5SHA512 (autobahn-19.6.2.tar.gz) = c4c41e536aa4aec9127bfdf68cdda0dc57dd50e4d630e919095e9800c09d8e0012dfe67fec98c1a59cba0a173a9192248121773ce42d230b6c3a689d09b8a3a2 5SHA512 (autobahn-19.7.1.tar.gz) = 880f2ab05ea17621f29e99978dc3291b47a5e3c2737b027094d4a5e974bd2142966f33bf2d73a13e73713256dcc30eef2700f4b8b290a1820d62429b01c55439
6Size (autobahn-19.6.2.tar.gz) = 547160 bytes 6Size (autobahn-19.7.1.tar.gz) = 549201 bytes
7SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde 7SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde