Received: by mail.netbsd.org (Postfix, from userid 605) id EFB5884DAA; Fri, 12 Oct 2018 11:51:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DA49184D9E for ; Fri, 12 Oct 2018 11:51:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gJCdINIEEG4i for ; Fri, 12 Oct 2018 11:51:27 +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 EE74884D33 for ; Fri, 12 Oct 2018 11:51:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2486FBEE; Fri, 12 Oct 2018 11:51:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539345086140690" MIME-Version: 1.0 Date: Fri, 12 Oct 2018 11:51:26 +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: <20181012115126.E2486FBEE@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. --_----------=_1539345086140690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 12 11:51:26 UTC 2018 Modified Files: pkgsrc/www/py-autobahn: Makefile PLIST distinfo Log Message: py-autobahn: updated to 18.9.2 18.9.2 fix: TLS error logging 18.9.1 new: Interrupt has Options.reason to signal detailed origin of call cancelation (active cancel vs passive timeout) fix: Cancel and Interrupt gets "killnowait" mode new: Cancel and Interrupt no longer have ABORT/"abort" 18.8.2 new: WAMP call cancel support fix: getting started documentation and general docs improvements fix: WebSocket auto-reconnect on opening handshake failure fix: more Python 3.7 compatibility and CI fix: Docker image building using multi-arch, size optimizations and more fix: asyncio failed to re-connect under some circumstances To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-autobahn/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-autobahn/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-autobahn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539345086140690 Content-Disposition: inline Content-Length: 3281 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.14 pkgsrc/www/py-autobahn/Makefile:1.15 --- pkgsrc/www/py-autobahn/Makefile:1.14 Sun Aug 19 10:48:35 2018 +++ pkgsrc/www/py-autobahn/Makefile Fri Oct 12 11:51:26 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2018/08/19 10:48:35 adam Exp $ +# $NetBSD: Makefile,v 1.15 2018/10/12 11:51:26 adam Exp $ -DISTNAME= autobahn-18.8.1 +DISTNAME= autobahn-18.9.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} @@ -10,8 +10,8 @@ HOMEPAGE= https://crossbar.io/autobahn/ COMMENT= WebSocket client and server library, WAMP real-time framework LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-txaio>=18.7.1:../../devel/py-txaio +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 Index: pkgsrc/www/py-autobahn/PLIST diff -u pkgsrc/www/py-autobahn/PLIST:1.6 pkgsrc/www/py-autobahn/PLIST:1.7 --- pkgsrc/www/py-autobahn/PLIST:1.6 Sat Apr 14 09:10:46 2018 +++ pkgsrc/www/py-autobahn/PLIST Fri Oct 12 11:51:26 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2018/04/14 09:10:46 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2018/10/12 11:51:26 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -135,6 +135,9 @@ ${PYSITELIB}/autobahn/wamp/test/test_aut ${PYSITELIB}/autobahn/wamp/test/test_component.py ${PYSITELIB}/autobahn/wamp/test/test_component.pyc ${PYSITELIB}/autobahn/wamp/test/test_component.pyo +${PYSITELIB}/autobahn/wamp/test/test_component_aio.py +${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyc +${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyo ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc ${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo Index: pkgsrc/www/py-autobahn/distinfo diff -u pkgsrc/www/py-autobahn/distinfo:1.13 pkgsrc/www/py-autobahn/distinfo:1.14 --- pkgsrc/www/py-autobahn/distinfo:1.13 Sun Aug 19 10:48:35 2018 +++ pkgsrc/www/py-autobahn/distinfo Fri Oct 12 11:51:26 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2018/08/19 10:48:35 adam Exp $ +$NetBSD: distinfo,v 1.14 2018/10/12 11:51:26 adam Exp $ -SHA1 (autobahn-18.8.1.tar.gz) = 20382a98b79dfd65e06462ce0ef080e9d9b722c0 -RMD160 (autobahn-18.8.1.tar.gz) = 534f8255d41e552d32f625d49e131c1850e6aadb -SHA512 (autobahn-18.8.1.tar.gz) = ba209f6a3c47792eab08cab3952ac5d7257e8702eb4781c3987181e8493943d4f1c01594517cdac4611b40b26b69a2d67181b62f65e5bac13b9767b41af4240a -Size (autobahn-18.8.1.tar.gz) = 222073 bytes +SHA1 (autobahn-18.9.2.tar.gz) = f727d706c091bfcb20d8531b8cb3774df4c60fae +RMD160 (autobahn-18.9.2.tar.gz) = 941eb0dad911ab7d28266a098e4c8b3b160cf836 +SHA512 (autobahn-18.9.2.tar.gz) = 568de90e519f892173de2a3c893ef2c5a024877221f2c047d4959f94fa8c4d5392892c28582e93ab4d32493d400aa240d714c912101a0c66b8aa012a369a1b67 +Size (autobahn-18.9.2.tar.gz) = 225185 bytes SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde --_----------=_1539345086140690--