pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-autobahn



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug 19 10:48:35 UTC 2018

Modified Files:
        pkgsrc/www/py-autobahn: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-autobahn/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-autobahn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-autobahn/Makefile
diff -u pkgsrc/www/py-autobahn/Makefile:1.13 pkgsrc/www/py-autobahn/Makefile:1.14
--- pkgsrc/www/py-autobahn/Makefile:1.13        Fri Jul 27 08:46:57 2018
+++ pkgsrc/www/py-autobahn/Makefile     Sun Aug 19 10:48:35 2018
@@ -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 lib
 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"

Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.12 pkgsrc/www/py-autobahn/distinfo:1.13
--- pkgsrc/www/py-autobahn/distinfo:1.12        Fri Jul 27 08:46:57 2018
+++ pkgsrc/www/py-autobahn/distinfo     Sun Aug 19 10:48:35 2018
@@ -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