py-autobahn: updated to 19.8.1
19.8.1 new: implement XBR off-chain delegate transaction signing and verification new: update XBR for new contract ABIs 19.7.2 fix: monkey patch re-add removed helper functions removed in eth-abi new: simple blockchain (XBR) client new: update XBR ABI files new: XBR endpoint transaction signing new: client side catching of WAMP URI errors in session.call|register|publish|subscribe
This commit is contained in:
parent
a3533fa025
commit
3e8d62c483
3 changed files with 14 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.25 2019/07/08 07:49:07 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.26 2019/08/26 14:38:08 adam Exp $
|
||||
|
||||
DISTNAME= autobahn-19.7.1
|
||||
DISTNAME= autobahn-19.8.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
|
||||
|
@ -11,10 +11,12 @@ COMMENT= WebSocket client and server library, WAMP real-time framework
|
|||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography
|
||||
DEPENDS+= ${PYPKGPREFIX}-nacl>=1.0.1:../../security/py-nacl
|
||||
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
|
||||
TEST_ENV+= USE_ASYNCIO=1
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2019/07/08 07:49:07 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2019/08/26 14:38:08 adam Exp $
|
||||
bin/wamp
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
|
@ -456,6 +456,9 @@ ${PYSITELIB}/autobahn/xbr/__init__.pyo
|
|||
${PYSITELIB}/autobahn/xbr/_abi.py
|
||||
${PYSITELIB}/autobahn/xbr/_abi.pyc
|
||||
${PYSITELIB}/autobahn/xbr/_abi.pyo
|
||||
${PYSITELIB}/autobahn/xbr/_blockchain.py
|
||||
${PYSITELIB}/autobahn/xbr/_blockchain.pyc
|
||||
${PYSITELIB}/autobahn/xbr/_blockchain.pyo
|
||||
${PYSITELIB}/autobahn/xbr/_buyer.py
|
||||
${PYSITELIB}/autobahn/xbr/_buyer.pyc
|
||||
${PYSITELIB}/autobahn/xbr/_buyer.pyo
|
||||
|
@ -475,10 +478,10 @@ ${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/XBRChannel.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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.24 2019/07/08 07:49:07 adam Exp $
|
||||
$NetBSD: distinfo,v 1.25 2019/08/26 14:38:08 adam Exp $
|
||||
|
||||
SHA1 (autobahn-19.7.1.tar.gz) = 86e39f232165e4cc747e24cbe7d1418bd708beb5
|
||||
RMD160 (autobahn-19.7.1.tar.gz) = 1c84265bc043f7998f79e1a2e68940b43ac5228c
|
||||
SHA512 (autobahn-19.7.1.tar.gz) = 880f2ab05ea17621f29e99978dc3291b47a5e3c2737b027094d4a5e974bd2142966f33bf2d73a13e73713256dcc30eef2700f4b8b290a1820d62429b01c55439
|
||||
Size (autobahn-19.7.1.tar.gz) = 549201 bytes
|
||||
SHA1 (autobahn-19.8.1.tar.gz) = 823256b8925f696588971c09c1e035f5d9e55f6a
|
||||
RMD160 (autobahn-19.8.1.tar.gz) = a88aad004346c9c2146cae0ef83707673c2a07af
|
||||
SHA512 (autobahn-19.8.1.tar.gz) = 4aebd30821eaf3c92dc2847ae01c0844ee8a0b6bf9b80e65cfce219addd8917a241ce45129ec9906232e5f9a68e6ec806eb7e84226e0d46af588c0f3dd81b482
|
||||
Size (autobahn-19.8.1.tar.gz) = 606454 bytes
|
||||
SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde
|
||||
|
|
Loading…
Reference in a new issue