Received: by mail.netbsd.org (Postfix, from userid 605) id 781B184D8B; Tue, 17 Sep 2019 08:43:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0051684D85 for ; Tue, 17 Sep 2019 08:43:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Zl7j01rUSPqA for ; Tue, 17 Sep 2019 08:43:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6B35784D2C for ; Tue, 17 Sep 2019 08:43:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 63E08FBF4; Tue, 17 Sep 2019 08:43:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1568709801154700" MIME-Version: 1.0 Date: Tue, 17 Sep 2019 08:43:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-autobahn To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190917084321.63E08FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1568709801154700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Sep 17 08:43:21 UTC 2019 Modified Files: pkgsrc/www/py-autobahn: Makefile PLIST distinfo Log Message: py-autobahn: updated to 19.9.3 19.9.3 new: XBR - update XBR for new contract ABIs new: XBR - payment channel close new: XBR - implement EIP712 signing of messages in endpoints 19.9.2 new: XBR - update XBR for new contract ABIs 19.9.1 new: XBR - update XBR for new contract ABIs To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/www/py-autobahn/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-autobahn/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/www/py-autobahn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1568709801154700 Content-Disposition: inline Content-Length: 3018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-autobahn/Makefile diff -u pkgsrc/www/py-autobahn/Makefile:1.26 pkgsrc/www/py-autobahn/Makefile:1.27 --- pkgsrc/www/py-autobahn/Makefile:1.26 Mon Aug 26 14:38:08 2019 +++ pkgsrc/www/py-autobahn/Makefile Tue Sep 17 08:43:21 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2019/08/26 14:38:08 adam Exp $ +# $NetBSD: Makefile,v 1.27 2019/09/17 08:43:21 adam Exp $ -DISTNAME= autobahn-19.8.1 +DISTNAME= autobahn-19.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} Index: pkgsrc/www/py-autobahn/PLIST diff -u pkgsrc/www/py-autobahn/PLIST:1.12 pkgsrc/www/py-autobahn/PLIST:1.13 --- pkgsrc/www/py-autobahn/PLIST:1.12 Mon Aug 26 14:38:08 2019 +++ pkgsrc/www/py-autobahn/PLIST Tue Sep 17 08:43:21 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2019/08/26 14:38:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2019/09/17 08:43:21 adam Exp $ bin/wamp ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -34,6 +34,9 @@ ${PYSITELIB}/autobahn/asyncio/wamp.pyo ${PYSITELIB}/autobahn/asyncio/websocket.py ${PYSITELIB}/autobahn/asyncio/websocket.pyc ${PYSITELIB}/autobahn/asyncio/websocket.pyo +${PYSITELIB}/autobahn/asyncio/xbr.py +${PYSITELIB}/autobahn/asyncio/xbr.pyc +${PYSITELIB}/autobahn/asyncio/xbr.pyo ${PYSITELIB}/autobahn/exception.py ${PYSITELIB}/autobahn/exception.pyc ${PYSITELIB}/autobahn/exception.pyo @@ -101,6 +104,9 @@ ${PYSITELIB}/autobahn/twisted/wamp.pyo ${PYSITELIB}/autobahn/twisted/websocket.py ${PYSITELIB}/autobahn/twisted/websocket.pyc ${PYSITELIB}/autobahn/twisted/websocket.pyo +${PYSITELIB}/autobahn/twisted/xbr.py +${PYSITELIB}/autobahn/twisted/xbr.pyc +${PYSITELIB}/autobahn/twisted/xbr.pyo ${PYSITELIB}/autobahn/util.py ${PYSITELIB}/autobahn/util.pyc ${PYSITELIB}/autobahn/util.pyo Index: pkgsrc/www/py-autobahn/distinfo diff -u pkgsrc/www/py-autobahn/distinfo:1.25 pkgsrc/www/py-autobahn/distinfo:1.26 --- pkgsrc/www/py-autobahn/distinfo:1.25 Mon Aug 26 14:38:08 2019 +++ pkgsrc/www/py-autobahn/distinfo Tue Sep 17 08:43:21 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.25 2019/08/26 14:38:08 adam Exp $ +$NetBSD: distinfo,v 1.26 2019/09/17 08:43:21 adam Exp $ -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 (autobahn-19.9.3.tar.gz) = d91fdf29988ad94057756ceceb2f1af9c7c68a86 +RMD160 (autobahn-19.9.3.tar.gz) = 08e3c5c506041e17b595f00a823fec4148a97406 +SHA512 (autobahn-19.9.3.tar.gz) = b246f10e18e054451a49fbb77a2b3fa7597b030a0cb6c1ce786c8cd5e4c1c930ae8b41a1898486322039ac51d7d7224b506d0c57f7654dd82c0e0f04b179131c +Size (autobahn-19.9.3.tar.gz) = 603363 bytes SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde --_----------=_1568709801154700--