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 19.6.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32681a6dbc04
branches:  trunk
changeset: 335157:32681a6dbc04
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 14 08:01:02 2019 +0000

description:
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

diffstat:

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

diffs (102 lines):

diff -r 29e81176c5a5 -r 32681a6dbc04 www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Fri Jun 14 07:49:36 2019 +0000
+++ b/www/py-autobahn/Makefile  Fri Jun 14 08:01:02 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2019/05/30 09:10:13 adam Exp $
+# $NetBSD: Makefile,v 1.24 2019/06/14 08:01:02 adam Exp $
 
-DISTNAME=      autobahn-19.5.1
+DISTNAME=      autobahn-19.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -10,6 +10,7 @@
 COMMENT=       WebSocket client and server library, WAMP real-time framework
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography
 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
diff -r 29e81176c5a5 -r 32681a6dbc04 www/py-autobahn/PLIST
--- a/www/py-autobahn/PLIST     Fri Jun 14 07:49:36 2019 +0000
+++ b/www/py-autobahn/PLIST     Fri Jun 14 08:01:02 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2019/05/30 09:10:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2019/06/14 08:01:02 adam Exp $
 bin/wamp
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -59,6 +59,9 @@
 ${PYSITELIB}/autobahn/test/__init__.py
 ${PYSITELIB}/autobahn/test/__init__.pyc
 ${PYSITELIB}/autobahn/test/__init__.pyo
+${PYSITELIB}/autobahn/test/test_rng.py
+${PYSITELIB}/autobahn/test/test_rng.pyc
+${PYSITELIB}/autobahn/test/test_rng.pyo
 ${PYSITELIB}/autobahn/test/test_util.py
 ${PYSITELIB}/autobahn/test/test_util.pyc
 ${PYSITELIB}/autobahn/test/test_util.pyo
@@ -83,6 +86,9 @@
 ${PYSITELIB}/autobahn/twisted/resource.py
 ${PYSITELIB}/autobahn/twisted/resource.pyc
 ${PYSITELIB}/autobahn/twisted/resource.pyo
+${PYSITELIB}/autobahn/twisted/testing/__init__.py
+${PYSITELIB}/autobahn/twisted/testing/__init__.pyc
+${PYSITELIB}/autobahn/twisted/testing/__init__.pyo
 ${PYSITELIB}/autobahn/twisted/util.py
 ${PYSITELIB}/autobahn/twisted/util.pyc
 ${PYSITELIB}/autobahn/twisted/util.pyo
@@ -441,6 +447,36 @@
 ${PYSITELIB}/autobahn/websocket/xormasker.py
 ${PYSITELIB}/autobahn/websocket/xormasker.pyc
 ${PYSITELIB}/autobahn/websocket/xormasker.pyo
+${PYSITELIB}/autobahn/xbr/__init__.py
+${PYSITELIB}/autobahn/xbr/__init__.pyc
+${PYSITELIB}/autobahn/xbr/__init__.pyo
+${PYSITELIB}/autobahn/xbr/_abi.py
+${PYSITELIB}/autobahn/xbr/_abi.pyc
+${PYSITELIB}/autobahn/xbr/_abi.pyo
+${PYSITELIB}/autobahn/xbr/_buyer.py
+${PYSITELIB}/autobahn/xbr/_buyer.pyc
+${PYSITELIB}/autobahn/xbr/_buyer.pyo
+${PYSITELIB}/autobahn/xbr/_interfaces.py
+${PYSITELIB}/autobahn/xbr/_interfaces.pyc
+${PYSITELIB}/autobahn/xbr/_interfaces.pyo
+${PYSITELIB}/autobahn/xbr/_seller.py
+${PYSITELIB}/autobahn/xbr/_seller.pyc
+${PYSITELIB}/autobahn/xbr/_seller.pyo
+${PYSITELIB}/autobahn/xbr/_util.py
+${PYSITELIB}/autobahn/xbr/_util.pyc
+${PYSITELIB}/autobahn/xbr/_util.pyo
+${PYSITELIB}/autobahn/xbr/contracts/ECDSA.json
+${PYSITELIB}/autobahn/xbr/contracts/ERC20.json
+${PYSITELIB}/autobahn/xbr/contracts/ERC20Detailed.json
+${PYSITELIB}/autobahn/xbr/contracts/IERC20.json
+${PYSITELIB}/autobahn/xbr/contracts/Migrations.json
+${PYSITELIB}/autobahn/xbr/contracts/Roles.json
+${PYSITELIB}/autobahn/xbr/contracts/SafeMath.json
+${PYSITELIB}/autobahn/xbr/contracts/XBRMaintained.json
+${PYSITELIB}/autobahn/xbr/contracts/XBRNetwork.json
+${PYSITELIB}/autobahn/xbr/contracts/XBRNetworkProxy.json
+${PYSITELIB}/autobahn/xbr/contracts/XBRPaymentChannel.json
+${PYSITELIB}/autobahn/xbr/contracts/XBRToken.json
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.py
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc
 ${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo
diff -r 29e81176c5a5 -r 32681a6dbc04 www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Fri Jun 14 07:49:36 2019 +0000
+++ b/www/py-autobahn/distinfo  Fri Jun 14 08:01:02 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2019/05/30 09:10:13 adam Exp $
+$NetBSD: distinfo,v 1.23 2019/06/14 08:01:02 adam Exp $
 
-SHA1 (autobahn-19.5.1.tar.gz) = e1e2d55fa23b6643528b2eb468bcf6baaad95715
-RMD160 (autobahn-19.5.1.tar.gz) = c33b70178cc9da4329e35dc32bf43bdfe8be7c1d
-SHA512 (autobahn-19.5.1.tar.gz) = d9a53b37b1e17ef14bc603da1d4923e5fabc3fc530262c13684462f1c470411373cd9645c55c847d493f070d1405a0cd66bcc7fbb4e174d1aa500755d45a06e2
-Size (autobahn-19.5.1.tar.gz) = 276319 bytes
+SHA1 (autobahn-19.6.2.tar.gz) = e359a5843f863e54d0fca3554d15f390b2aada67
+RMD160 (autobahn-19.6.2.tar.gz) = 6c443cc8f1d086543fb29524a29986f8d582d389
+SHA512 (autobahn-19.6.2.tar.gz) = c4c41e536aa4aec9127bfdf68cdda0dc57dd50e4d630e919095e9800c09d8e0012dfe67fec98c1a59cba0a173a9192248121773ce42d230b6c3a689d09b8a3a2
+Size (autobahn-19.6.2.tar.gz) = 547160 bytes
 SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde



Home | Main Index | Thread Index | Old Index