pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-autobahn py-autobahn: updated to 18.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e1cd4021c8a
branches:  trunk
changeset: 378744:3e1cd4021c8a
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 14 09:10:46 2018 +0000

description:
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

diffstat:

 www/py-autobahn/Makefile |   4 ++--
 www/py-autobahn/PLIST    |  12 +++++++++++-
 www/py-autobahn/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 8 deletions(-)

diffs (53 lines):

diff -r d74850eb5160 -r 3e1cd4021c8a www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Sat Apr 14 09:02:57 2018 +0000
+++ b/www/py-autobahn/Makefile  Sat Apr 14 09:10:46 2018 +0000
@@ -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/}
diff -r d74850eb5160 -r 3e1cd4021c8a www/py-autobahn/PLIST
--- a/www/py-autobahn/PLIST     Sat Apr 14 09:02:57 2018 +0000
+++ b/www/py-autobahn/PLIST     Sat Apr 14 09:10:46 2018 +0000
@@ -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/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
diff -r d74850eb5160 -r 3e1cd4021c8a www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Sat Apr 14 09:02:57 2018 +0000
+++ b/www/py-autobahn/distinfo  Sat Apr 14 09:10:46 2018 +0000
@@ -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