diff options
author | adam <adam@pkgsrc.org> | 2017-09-08 11:09:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-09-08 11:09:35 +0000 |
commit | 7414ba8a76dc485d7c8b99268b70472181d230bb (patch) | |
tree | d58a5bf18089150cc17eef74b86f1de26beb9eca /www/py-autobahn | |
parent | 2a611e54fee431b42b3cb77de02f492df93df34a (diff) | |
download | pkgsrc-7414ba8a76dc485d7c8b99268b70472181d230bb.tar.gz |
17.9.1:
new: allow setting correlation ID in WAMP messages from user code
fix: distribute LICENSE file in all distribution formats (using setup.cfg metadata)
Diffstat (limited to 'www/py-autobahn')
-rw-r--r-- | www/py-autobahn/Makefile | 4 | ||||
-rw-r--r-- | www/py-autobahn/PLIST | 9 | ||||
-rw-r--r-- | www/py-autobahn/distinfo | 10 |
3 files changed, 8 insertions, 15 deletions
diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index 77a67bca0ae..d8f4fd155ee 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2017/08/22 08:53:21 adam Exp $ +# $NetBSD: Makefile,v 1.7 2017/09/08 11:09:35 adam Exp $ -DISTNAME= autobahn-17.8.1 +DISTNAME= autobahn-17.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} diff --git a/www/py-autobahn/PLIST b/www/py-autobahn/PLIST index 1a90988e35f..d144045dca3 100644 --- a/www/py-autobahn/PLIST +++ b/www/py-autobahn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2017/07/23 17:25:17 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2017/09/08 11:09:35 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -20,13 +20,6 @@ ${PYSITELIB}/autobahn/asyncio/component.pyo ${PYSITELIB}/autobahn/asyncio/rawsocket.py ${PYSITELIB}/autobahn/asyncio/rawsocket.pyc ${PYSITELIB}/autobahn/asyncio/rawsocket.pyo -${PYSITELIB}/autobahn/asyncio/test/README -${PYSITELIB}/autobahn/asyncio/test/test_asyncio_rawsocket.py -${PYSITELIB}/autobahn/asyncio/test/test_asyncio_rawsocket.pyc -${PYSITELIB}/autobahn/asyncio/test/test_asyncio_rawsocket.pyo -${PYSITELIB}/autobahn/asyncio/test/test_asyncio_websocket.py -${PYSITELIB}/autobahn/asyncio/test/test_asyncio_websocket.pyc -${PYSITELIB}/autobahn/asyncio/test/test_asyncio_websocket.pyo ${PYSITELIB}/autobahn/asyncio/util.py ${PYSITELIB}/autobahn/asyncio/util.pyc ${PYSITELIB}/autobahn/asyncio/util.pyo diff --git a/www/py-autobahn/distinfo b/www/py-autobahn/distinfo index d23dfb9e58c..2194d44aad7 100644 --- a/www/py-autobahn/distinfo +++ b/www/py-autobahn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2017/08/22 08:53:21 adam Exp $ +$NetBSD: distinfo,v 1.7 2017/09/08 11:09:35 adam Exp $ -SHA1 (autobahn-17.8.1.tar.gz) = 490694bad8110678b38575a4de28d8036721c8d2 -RMD160 (autobahn-17.8.1.tar.gz) = 5aeb95a3e51137a6559250cbc79f2914de8309b2 -SHA512 (autobahn-17.8.1.tar.gz) = f516679d08574260c62662b91c2e662924c35babe9ba2a3ab5396dfffc1bda9d6a645ab8c8c59ceb5ed047469d22309b1379d2dac966972acece3c3a9ad64aec -Size (autobahn-17.8.1.tar.gz) = 211877 bytes +SHA1 (autobahn-17.9.1.tar.gz) = 6f9e9b70a549dc350549a6211f361dbfa896b585 +RMD160 (autobahn-17.9.1.tar.gz) = 9cd29565ba7fad22a7a62c5459e4421f34241414 +SHA512 (autobahn-17.9.1.tar.gz) = 036508c1170f53b01be360083bbf9f569fbaf216d984b34e10ad18e5f5e156e74bd4c8979bdd977a8e23deff0332e16d3d606716d32f3987ff37c7707eac0f86 +Size (autobahn-17.9.1.tar.gz) = 209230 bytes |