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 18.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c0d282cdff9
branches:  trunk
changeset: 378209:0c0d282cdff9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 17:54:00 2018 +0000

description:
py-autobahn: updated to 18.3.1

18.3.1
fix: endpoint configuration error messages
fix: various improvements to the new components API (including retries)
fix: pass unregisterProducer through to twisted to complement WebSocketAdapterProtocol.registerProducer

diffstat:

 www/py-autobahn/Makefile |  11 +++++------
 www/py-autobahn/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 11 deletions(-)

diffs (41 lines):

diff -r 499c9dd99c33 -r 0c0d282cdff9 www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Tue Apr 03 14:36:59 2018 +0000
+++ b/www/py-autobahn/Makefile  Tue Apr 03 17:54:00 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/01/10 08:32:33 adam Exp $
+# $NetBSD: Makefile,v 1.11 2018/04/03 17:54:00 adam Exp $
 
-DISTNAME=      autobahn-17.10.1
+DISTNAME=      autobahn-18.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
@@ -12,10 +12,9 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-txaio>=2.7.0:../../devel/py-txaio
-# 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
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 499c9dd99c33 -r 0c0d282cdff9 www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Tue Apr 03 14:36:59 2018 +0000
+++ b/www/py-autobahn/distinfo  Tue Apr 03 17:54:00 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/01/10 08:32:33 adam Exp $
+$NetBSD: distinfo,v 1.10 2018/04/03 17:54:00 adam Exp $
 
-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
+SHA1 (autobahn-18.3.1.tar.gz) = a49d5bb49608598bed36f488e02be6d4ad260102
+RMD160 (autobahn-18.3.1.tar.gz) = 2d17c6b16b6bae5d6eafcf04db8b67142b596d8c
+SHA512 (autobahn-18.3.1.tar.gz) = 3d122cfb54eff0697cf60cd155a07699c6f6b39e573616c247ea79e65e6fa0a86d505ea8bc4f4755dbf266fb8bc7fadabb4338aeb1b9e6a2f0503e1b4d25e2e6
+Size (autobahn-18.3.1.tar.gz) = 213042 bytes



Home | Main Index | Thread Index | Old Index