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.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78215be281bd
branches:  trunk
changeset: 315075:78215be281bd
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 15 10:05:26 2018 +0000

description:
py-autobahn: updated to 18.11.1

18.11.1
new: forward_for WAMP message attribute (for Crossbar.io Router-to-Router federation)
new: support RawSocket URLs (eg "rs://localhost:5000" or "rs://unix:/tmp/file.sock")
new: support WAMP-over-Unix sockets for WAMP components ("new API")
fix: use same WAMP serializer construction code for WAMP components ("new API") and ApplicationSession/Runner
fix: memory leak with Twisted/WebSocket, dropConnection and producer

diffstat:

 www/py-autobahn/Makefile |   4 ++--
 www/py-autobahn/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f701102cd5b0 -r 78215be281bd www/py-autobahn/Makefile
--- a/www/py-autobahn/Makefile  Thu Nov 15 09:53:53 2018 +0000
+++ b/www/py-autobahn/Makefile  Thu Nov 15 10:05:26 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/10/23 07:59:31 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/15 10:05:26 adam Exp $
 
-DISTNAME=      autobahn-18.10.1
+DISTNAME=      autobahn-18.11.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autobahn/}
diff -r f701102cd5b0 -r 78215be281bd www/py-autobahn/distinfo
--- a/www/py-autobahn/distinfo  Thu Nov 15 09:53:53 2018 +0000
+++ b/www/py-autobahn/distinfo  Thu Nov 15 10:05:26 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2018/10/23 07:59:31 adam Exp $
+$NetBSD: distinfo,v 1.16 2018/11/15 10:05:26 adam Exp $
 
-SHA1 (autobahn-18.10.1.tar.gz) = 326d227ea9314f8f9c9e9ff516062dd37ed3ab04
-RMD160 (autobahn-18.10.1.tar.gz) = 4a7dce6c66bd2b300a59e2a627e3e7133ae818b8
-SHA512 (autobahn-18.10.1.tar.gz) = 3ed2f67980e430cd2e46cb54ff8e2845dd4dde1e4512f3b8d7495ff38f00a4ad0c8277e328b11823c0aa12e48f150e0fe7e4601f6ce9b20407ec196f78aa32ee
-Size (autobahn-18.10.1.tar.gz) = 225766 bytes
+SHA1 (autobahn-18.11.1.tar.gz) = 8ff25730c6952395e3b121ada651777aaa002d98
+RMD160 (autobahn-18.11.1.tar.gz) = a172cb7df1d018e8358a0aa5257fbcaa814d37f3
+SHA512 (autobahn-18.11.1.tar.gz) = 1059a60c0d924969a529b4fb10cff2548b7eae3b0189025c3101840aae3fbdd83405e878368648b2884fe167cbc240294438cbdb654658c16a5244bb27312f98
+Size (autobahn-18.11.1.tar.gz) = 228222 bytes
 SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde



Home | Main Index | Thread Index | Old Index