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:           Mon Jul  8 07:49:08 UTC 2019

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

Log Message:
py-autobahn: updated to 19.7.1

19.7.1
fix: implement client side payload exceed max size; improve max size exceeded handling
fix: detect when our transport is "already" closed at connect time
fix: XBR examples


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-autobahn/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-autobahn/PLIST
cvs rdiff -u -r1.23 -r1.24 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.24 pkgsrc/www/py-autobahn/Makefile:1.25
--- pkgsrc/www/py-autobahn/Makefile:1.24        Fri Jun 14 08:01:02 2019
+++ pkgsrc/www/py-autobahn/Makefile     Mon Jul  8 07:49:07 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2019/06/14 08:01:02 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/07/08 07:49:07 adam Exp $
 
-DISTNAME=      autobahn-19.6.2
+DISTNAME=      autobahn-19.7.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.10 pkgsrc/www/py-autobahn/PLIST:1.11
--- pkgsrc/www/py-autobahn/PLIST:1.10   Fri Jun 14 08:01:02 2019
+++ pkgsrc/www/py-autobahn/PLIST        Mon Jul  8 07:49:07 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2019/06/14 08:01:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/07/08 07:49:07 adam Exp $
 bin/wamp
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -34,6 +34,9 @@ ${PYSITELIB}/autobahn/asyncio/wamp.pyo
 ${PYSITELIB}/autobahn/asyncio/websocket.py
 ${PYSITELIB}/autobahn/asyncio/websocket.pyc
 ${PYSITELIB}/autobahn/asyncio/websocket.pyo
+${PYSITELIB}/autobahn/exception.py
+${PYSITELIB}/autobahn/exception.pyc
+${PYSITELIB}/autobahn/exception.pyo
 ${PYSITELIB}/autobahn/nvx/__init__.py
 ${PYSITELIB}/autobahn/nvx/__init__.pyc
 ${PYSITELIB}/autobahn/nvx/__init__.pyo

Index: pkgsrc/www/py-autobahn/distinfo
diff -u pkgsrc/www/py-autobahn/distinfo:1.23 pkgsrc/www/py-autobahn/distinfo:1.24
--- pkgsrc/www/py-autobahn/distinfo:1.23        Fri Jun 14 08:01:02 2019
+++ pkgsrc/www/py-autobahn/distinfo     Mon Jul  8 07:49:07 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.23 2019/06/14 08:01:02 adam Exp $
+$NetBSD: distinfo,v 1.24 2019/07/08 07:49:07 adam Exp $
 
-SHA1 (autobahn-19.6.2.tar.gz) = e359a5843f863e54d0fca3554d15f390b2aada67
-RMD160 (autobahn-19.6.2.tar.gz) = 6c443cc8f1d086543fb29524a29986f8d582d389
-SHA512 (autobahn-19.6.2.tar.gz) = c4c41e536aa4aec9127bfdf68cdda0dc57dd50e4d630e919095e9800c09d8e0012dfe67fec98c1a59cba0a173a9192248121773ce42d230b6c3a689d09b8a3a2
-Size (autobahn-19.6.2.tar.gz) = 547160 bytes
+SHA1 (autobahn-19.7.1.tar.gz) = 86e39f232165e4cc747e24cbe7d1418bd708beb5
+RMD160 (autobahn-19.7.1.tar.gz) = 1c84265bc043f7998f79e1a2e68940b43ac5228c
+SHA512 (autobahn-19.7.1.tar.gz) = 880f2ab05ea17621f29e99978dc3291b47a5e3c2737b027094d4a5e974bd2142966f33bf2d73a13e73713256dcc30eef2700f4b8b290a1820d62429b01c55439
+Size (autobahn-19.7.1.tar.gz) = 549201 bytes
 SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde



Home | Main Index | Thread Index | Old Index