diff options
author | adam <adam@pkgsrc.org> | 2018-08-19 10:48:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-08-19 10:48:35 +0000 |
commit | ebb5f78445c5711abd2fb553af1169f81a59a3e1 (patch) | |
tree | ba49711f5145bc21e4099367b655a6a42b8977b2 /www | |
parent | 3e4ccda96bcd5b357e37e823bf9de9cc0607c9e3 (diff) | |
download | pkgsrc-ebb5f78445c5711abd2fb553af1169f81a59a3e1.tar.gz |
py-autobahn: updated to 18.8.1
18.8.1:
fix: Python 3.7 compatibility
fix: remove Python 2.6 support leftovers
new: getting started docker-based examples in matching with docs
18.7.1:
new: Python 3.7 supported and integrated into CI
new: WAMP-SCRAM examples
fix: glitches in WAMP-SCRAM
Diffstat (limited to 'www')
-rw-r--r-- | www/py-autobahn/Makefile | 13 | ||||
-rw-r--r-- | www/py-autobahn/distinfo | 11 |
2 files changed, 13 insertions, 11 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index 62e734791fd..b3371b88321 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2018/07/27 08:46:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2018/08/19 10:48:35 adam Exp $ -DISTNAME= autobahn-18.6.1 +DISTNAME= autobahn-18.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} @@ -11,10 +11,11 @@ COMMENT= WebSocket client and server library, WAMP real-time framework LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-txaio>=2.7.0:../../devel/py-txaio -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 +DEPENDS+= ${PYPKGPREFIX}-txaio>=18.7.1:../../devel/py-txaio +TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test + +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo index 41f13ebe439..857ef9cf818 100644 --- a/www/py-autobahn/distinfo +++ b/www/py-autobahn/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.12 2018/07/27 08:46:57 jperkin Exp $ +$NetBSD: distinfo,v 1.13 2018/08/19 10:48:35 adam Exp $ -SHA1 (autobahn-18.6.1.tar.gz) = 587fa15a28dff24ac3418b1d7567bd5d01831c63 -RMD160 (autobahn-18.6.1.tar.gz) = bf62bc062b1c0622507b5fc653a66001eeb3705c -SHA512 (autobahn-18.6.1.tar.gz) = d1f525ba334d73e5e917044c4c23142293af0027261a12efd6d1446dea4ca8184030bfaa42db308d8bf3c0bb72e54bb424c55db18118aa3c888b7216757c5345 -Size (autobahn-18.6.1.tar.gz) = 224987 bytes +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 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde |