Subject: CVS commit: pkgsrc/www/py-autobahn
From: Adam Ciarcinski
Date: 2019-05-30 11:10:13
Message id: 20190530091013.C5376FB15@cvs.NetBSD.org

Log Message:
py-autobahn: updated to 19.5.1

19.5.1
fix: authextra merging
fix: set default retry_delay_jitter
new: add rawsocket + twisted example
new: WebSocket testing support, via Agent-style interface
new: decorator for on_connectfailure
fix: delayed call leakage
new: CLI client
fix: set up TLS over proxy properly
new: expose ser modules
fix: base64 encodings, add hex encoding
new: onConnecting callback (with TransportDetails and ConnectingRequest). Note: \ 
if you've implemented a pure IWebSocketChannel without inheriting from Autobahn \ 
base classes, you'll need to add an onConnecting() method that just does return \ 
None.

Files:
RevisionActionfile
1.23modifypkgsrc/www/py-autobahn/Makefile
1.9modifypkgsrc/www/py-autobahn/PLIST
1.22modifypkgsrc/www/py-autobahn/distinfo
1.1addpkgsrc/www/py-autobahn/patches/patch-setup.py