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:           Sat Apr 14 09:10:46 UTC 2018

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

Log Message:
py-autobahn: updated to 18.4.1

18.4.1
new: WAMP-SCRAM authentication
new: native vector extensions
fix: improve choosereactor
new: lots of new and improved documentation, component API and more
new: Docker image tooling now in this repo
fix: "fatal errors" in Component
fix: AIO/Component: create a new loop if already closed
fix: kwarg keys sometimes are bytes on Python2
fix: various improvements to new component API


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-autobahn/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-autobahn/PLIST
cvs rdiff -u -r1.10 -r1.11 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.11 pkgsrc/www/py-autobahn/Makefile:1.12
--- pkgsrc/www/py-autobahn/Makefile:1.11        Tue Apr  3 17:54:00 2018
+++ pkgsrc/www/py-autobahn/Makefile     Sat Apr 14 09:10:46 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/04/03 17:54:00 adam Exp $
+# $NetBSD: Makefile,v 1.12 2018/04/14 09:10:46 adam Exp $
 
-DISTNAME=      autobahn-18.3.1
+DISTNAME=      autobahn-18.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}

Index: pkgsrc/www/py-autobahn/PLIST
diff -u pkgsrc/www/py-autobahn/PLIST:1.5 pkgsrc/www/py-autobahn/PLIST:1.6
--- pkgsrc/www/py-autobahn/PLIST:1.5    Wed Jan 10 08:32:33 2018
+++ pkgsrc/www/py-autobahn/PLIST        Sat Apr 14 09:10:46 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/01/10 08:32:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/04/14 09:10:46 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -29,6 +29,16 @@ ${PYSITELIB}/autobahn/asyncio/wamp.pyo
 ${PYSITELIB}/autobahn/asyncio/websocket.py
 ${PYSITELIB}/autobahn/asyncio/websocket.pyc
 ${PYSITELIB}/autobahn/asyncio/websocket.pyo
+${PYSITELIB}/autobahn/nvx/__init__.py
+${PYSITELIB}/autobahn/nvx/__init__.pyc
+${PYSITELIB}/autobahn/nvx/__init__.pyo
+${PYSITELIB}/autobahn/nvx/_utf8validator.c
+${PYSITELIB}/autobahn/nvx/_utf8validator.py
+${PYSITELIB}/autobahn/nvx/_utf8validator.pyc
+${PYSITELIB}/autobahn/nvx/_utf8validator.pyo
+${PYSITELIB}/autobahn/nvx/test/test_utf8validator.py
+${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyc
+${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyo
 ${PYSITELIB}/autobahn/rawsocket/__init__.py
 ${PYSITELIB}/autobahn/rawsocket/__init__.pyc
 ${PYSITELIB}/autobahn/rawsocket/__init__.pyo

Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.10 pkgsrc/www/py-autobahn/distinfo:1.11
--- pkgsrc/www/py-autobahn/distinfo:1.10        Tue Apr  3 17:54:00 2018
+++ pkgsrc/www/py-autobahn/distinfo     Sat Apr 14 09:10:46 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/04/03 17:54:00 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/04/14 09:10:46 adam Exp $
 
-SHA1 (autobahn-18.3.1.tar.gz) = a49d5bb49608598bed36f488e02be6d4ad260102
-RMD160 (autobahn-18.3.1.tar.gz) = 2d17c6b16b6bae5d6eafcf04db8b67142b596d8c
-SHA512 (autobahn-18.3.1.tar.gz) = 3d122cfb54eff0697cf60cd155a07699c6f6b39e573616c247ea79e65e6fa0a86d505ea8bc4f4755dbf266fb8bc7fadabb4338aeb1b9e6a2f0503e1b4d25e2e6
-Size (autobahn-18.3.1.tar.gz) = 213042 bytes
+SHA1 (autobahn-18.4.1.tar.gz) = 79521a9fd4369c4c018e6a5c4dd2176a06ddb45e
+RMD160 (autobahn-18.4.1.tar.gz) = 4dccc0b8d7dbf34ce28a852b6bc7d0e455368d9c
+SHA512 (autobahn-18.4.1.tar.gz) = 67c9f576131a053e8e189ad82ab00e9212dac319c4de14ef44e85d1018d596f244ea945b10b593c63ff05391733fe1f72cc47597ea79d0a409e7cf85a4a6369f
+Size (autobahn-18.4.1.tar.gz) = 224355 bytes



Home | Main Index | Thread Index | Old Index