Received: by mail.netbsd.org (Postfix, from userid 605) id D8B3A84D9B; Wed, 10 Jan 2018 08:32:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44EBA84D55 for ; Wed, 10 Jan 2018 08:32:34 +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 cKWp0McfY0X6 for ; Wed, 10 Jan 2018 08:32:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B830C84D24 for ; Wed, 10 Jan 2018 08:32:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B5BCDFBDE; Wed, 10 Jan 2018 08:32:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151557315373760" MIME-Version: 1.0 Date: Wed, 10 Jan 2018 08:32:33 +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: <20180110083233.B5BCDFBDE@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. --_----------=_151557315373760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 10 08:32:33 UTC 2018 Modified Files: pkgsrc/www/py-autobahn: Makefile PLIST distinfo Log Message: py-autobahn: updated to 17.10.1 17.10.1 fix: proxy support fix: ensure that a future is not done before rejecting it fix: don't try to reject cancelled futures within pending requests when closing the session To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-autobahn/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-autobahn/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-autobahn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151557315373760 Content-Disposition: inline Content-Length: 3085 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.9 pkgsrc/www/py-autobahn/Makefile:1.10 --- pkgsrc/www/py-autobahn/Makefile:1.9 Sat Sep 16 08:50:30 2017 +++ pkgsrc/www/py-autobahn/Makefile Wed Jan 10 08:32:33 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2017/09/16 08:50:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/01/10 08:32:33 adam Exp $ -DISTNAME= autobahn-17.9.2 +DISTNAME= autobahn-17.10.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} @@ -12,8 +12,7 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six DEPENDS+= ${PYPKGPREFIX}-txaio>=2.7.0:../../devel/py-txaio - -# actually TEST_DEPENDS +# TEST_DEPENDS BUILD_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock BUILD_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 Index: pkgsrc/www/py-autobahn/PLIST diff -u pkgsrc/www/py-autobahn/PLIST:1.4 pkgsrc/www/py-autobahn/PLIST:1.5 --- pkgsrc/www/py-autobahn/PLIST:1.4 Fri Sep 8 11:09:35 2017 +++ pkgsrc/www/py-autobahn/PLIST Wed Jan 10 08:32:33 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2017/09/08 11:09:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2018/01/10 08:32:33 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -125,6 +125,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_cryptosign.py +${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc +${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo ${PYSITELIB}/autobahn/wamp/test/test_exception.py ${PYSITELIB}/autobahn/wamp/test/test_exception.pyc ${PYSITELIB}/autobahn/wamp/test/test_exception.pyo Index: pkgsrc/www/py-autobahn/distinfo diff -u pkgsrc/www/py-autobahn/distinfo:1.8 pkgsrc/www/py-autobahn/distinfo:1.9 --- pkgsrc/www/py-autobahn/distinfo:1.8 Fri Sep 15 12:47:04 2017 +++ pkgsrc/www/py-autobahn/distinfo Wed Jan 10 08:32:33 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/09/15 12:47:04 adam Exp $ +$NetBSD: distinfo,v 1.9 2018/01/10 08:32:33 adam Exp $ -SHA1 (autobahn-17.9.2.tar.gz) = af5810e7d1c7ef9600e1a6395ce06fee100f08e9 -RMD160 (autobahn-17.9.2.tar.gz) = 10ddbb4185b53fa65f50c06a23a4b7febb869afe -SHA512 (autobahn-17.9.2.tar.gz) = de73a4cc99616802d280887ef8a9971c532f974dd43cda933da953d7bcc45da3fd9d0c91763c6a80371f582f0acc9741134b1ba1b98035ef0f63e4971aaff79f -Size (autobahn-17.9.2.tar.gz) = 209442 bytes +SHA1 (autobahn-17.10.1.tar.gz) = 08d6c2541db0e29a395d78693139fd0b53cb3d23 +RMD160 (autobahn-17.10.1.tar.gz) = a795fd16dbdd6d8425e45aa26f7e9166f30a9010 +SHA512 (autobahn-17.10.1.tar.gz) = f26c1c88bea325136f640420ada0fc70e82397ed660056c18f68a2193f069c5fb5771ac620db1583f8c7938e804726d8885d237c925c4bd38d1a613a6aabc219 +Size (autobahn-17.10.1.tar.gz) = 212093 bytes --_----------=_151557315373760--