Fri Jun 14 08:01:02 2019 UTC ()
py-autobahn: updated to 19.6.2

19.6.2
fix: add forgotten cryptography dependency

19.6.1
new: XBR client library integrated
new: add entropy depletion unit tests
fix: make CLI tool python2 compatible
fix: use cryptography pbkdf2 instead of custom
fix: include tests for packaging


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

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

--- pkgsrc/www/py-autobahn/Makefile 2019/05/30 09:10:13 1.23
+++ pkgsrc/www/py-autobahn/Makefile 2019/06/14 08:01:02 1.24
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.23 2019/05/30 09:10:13 adam Exp $ 1# $NetBSD: Makefile,v 1.24 2019/06/14 08:01:02 adam Exp $
2 2
3DISTNAME= autobahn-19.5.1 3DISTNAME= autobahn-19.6.2
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}-six>=1.11.0:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
14DEPENDS+= ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio 15DEPENDS+= ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio
15TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
16TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test 17TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
17 18
18USE_LANGUAGES= # none 19USE_LANGUAGES= # none
19 20
20.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/www/py-autobahn/PLIST 2019/05/30 09:10:13 1.9
+++ pkgsrc/www/py-autobahn/PLIST 2019/06/14 08:01:02 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.9 2019/05/30 09:10:13 adam Exp $ 1@comment $NetBSD: PLIST,v 1.10 2019/06/14 08:01:02 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
@@ -49,50 +49,56 @@ ${PYSITELIB}/autobahn/rawsocket/__init__ @@ -49,50 +49,56 @@ ${PYSITELIB}/autobahn/rawsocket/__init__
49${PYSITELIB}/autobahn/rawsocket/__init__.pyo 49${PYSITELIB}/autobahn/rawsocket/__init__.pyo
50${PYSITELIB}/autobahn/rawsocket/test/__init__.py 50${PYSITELIB}/autobahn/rawsocket/test/__init__.py
51${PYSITELIB}/autobahn/rawsocket/test/__init__.pyc 51${PYSITELIB}/autobahn/rawsocket/test/__init__.pyc
52${PYSITELIB}/autobahn/rawsocket/test/__init__.pyo 52${PYSITELIB}/autobahn/rawsocket/test/__init__.pyo
53${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.py 53${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.py
54${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyc 54${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyc
55${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyo 55${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyo
56${PYSITELIB}/autobahn/rawsocket/util.py 56${PYSITELIB}/autobahn/rawsocket/util.py
57${PYSITELIB}/autobahn/rawsocket/util.pyc 57${PYSITELIB}/autobahn/rawsocket/util.pyc
58${PYSITELIB}/autobahn/rawsocket/util.pyo 58${PYSITELIB}/autobahn/rawsocket/util.pyo
59${PYSITELIB}/autobahn/test/__init__.py 59${PYSITELIB}/autobahn/test/__init__.py
60${PYSITELIB}/autobahn/test/__init__.pyc 60${PYSITELIB}/autobahn/test/__init__.pyc
61${PYSITELIB}/autobahn/test/__init__.pyo 61${PYSITELIB}/autobahn/test/__init__.pyo
 62${PYSITELIB}/autobahn/test/test_rng.py
 63${PYSITELIB}/autobahn/test/test_rng.pyc
 64${PYSITELIB}/autobahn/test/test_rng.pyo
62${PYSITELIB}/autobahn/test/test_util.py 65${PYSITELIB}/autobahn/test/test_util.py
63${PYSITELIB}/autobahn/test/test_util.pyc 66${PYSITELIB}/autobahn/test/test_util.pyc
64${PYSITELIB}/autobahn/test/test_util.pyo 67${PYSITELIB}/autobahn/test/test_util.pyo
65${PYSITELIB}/autobahn/twisted/__init__.py 68${PYSITELIB}/autobahn/twisted/__init__.py
66${PYSITELIB}/autobahn/twisted/__init__.pyc 69${PYSITELIB}/autobahn/twisted/__init__.pyc
67${PYSITELIB}/autobahn/twisted/__init__.pyo 70${PYSITELIB}/autobahn/twisted/__init__.pyo
68${PYSITELIB}/autobahn/twisted/choosereactor.py 71${PYSITELIB}/autobahn/twisted/choosereactor.py
69${PYSITELIB}/autobahn/twisted/choosereactor.pyc 72${PYSITELIB}/autobahn/twisted/choosereactor.pyc
70${PYSITELIB}/autobahn/twisted/choosereactor.pyo 73${PYSITELIB}/autobahn/twisted/choosereactor.pyo
71${PYSITELIB}/autobahn/twisted/component.py 74${PYSITELIB}/autobahn/twisted/component.py
72${PYSITELIB}/autobahn/twisted/component.pyc 75${PYSITELIB}/autobahn/twisted/component.pyc
73${PYSITELIB}/autobahn/twisted/component.pyo 76${PYSITELIB}/autobahn/twisted/component.pyo
74${PYSITELIB}/autobahn/twisted/cryptosign.py 77${PYSITELIB}/autobahn/twisted/cryptosign.py
75${PYSITELIB}/autobahn/twisted/cryptosign.pyc 78${PYSITELIB}/autobahn/twisted/cryptosign.pyc
76${PYSITELIB}/autobahn/twisted/cryptosign.pyo 79${PYSITELIB}/autobahn/twisted/cryptosign.pyo
77${PYSITELIB}/autobahn/twisted/forwarder.py 80${PYSITELIB}/autobahn/twisted/forwarder.py
78${PYSITELIB}/autobahn/twisted/forwarder.pyc 81${PYSITELIB}/autobahn/twisted/forwarder.pyc
79${PYSITELIB}/autobahn/twisted/forwarder.pyo 82${PYSITELIB}/autobahn/twisted/forwarder.pyo
80${PYSITELIB}/autobahn/twisted/rawsocket.py 83${PYSITELIB}/autobahn/twisted/rawsocket.py
81${PYSITELIB}/autobahn/twisted/rawsocket.pyc 84${PYSITELIB}/autobahn/twisted/rawsocket.pyc
82${PYSITELIB}/autobahn/twisted/rawsocket.pyo 85${PYSITELIB}/autobahn/twisted/rawsocket.pyo
83${PYSITELIB}/autobahn/twisted/resource.py 86${PYSITELIB}/autobahn/twisted/resource.py
84${PYSITELIB}/autobahn/twisted/resource.pyc 87${PYSITELIB}/autobahn/twisted/resource.pyc
85${PYSITELIB}/autobahn/twisted/resource.pyo 88${PYSITELIB}/autobahn/twisted/resource.pyo
 89${PYSITELIB}/autobahn/twisted/testing/__init__.py
 90${PYSITELIB}/autobahn/twisted/testing/__init__.pyc
 91${PYSITELIB}/autobahn/twisted/testing/__init__.pyo
86${PYSITELIB}/autobahn/twisted/util.py 92${PYSITELIB}/autobahn/twisted/util.py
87${PYSITELIB}/autobahn/twisted/util.pyc 93${PYSITELIB}/autobahn/twisted/util.pyc
88${PYSITELIB}/autobahn/twisted/util.pyo 94${PYSITELIB}/autobahn/twisted/util.pyo
89${PYSITELIB}/autobahn/twisted/wamp.py 95${PYSITELIB}/autobahn/twisted/wamp.py
90${PYSITELIB}/autobahn/twisted/wamp.pyc 96${PYSITELIB}/autobahn/twisted/wamp.pyc
91${PYSITELIB}/autobahn/twisted/wamp.pyo 97${PYSITELIB}/autobahn/twisted/wamp.pyo
92${PYSITELIB}/autobahn/twisted/websocket.py 98${PYSITELIB}/autobahn/twisted/websocket.py
93${PYSITELIB}/autobahn/twisted/websocket.pyc 99${PYSITELIB}/autobahn/twisted/websocket.pyc
94${PYSITELIB}/autobahn/twisted/websocket.pyo 100${PYSITELIB}/autobahn/twisted/websocket.pyo
95${PYSITELIB}/autobahn/util.py 101${PYSITELIB}/autobahn/util.py
96${PYSITELIB}/autobahn/util.pyc 102${PYSITELIB}/autobahn/util.pyc
97${PYSITELIB}/autobahn/util.pyo 103${PYSITELIB}/autobahn/util.pyo
98${PYSITELIB}/autobahn/wamp/__init__.py 104${PYSITELIB}/autobahn/wamp/__init__.py
@@ -431,19 +437,49 @@ ${PYSITELIB}/autobahn/websocket/test/tes @@ -431,19 +437,49 @@ ${PYSITELIB}/autobahn/websocket/test/tes
431${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyo 437${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyo
432${PYSITELIB}/autobahn/websocket/types.py 438${PYSITELIB}/autobahn/websocket/types.py
433${PYSITELIB}/autobahn/websocket/types.pyc 439${PYSITELIB}/autobahn/websocket/types.pyc
434${PYSITELIB}/autobahn/websocket/types.pyo 440${PYSITELIB}/autobahn/websocket/types.pyo
435${PYSITELIB}/autobahn/websocket/utf8validator.py 441${PYSITELIB}/autobahn/websocket/utf8validator.py
436${PYSITELIB}/autobahn/websocket/utf8validator.pyc 442${PYSITELIB}/autobahn/websocket/utf8validator.pyc
437${PYSITELIB}/autobahn/websocket/utf8validator.pyo 443${PYSITELIB}/autobahn/websocket/utf8validator.pyo
438${PYSITELIB}/autobahn/websocket/util.py 444${PYSITELIB}/autobahn/websocket/util.py
439${PYSITELIB}/autobahn/websocket/util.pyc 445${PYSITELIB}/autobahn/websocket/util.pyc
440${PYSITELIB}/autobahn/websocket/util.pyo 446${PYSITELIB}/autobahn/websocket/util.pyo
441${PYSITELIB}/autobahn/websocket/xormasker.py 447${PYSITELIB}/autobahn/websocket/xormasker.py
442${PYSITELIB}/autobahn/websocket/xormasker.pyc 448${PYSITELIB}/autobahn/websocket/xormasker.pyc
443${PYSITELIB}/autobahn/websocket/xormasker.pyo 449${PYSITELIB}/autobahn/websocket/xormasker.pyo
 450${PYSITELIB}/autobahn/xbr/__init__.py
 451${PYSITELIB}/autobahn/xbr/__init__.pyc
 452${PYSITELIB}/autobahn/xbr/__init__.pyo
 453${PYSITELIB}/autobahn/xbr/_abi.py
 454${PYSITELIB}/autobahn/xbr/_abi.pyc
 455${PYSITELIB}/autobahn/xbr/_abi.pyo
 456${PYSITELIB}/autobahn/xbr/_buyer.py
 457${PYSITELIB}/autobahn/xbr/_buyer.pyc
 458${PYSITELIB}/autobahn/xbr/_buyer.pyo
 459${PYSITELIB}/autobahn/xbr/_interfaces.py
 460${PYSITELIB}/autobahn/xbr/_interfaces.pyc
 461${PYSITELIB}/autobahn/xbr/_interfaces.pyo
 462${PYSITELIB}/autobahn/xbr/_seller.py
 463${PYSITELIB}/autobahn/xbr/_seller.pyc
 464${PYSITELIB}/autobahn/xbr/_seller.pyo
 465${PYSITELIB}/autobahn/xbr/_util.py
 466${PYSITELIB}/autobahn/xbr/_util.pyc
 467${PYSITELIB}/autobahn/xbr/_util.pyo
 468${PYSITELIB}/autobahn/xbr/contracts/ECDSA.json
 469${PYSITELIB}/autobahn/xbr/contracts/ERC20.json
 470${PYSITELIB}/autobahn/xbr/contracts/ERC20Detailed.json
 471${PYSITELIB}/autobahn/xbr/contracts/IERC20.json
 472${PYSITELIB}/autobahn/xbr/contracts/Migrations.json
 473${PYSITELIB}/autobahn/xbr/contracts/Roles.json
 474${PYSITELIB}/autobahn/xbr/contracts/SafeMath.json
 475${PYSITELIB}/autobahn/xbr/contracts/XBRMaintained.json
 476${PYSITELIB}/autobahn/xbr/contracts/XBRNetwork.json
 477${PYSITELIB}/autobahn/xbr/contracts/XBRNetworkProxy.json
 478${PYSITELIB}/autobahn/xbr/contracts/XBRPaymentChannel.json
 479${PYSITELIB}/autobahn/xbr/contracts/XBRToken.json
444${PYSITELIB}/twisted/plugins/autobahn_endpoints.py 480${PYSITELIB}/twisted/plugins/autobahn_endpoints.py
445${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc 481${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc
446${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo 482${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo
447${PYSITELIB}/twisted/plugins/autobahn_twistd.py 483${PYSITELIB}/twisted/plugins/autobahn_twistd.py
448${PYSITELIB}/twisted/plugins/autobahn_twistd.pyc 484${PYSITELIB}/twisted/plugins/autobahn_twistd.pyc
449${PYSITELIB}/twisted/plugins/autobahn_twistd.pyo 485${PYSITELIB}/twisted/plugins/autobahn_twistd.pyo

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

--- pkgsrc/www/py-autobahn/distinfo 2019/05/30 09:10:13 1.22
+++ pkgsrc/www/py-autobahn/distinfo 2019/06/14 08:01:02 1.23
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.22 2019/05/30 09:10:13 adam Exp $ 1$NetBSD: distinfo,v 1.23 2019/06/14 08:01:02 adam Exp $
2 2
3SHA1 (autobahn-19.5.1.tar.gz) = e1e2d55fa23b6643528b2eb468bcf6baaad95715 3SHA1 (autobahn-19.6.2.tar.gz) = e359a5843f863e54d0fca3554d15f390b2aada67
4RMD160 (autobahn-19.5.1.tar.gz) = c33b70178cc9da4329e35dc32bf43bdfe8be7c1d 4RMD160 (autobahn-19.6.2.tar.gz) = 6c443cc8f1d086543fb29524a29986f8d582d389
5SHA512 (autobahn-19.5.1.tar.gz) = d9a53b37b1e17ef14bc603da1d4923e5fabc3fc530262c13684462f1c470411373cd9645c55c847d493f070d1405a0cd66bcc7fbb4e174d1aa500755d45a06e2 5SHA512 (autobahn-19.6.2.tar.gz) = c4c41e536aa4aec9127bfdf68cdda0dc57dd50e4d630e919095e9800c09d8e0012dfe67fec98c1a59cba0a173a9192248121773ce42d230b6c3a689d09b8a3a2
6Size (autobahn-19.5.1.tar.gz) = 276319 bytes 6Size (autobahn-19.6.2.tar.gz) = 547160 bytes
7SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde 7SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde