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.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e98fe1c0c715
branches:  trunk
changeset: 311834:e98fe1c0c715
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 19 10:48:35 2018 +0000

description:
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:

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

diffs (44 lines):

diff -r 16753d98d030 -r e98fe1c0c715 www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Sun Aug 19 09:45:01 2018 +0000
+++ b/www/py-autobahn/Makefile  Sun Aug 19 10:48:35 2018 +0000
@@ -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 @@
 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 -r 16753d98d030 -r e98fe1c0c715 www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Sun Aug 19 09:45:01 2018 +0000
+++ b/www/py-autobahn/distinfo  Sun Aug 19 10:48:35 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index