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:           Fri Sep  8 11:09:35 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-autobahn/Makefile \
    pkgsrc/www/py-autobahn/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-autobahn/PLIST

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.6 pkgsrc/www/py-autobahn/Makefile:1.7
--- pkgsrc/www/py-autobahn/Makefile:1.6 Tue Aug 22 08:53:21 2017
+++ pkgsrc/www/py-autobahn/Makefile     Fri Sep  8 11:09:35 2017
@@ -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/}
Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.6 pkgsrc/www/py-autobahn/distinfo:1.7
--- pkgsrc/www/py-autobahn/distinfo:1.6 Tue Aug 22 08:53:21 2017
+++ pkgsrc/www/py-autobahn/distinfo     Fri Sep  8 11:09:35 2017
@@ -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

Index: pkgsrc/www/py-autobahn/PLIST
diff -u pkgsrc/www/py-autobahn/PLIST:1.3 pkgsrc/www/py-autobahn/PLIST:1.4
--- pkgsrc/www/py-autobahn/PLIST:1.3    Sun Jul 23 17:25:17 2017
+++ pkgsrc/www/py-autobahn/PLIST        Fri Sep  8 11:09:35 2017
@@ -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.
 ${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



Home | Main Index | Thread Index | Old Index