Sat Apr 8 21:44:55 2017 UTC ()
Changes 0.18.1:
Bug fixes.


(adam)
diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/Makefile
diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/PLIST
diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-autobahn/Makefile 2017/02/22 13:19:07 1.1
+++ pkgsrc/www/py-autobahn/Makefile 2017/04/08 21:44:55 1.2
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.1 2017/02/22 13:19:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.2 2017/04/08 21:44:55 adam Exp $
2 2
3DISTNAME= autobahn-0.17.1 3DISTNAME= autobahn-0.18.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/autobahn 9HOMEPAGE= https://pypi.python.org/pypi/autobahn
10COMMENT= WebSocket client and server library, WAMP real-time framework 10COMMENT= WebSocket client and server library, WAMP real-time framework
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 13DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
14DEPENDS+= ${PYPKGPREFIX}-txaio-[0-9]*:../../devel/py-txaio 14DEPENDS+= ${PYPKGPREFIX}-txaio-[0-9]*:../../devel/py-txaio
15 15
16# actually TEST_DEPENDS 16# actually TEST_DEPENDS

cvs diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-autobahn/PLIST 2017/02/22 13:19:07 1.1
+++ pkgsrc/www/py-autobahn/PLIST 2017/04/08 21:44:55 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2017/02/22 13:19:07 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/04/08 21:44:55 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/autobahn/__init__.py 8${PYSITELIB}/autobahn/__init__.py
9${PYSITELIB}/autobahn/__init__.pyc 9${PYSITELIB}/autobahn/__init__.pyc
10${PYSITELIB}/autobahn/__init__.pyo 10${PYSITELIB}/autobahn/__init__.pyo
11${PYSITELIB}/autobahn/_version.py 11${PYSITELIB}/autobahn/_version.py
12${PYSITELIB}/autobahn/_version.pyc 12${PYSITELIB}/autobahn/_version.pyc
13${PYSITELIB}/autobahn/_version.pyo 13${PYSITELIB}/autobahn/_version.pyo
14${PYSITELIB}/autobahn/asyncio/__init__.py 14${PYSITELIB}/autobahn/asyncio/__init__.py
@@ -50,26 +50,29 @@ ${PYSITELIB}/autobahn/test/__init__.pyc @@ -50,26 +50,29 @@ ${PYSITELIB}/autobahn/test/__init__.pyc
50${PYSITELIB}/autobahn/test/__init__.pyo 50${PYSITELIB}/autobahn/test/__init__.pyo
51${PYSITELIB}/autobahn/test/test_util.py 51${PYSITELIB}/autobahn/test/test_util.py
52${PYSITELIB}/autobahn/test/test_util.pyc 52${PYSITELIB}/autobahn/test/test_util.pyc
53${PYSITELIB}/autobahn/test/test_util.pyo 53${PYSITELIB}/autobahn/test/test_util.pyo
54${PYSITELIB}/autobahn/twisted/__init__.py 54${PYSITELIB}/autobahn/twisted/__init__.py
55${PYSITELIB}/autobahn/twisted/__init__.pyc 55${PYSITELIB}/autobahn/twisted/__init__.pyc
56${PYSITELIB}/autobahn/twisted/__init__.pyo 56${PYSITELIB}/autobahn/twisted/__init__.pyo
57${PYSITELIB}/autobahn/twisted/choosereactor.py 57${PYSITELIB}/autobahn/twisted/choosereactor.py
58${PYSITELIB}/autobahn/twisted/choosereactor.pyc 58${PYSITELIB}/autobahn/twisted/choosereactor.pyc
59${PYSITELIB}/autobahn/twisted/choosereactor.pyo 59${PYSITELIB}/autobahn/twisted/choosereactor.pyo
60${PYSITELIB}/autobahn/twisted/component.py 60${PYSITELIB}/autobahn/twisted/component.py
61${PYSITELIB}/autobahn/twisted/component.pyc 61${PYSITELIB}/autobahn/twisted/component.pyc
62${PYSITELIB}/autobahn/twisted/component.pyo 62${PYSITELIB}/autobahn/twisted/component.pyo
 63${PYSITELIB}/autobahn/twisted/cryptosign.py
 64${PYSITELIB}/autobahn/twisted/cryptosign.pyc
 65${PYSITELIB}/autobahn/twisted/cryptosign.pyo
63${PYSITELIB}/autobahn/twisted/forwarder.py 66${PYSITELIB}/autobahn/twisted/forwarder.py
64${PYSITELIB}/autobahn/twisted/forwarder.pyc 67${PYSITELIB}/autobahn/twisted/forwarder.pyc
65${PYSITELIB}/autobahn/twisted/forwarder.pyo 68${PYSITELIB}/autobahn/twisted/forwarder.pyo
66${PYSITELIB}/autobahn/twisted/rawsocket.py 69${PYSITELIB}/autobahn/twisted/rawsocket.py
67${PYSITELIB}/autobahn/twisted/rawsocket.pyc 70${PYSITELIB}/autobahn/twisted/rawsocket.pyc
68${PYSITELIB}/autobahn/twisted/rawsocket.pyo 71${PYSITELIB}/autobahn/twisted/rawsocket.pyo
69${PYSITELIB}/autobahn/twisted/resource.py 72${PYSITELIB}/autobahn/twisted/resource.py
70${PYSITELIB}/autobahn/twisted/resource.pyc 73${PYSITELIB}/autobahn/twisted/resource.pyc
71${PYSITELIB}/autobahn/twisted/resource.pyo 74${PYSITELIB}/autobahn/twisted/resource.pyo
72${PYSITELIB}/autobahn/twisted/util.py 75${PYSITELIB}/autobahn/twisted/util.py
73${PYSITELIB}/autobahn/twisted/util.pyc 76${PYSITELIB}/autobahn/twisted/util.pyc
74${PYSITELIB}/autobahn/twisted/util.pyo 77${PYSITELIB}/autobahn/twisted/util.pyo
75${PYSITELIB}/autobahn/twisted/wamp.py 78${PYSITELIB}/autobahn/twisted/wamp.py

cvs diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-autobahn/distinfo 2017/02/22 13:19:07 1.1
+++ pkgsrc/www/py-autobahn/distinfo 2017/04/08 21:44:55 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/02/22 13:19:07 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2017/04/08 21:44:55 adam Exp $
2 2
3SHA1 (autobahn-0.17.1.tar.gz) = 395164a4e9773c6431d3b94b3e9f6a135182282b 3SHA1 (autobahn-0.18.1.tar.gz) = 38e72ca004edfb0113b9a7154514542f4bbee3bf
4RMD160 (autobahn-0.17.1.tar.gz) = 206ebca32d79d3873dcfa62bfbdae019c534ccd3 4RMD160 (autobahn-0.18.1.tar.gz) = b30a407dbbfbc033220d5534c5db4b3feaf9bf28
5SHA512 (autobahn-0.17.1.tar.gz) = 93e723436f24f82a1be72d955f81fc9958104085137e5ba25970c113cd202ffc8c6a73d81f637890fc795b4b787743f55fbd2806506de7ff2e3d410c2428f9ac 5SHA512 (autobahn-0.18.1.tar.gz) = 5fcf3b14b2896da3f4bbed591a7c1935a2d23dd2dec51be24bf2fa0850222fbdf12e46bb36fb0969e9030a188e86f09e6601b2b963df9a57981696245da50424
6Size (autobahn-0.17.1.tar.gz) = 189827 bytes 6Size (autobahn-0.18.1.tar.gz) = 197088 bytes