Thu Jan 23 14:33:18 2020 UTC ()
py-autobahn: updated to 20.1.2

20.1.2
fix: add python_requires>=3.5 to prevent installation on python 2

20.1.1
IMPORTANT: beginning release v20.1.1, Autobahn|Python only supports Python 3.5 or later.
fix: first part of cleaning up code, dropping Python 2 support


(adam)
diff -r1.30 -r1.31 pkgsrc/www/py-autobahn/Makefile
diff -r1.15 -r1.16 pkgsrc/www/py-autobahn/PLIST
diff -r1.27 -r1.28 pkgsrc/www/py-autobahn/distinfo
diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/patches/patch-setup.py

cvs diff -r1.30 -r1.31 pkgsrc/www/py-autobahn/Makefile (switch to unified diff)

--- pkgsrc/www/py-autobahn/Makefile 2019/10/31 10:10:37 1.30
+++ pkgsrc/www/py-autobahn/Makefile 2020/01/23 14:33:18 1.31
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.30 2019/10/31 10:10:37 adam Exp $ 1# $NetBSD: Makefile,v 1.31 2020/01/23 14:33:18 adam Exp $
2 2
3DISTNAME= autobahn-19.10.1 3DISTNAME= autobahn-20.1.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= www python 5CATEGORIES= www python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/autobahn/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://crossbar.io/autobahn/ 9HOMEPAGE= https://crossbar.io/autobahn/
10COMMENT= WebSocket client and server library, WAMP real-time framework 10COMMENT= WebSocket client and server library, WAMP real-time framework
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography 13DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.7:../../security/py-cryptography
14DEPENDS+= ${PYPKGPREFIX}-nacl>=1.0.1:../../security/py-nacl 14DEPENDS+= ${PYPKGPREFIX}-nacl>=1.0.1:../../security/py-nacl
15DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six 15DEPENDS+= ${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
16DEPENDS+= ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio 16DEPENDS+= ${PYPKGPREFIX}-txaio>=18.8.1:../../devel/py-txaio
17TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock 17TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock
18TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test 18TEST_DEPENDS+= ${PYPKGPREFIX}-test>=2.8.6:../../devel/py-test
19TEST_ENV+= USE_ASYNCIO=1 19TEST_ENV+= USE_ASYNCIO=1
20 20
21PYTHON_VERSIONS_INCOMPATIBLE= 27 # not all parts are supported 
22 
23USE_LANGUAGES= # none 21USE_LANGUAGES= # none
24 22
 23PYTHON_VERSIONS_INCOMPATIBLE= 27
 24
25.include "../../lang/python/egg.mk" 25.include "../../lang/python/egg.mk"
26.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/www/py-autobahn/PLIST (switch to unified diff)

--- pkgsrc/www/py-autobahn/PLIST 2019/09/26 10:30:01 1.15
+++ pkgsrc/www/py-autobahn/PLIST 2020/01/23 14:33:18 1.16
@@ -1,497 +1,500 @@ @@ -1,497 +1,500 @@
1@comment $NetBSD: PLIST,v 1.15 2019/09/26 10:30:01 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.16 2020/01/23 14:33:18 adam Exp $
2bin/wamp 2bin/wamp
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
10${PYSITELIB}/autobahn/__init__.py 10${PYSITELIB}/autobahn/__init__.py
11${PYSITELIB}/autobahn/__init__.pyc 11${PYSITELIB}/autobahn/__init__.pyc
12${PYSITELIB}/autobahn/__init__.pyo 12${PYSITELIB}/autobahn/__init__.pyo
13${PYSITELIB}/autobahn/__main__.py 13${PYSITELIB}/autobahn/__main__.py
14${PYSITELIB}/autobahn/__main__.pyc 14${PYSITELIB}/autobahn/__main__.pyc
15${PYSITELIB}/autobahn/__main__.pyo 15${PYSITELIB}/autobahn/__main__.pyo
16${PYSITELIB}/autobahn/_version.py 16${PYSITELIB}/autobahn/_version.py
17${PYSITELIB}/autobahn/_version.pyc 17${PYSITELIB}/autobahn/_version.pyc
18${PYSITELIB}/autobahn/_version.pyo 18${PYSITELIB}/autobahn/_version.pyo
19${PYSITELIB}/autobahn/asyncio/__init__.py 19${PYSITELIB}/autobahn/asyncio/__init__.py
20${PYSITELIB}/autobahn/asyncio/__init__.pyc 20${PYSITELIB}/autobahn/asyncio/__init__.pyc
21${PYSITELIB}/autobahn/asyncio/__init__.pyo 21${PYSITELIB}/autobahn/asyncio/__init__.pyo
22${PYSITELIB}/autobahn/asyncio/component.py 22${PYSITELIB}/autobahn/asyncio/component.py
23${PYSITELIB}/autobahn/asyncio/component.pyc 23${PYSITELIB}/autobahn/asyncio/component.pyc
24${PYSITELIB}/autobahn/asyncio/component.pyo 24${PYSITELIB}/autobahn/asyncio/component.pyo
25${PYSITELIB}/autobahn/asyncio/rawsocket.py 25${PYSITELIB}/autobahn/asyncio/rawsocket.py
26${PYSITELIB}/autobahn/asyncio/rawsocket.pyc 26${PYSITELIB}/autobahn/asyncio/rawsocket.pyc
27${PYSITELIB}/autobahn/asyncio/rawsocket.pyo 27${PYSITELIB}/autobahn/asyncio/rawsocket.pyo
28${PYSITELIB}/autobahn/asyncio/util.py 28${PYSITELIB}/autobahn/asyncio/util.py
29${PYSITELIB}/autobahn/asyncio/util.pyc 29${PYSITELIB}/autobahn/asyncio/util.pyc
30${PYSITELIB}/autobahn/asyncio/util.pyo 30${PYSITELIB}/autobahn/asyncio/util.pyo
31${PYSITELIB}/autobahn/asyncio/wamp.py 31${PYSITELIB}/autobahn/asyncio/wamp.py
32${PYSITELIB}/autobahn/asyncio/wamp.pyc 32${PYSITELIB}/autobahn/asyncio/wamp.pyc
33${PYSITELIB}/autobahn/asyncio/wamp.pyo 33${PYSITELIB}/autobahn/asyncio/wamp.pyo
34${PYSITELIB}/autobahn/asyncio/websocket.py 34${PYSITELIB}/autobahn/asyncio/websocket.py
35${PYSITELIB}/autobahn/asyncio/websocket.pyc 35${PYSITELIB}/autobahn/asyncio/websocket.pyc
36${PYSITELIB}/autobahn/asyncio/websocket.pyo 36${PYSITELIB}/autobahn/asyncio/websocket.pyo
37${PYSITELIB}/autobahn/asyncio/xbr.py 37${PYSITELIB}/autobahn/asyncio/xbr.py
38${PYSITELIB}/autobahn/asyncio/xbr.pyc 38${PYSITELIB}/autobahn/asyncio/xbr.pyc
39${PYSITELIB}/autobahn/asyncio/xbr.pyo 39${PYSITELIB}/autobahn/asyncio/xbr.pyo
40${PYSITELIB}/autobahn/exception.py 40${PYSITELIB}/autobahn/exception.py
41${PYSITELIB}/autobahn/exception.pyc 41${PYSITELIB}/autobahn/exception.pyc
42${PYSITELIB}/autobahn/exception.pyo 42${PYSITELIB}/autobahn/exception.pyo
43${PYSITELIB}/autobahn/nvx/__init__.py 43${PYSITELIB}/autobahn/nvx/__init__.py
44${PYSITELIB}/autobahn/nvx/__init__.pyc 44${PYSITELIB}/autobahn/nvx/__init__.pyc
45${PYSITELIB}/autobahn/nvx/__init__.pyo 45${PYSITELIB}/autobahn/nvx/__init__.pyo
46${PYSITELIB}/autobahn/nvx/_utf8validator.c 46${PYSITELIB}/autobahn/nvx/_utf8validator.c
47${PYSITELIB}/autobahn/nvx/_utf8validator.py 47${PYSITELIB}/autobahn/nvx/_utf8validator.py
48${PYSITELIB}/autobahn/nvx/_utf8validator.pyc 48${PYSITELIB}/autobahn/nvx/_utf8validator.pyc
49${PYSITELIB}/autobahn/nvx/_utf8validator.pyo 49${PYSITELIB}/autobahn/nvx/_utf8validator.pyo
50${PYSITELIB}/autobahn/nvx/test/test_utf8validator.py 50${PYSITELIB}/autobahn/nvx/test/test_utf8validator.py
51${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyc 51${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyc
52${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyo 52${PYSITELIB}/autobahn/nvx/test/test_utf8validator.pyo
53${PYSITELIB}/autobahn/rawsocket/__init__.py 53${PYSITELIB}/autobahn/rawsocket/__init__.py
54${PYSITELIB}/autobahn/rawsocket/__init__.pyc 54${PYSITELIB}/autobahn/rawsocket/__init__.pyc
55${PYSITELIB}/autobahn/rawsocket/__init__.pyo 55${PYSITELIB}/autobahn/rawsocket/__init__.pyo
56${PYSITELIB}/autobahn/rawsocket/test/__init__.py 56${PYSITELIB}/autobahn/rawsocket/test/__init__.py
57${PYSITELIB}/autobahn/rawsocket/test/__init__.pyc 57${PYSITELIB}/autobahn/rawsocket/test/__init__.pyc
58${PYSITELIB}/autobahn/rawsocket/test/__init__.pyo 58${PYSITELIB}/autobahn/rawsocket/test/__init__.pyo
59${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.py 59${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.py
60${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyc 60${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyc
61${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyo 61${PYSITELIB}/autobahn/rawsocket/test/test_rawsocket_url.pyo
62${PYSITELIB}/autobahn/rawsocket/util.py 62${PYSITELIB}/autobahn/rawsocket/util.py
63${PYSITELIB}/autobahn/rawsocket/util.pyc 63${PYSITELIB}/autobahn/rawsocket/util.pyc
64${PYSITELIB}/autobahn/rawsocket/util.pyo 64${PYSITELIB}/autobahn/rawsocket/util.pyo
65${PYSITELIB}/autobahn/test/__init__.py 65${PYSITELIB}/autobahn/test/__init__.py
66${PYSITELIB}/autobahn/test/__init__.pyc 66${PYSITELIB}/autobahn/test/__init__.pyc
67${PYSITELIB}/autobahn/test/__init__.pyo 67${PYSITELIB}/autobahn/test/__init__.pyo
68${PYSITELIB}/autobahn/test/test_rng.py 68${PYSITELIB}/autobahn/test/test_rng.py
69${PYSITELIB}/autobahn/test/test_rng.pyc 69${PYSITELIB}/autobahn/test/test_rng.pyc
70${PYSITELIB}/autobahn/test/test_rng.pyo 70${PYSITELIB}/autobahn/test/test_rng.pyo
71${PYSITELIB}/autobahn/test/test_util.py 71${PYSITELIB}/autobahn/test/test_util.py
72${PYSITELIB}/autobahn/test/test_util.pyc 72${PYSITELIB}/autobahn/test/test_util.pyc
73${PYSITELIB}/autobahn/test/test_util.pyo 73${PYSITELIB}/autobahn/test/test_util.pyo
74${PYSITELIB}/autobahn/twisted/__init__.py 74${PYSITELIB}/autobahn/twisted/__init__.py
75${PYSITELIB}/autobahn/twisted/__init__.pyc 75${PYSITELIB}/autobahn/twisted/__init__.pyc
76${PYSITELIB}/autobahn/twisted/__init__.pyo 76${PYSITELIB}/autobahn/twisted/__init__.pyo
77${PYSITELIB}/autobahn/twisted/choosereactor.py 77${PYSITELIB}/autobahn/twisted/choosereactor.py
78${PYSITELIB}/autobahn/twisted/choosereactor.pyc 78${PYSITELIB}/autobahn/twisted/choosereactor.pyc
79${PYSITELIB}/autobahn/twisted/choosereactor.pyo 79${PYSITELIB}/autobahn/twisted/choosereactor.pyo
80${PYSITELIB}/autobahn/twisted/component.py 80${PYSITELIB}/autobahn/twisted/component.py
81${PYSITELIB}/autobahn/twisted/component.pyc 81${PYSITELIB}/autobahn/twisted/component.pyc
82${PYSITELIB}/autobahn/twisted/component.pyo 82${PYSITELIB}/autobahn/twisted/component.pyo
83${PYSITELIB}/autobahn/twisted/cryptosign.py 83${PYSITELIB}/autobahn/twisted/cryptosign.py
84${PYSITELIB}/autobahn/twisted/cryptosign.pyc 84${PYSITELIB}/autobahn/twisted/cryptosign.pyc
85${PYSITELIB}/autobahn/twisted/cryptosign.pyo 85${PYSITELIB}/autobahn/twisted/cryptosign.pyo
86${PYSITELIB}/autobahn/twisted/forwarder.py 86${PYSITELIB}/autobahn/twisted/forwarder.py
87${PYSITELIB}/autobahn/twisted/forwarder.pyc 87${PYSITELIB}/autobahn/twisted/forwarder.pyc
88${PYSITELIB}/autobahn/twisted/forwarder.pyo 88${PYSITELIB}/autobahn/twisted/forwarder.pyo
89${PYSITELIB}/autobahn/twisted/rawsocket.py 89${PYSITELIB}/autobahn/twisted/rawsocket.py
90${PYSITELIB}/autobahn/twisted/rawsocket.pyc 90${PYSITELIB}/autobahn/twisted/rawsocket.pyc
91${PYSITELIB}/autobahn/twisted/rawsocket.pyo 91${PYSITELIB}/autobahn/twisted/rawsocket.pyo
92${PYSITELIB}/autobahn/twisted/resource.py 92${PYSITELIB}/autobahn/twisted/resource.py
93${PYSITELIB}/autobahn/twisted/resource.pyc 93${PYSITELIB}/autobahn/twisted/resource.pyc
94${PYSITELIB}/autobahn/twisted/resource.pyo 94${PYSITELIB}/autobahn/twisted/resource.pyo
95${PYSITELIB}/autobahn/twisted/testing/__init__.py 95${PYSITELIB}/autobahn/twisted/testing/__init__.py
96${PYSITELIB}/autobahn/twisted/testing/__init__.pyc 96${PYSITELIB}/autobahn/twisted/testing/__init__.pyc
97${PYSITELIB}/autobahn/twisted/testing/__init__.pyo 97${PYSITELIB}/autobahn/twisted/testing/__init__.pyo
98${PYSITELIB}/autobahn/twisted/util.py 98${PYSITELIB}/autobahn/twisted/util.py
99${PYSITELIB}/autobahn/twisted/util.pyc 99${PYSITELIB}/autobahn/twisted/util.pyc
100${PYSITELIB}/autobahn/twisted/util.pyo 100${PYSITELIB}/autobahn/twisted/util.pyo
101${PYSITELIB}/autobahn/twisted/wamp.py 101${PYSITELIB}/autobahn/twisted/wamp.py
102${PYSITELIB}/autobahn/twisted/wamp.pyc 102${PYSITELIB}/autobahn/twisted/wamp.pyc
103${PYSITELIB}/autobahn/twisted/wamp.pyo 103${PYSITELIB}/autobahn/twisted/wamp.pyo
104${PYSITELIB}/autobahn/twisted/websocket.py 104${PYSITELIB}/autobahn/twisted/websocket.py
105${PYSITELIB}/autobahn/twisted/websocket.pyc 105${PYSITELIB}/autobahn/twisted/websocket.pyc
106${PYSITELIB}/autobahn/twisted/websocket.pyo 106${PYSITELIB}/autobahn/twisted/websocket.pyo
107${PYSITELIB}/autobahn/twisted/xbr.py 107${PYSITELIB}/autobahn/twisted/xbr.py
108${PYSITELIB}/autobahn/twisted/xbr.pyc 108${PYSITELIB}/autobahn/twisted/xbr.pyc
109${PYSITELIB}/autobahn/twisted/xbr.pyo 109${PYSITELIB}/autobahn/twisted/xbr.pyo
110${PYSITELIB}/autobahn/util.py 110${PYSITELIB}/autobahn/util.py
111${PYSITELIB}/autobahn/util.pyc 111${PYSITELIB}/autobahn/util.pyc
112${PYSITELIB}/autobahn/util.pyo 112${PYSITELIB}/autobahn/util.pyo
113${PYSITELIB}/autobahn/wamp/__init__.py 113${PYSITELIB}/autobahn/wamp/__init__.py
114${PYSITELIB}/autobahn/wamp/__init__.pyc 114${PYSITELIB}/autobahn/wamp/__init__.pyc
115${PYSITELIB}/autobahn/wamp/__init__.pyo 115${PYSITELIB}/autobahn/wamp/__init__.pyo
116${PYSITELIB}/autobahn/wamp/auth.py 116${PYSITELIB}/autobahn/wamp/auth.py
117${PYSITELIB}/autobahn/wamp/auth.pyc 117${PYSITELIB}/autobahn/wamp/auth.pyc
118${PYSITELIB}/autobahn/wamp/auth.pyo 118${PYSITELIB}/autobahn/wamp/auth.pyo
119${PYSITELIB}/autobahn/wamp/component.py 119${PYSITELIB}/autobahn/wamp/component.py
120${PYSITELIB}/autobahn/wamp/component.pyc 120${PYSITELIB}/autobahn/wamp/component.pyc
121${PYSITELIB}/autobahn/wamp/component.pyo 121${PYSITELIB}/autobahn/wamp/component.pyo
122${PYSITELIB}/autobahn/wamp/cryptobox.py 122${PYSITELIB}/autobahn/wamp/cryptobox.py
123${PYSITELIB}/autobahn/wamp/cryptobox.pyc 123${PYSITELIB}/autobahn/wamp/cryptobox.pyc
124${PYSITELIB}/autobahn/wamp/cryptobox.pyo 124${PYSITELIB}/autobahn/wamp/cryptobox.pyo
125${PYSITELIB}/autobahn/wamp/cryptosign.py 125${PYSITELIB}/autobahn/wamp/cryptosign.py
126${PYSITELIB}/autobahn/wamp/cryptosign.pyc 126${PYSITELIB}/autobahn/wamp/cryptosign.pyc
127${PYSITELIB}/autobahn/wamp/cryptosign.pyo 127${PYSITELIB}/autobahn/wamp/cryptosign.pyo
128${PYSITELIB}/autobahn/wamp/exception.py 128${PYSITELIB}/autobahn/wamp/exception.py
129${PYSITELIB}/autobahn/wamp/exception.pyc 129${PYSITELIB}/autobahn/wamp/exception.pyc
130${PYSITELIB}/autobahn/wamp/exception.pyo 130${PYSITELIB}/autobahn/wamp/exception.pyo
131${PYSITELIB}/autobahn/wamp/gen/__init__.py 131${PYSITELIB}/autobahn/wamp/gen/__init__.py
132${PYSITELIB}/autobahn/wamp/gen/__init__.pyc 132${PYSITELIB}/autobahn/wamp/gen/__init__.pyc
133${PYSITELIB}/autobahn/wamp/gen/__init__.pyo 133${PYSITELIB}/autobahn/wamp/gen/__init__.pyo
134${PYSITELIB}/autobahn/wamp/gen/schema/auth.bfbs 134${PYSITELIB}/autobahn/wamp/gen/schema/auth.bfbs
135${PYSITELIB}/autobahn/wamp/gen/schema/pubsub.bfbs 135${PYSITELIB}/autobahn/wamp/gen/schema/pubsub.bfbs
136${PYSITELIB}/autobahn/wamp/gen/schema/roles.bfbs 136${PYSITELIB}/autobahn/wamp/gen/schema/roles.bfbs
137${PYSITELIB}/autobahn/wamp/gen/schema/rpc.bfbs 137${PYSITELIB}/autobahn/wamp/gen/schema/rpc.bfbs
138${PYSITELIB}/autobahn/wamp/gen/schema/session.bfbs 138${PYSITELIB}/autobahn/wamp/gen/schema/session.bfbs
139${PYSITELIB}/autobahn/wamp/gen/schema/types.bfbs 139${PYSITELIB}/autobahn/wamp/gen/schema/types.bfbs
140${PYSITELIB}/autobahn/wamp/gen/schema/wamp.bfbs 140${PYSITELIB}/autobahn/wamp/gen/schema/wamp.bfbs
141${PYSITELIB}/autobahn/wamp/gen/wamp/Map.py 141${PYSITELIB}/autobahn/wamp/gen/wamp/Map.py
142${PYSITELIB}/autobahn/wamp/gen/wamp/Map.pyc 142${PYSITELIB}/autobahn/wamp/gen/wamp/Map.pyc
143${PYSITELIB}/autobahn/wamp/gen/wamp/Map.pyo 143${PYSITELIB}/autobahn/wamp/gen/wamp/Map.pyo
144${PYSITELIB}/autobahn/wamp/gen/wamp/Void.py 144${PYSITELIB}/autobahn/wamp/gen/wamp/Void.py
145${PYSITELIB}/autobahn/wamp/gen/wamp/Void.pyc 145${PYSITELIB}/autobahn/wamp/gen/wamp/Void.pyc
146${PYSITELIB}/autobahn/wamp/gen/wamp/Void.pyo 146${PYSITELIB}/autobahn/wamp/gen/wamp/Void.pyo
147${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.py 147${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.py
148${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.pyc 148${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.pyc
149${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.pyo 149${PYSITELIB}/autobahn/wamp/gen/wamp/__init__.pyo
150${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.py 150${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.py
151${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.pyc 151${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.pyc
152${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.pyo 152${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Abort.pyo
153${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.py 153${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.py
154${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.pyc 154${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.pyc
155${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.pyo 155${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AnyMessage.pyo
156${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py 156${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.py
157${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.pyc 157${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.pyc
158${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.pyo 158${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraChallenge.pyo
159${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py 159${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.py
160${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.pyc 160${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.pyc
161${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.pyo 161${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraRequest.pyo
162${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py 162${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.py
163${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.pyc 163${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.pyc
164${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.pyo 164${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCraWelcome.pyo
165${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py 165${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.py
166${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.pyc 166${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.pyc
167${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.pyo 167${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignChallenge.pyo
168${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py 168${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.py
169${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.pyc 169${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.pyc
170${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.pyo 170${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignRequest.pyo
171${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py 171${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.py
172${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.pyc 172${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.pyc
173${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.pyo 173${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthCryptosignWelcome.pyo
174${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.py 174${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.py
175${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.pyc 175${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.pyc
176${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.pyo 176${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthFactor.pyo
177${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.py 177${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.py
178${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.pyc 178${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.pyc
179${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.pyo 179${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMethod.pyo
180${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.py 180${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.py
181${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.pyc 181${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.pyc
182${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.pyo 182${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthMode.pyo
183${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py 183${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.py
184${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.pyc 184${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.pyc
185${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.pyo 185${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramChallenge.pyo
186${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py 186${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.py
187${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.pyc 187${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.pyc
188${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.pyo 188${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramRequest.pyo
189${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py 189${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.py
190${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.pyc 190${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.pyc
191${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.pyo 191${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthScramWelcome.pyo
192${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py 192${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.py
193${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.pyc 193${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.pyc
194${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.pyo 194${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketChallenge.pyo
195${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py 195${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.py
196${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.pyc 196${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.pyc
197${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.pyo 197${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketRequest.pyo
198${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py 198${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.py
199${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.pyc 199${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.pyc
200${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.pyo 200${PYSITELIB}/autobahn/wamp/gen/wamp/proto/AuthTicketWelcome.pyo
201${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.py 201${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.py
202${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.pyc 202${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.pyc
203${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.pyo 203${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Authenticate.pyo
204${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py 204${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.py
205${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.pyc 205${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.pyc
206${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.pyo 206${PYSITELIB}/autobahn/wamp/gen/wamp/proto/BrokerFeatures.pyo
207${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.py 207${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.py
208${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.pyc 208${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.pyc
209${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.pyo 209${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Call.pyo
210${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py 210${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.py
211${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.pyc 211${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.pyc
212${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.pyo 212${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CalleeFeatures.pyo
213${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.py 213${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.py
214${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.pyc 214${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.pyc
215${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.pyo 215${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CallerFeatures.pyo
216${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.py 216${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.py
217${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.pyc 217${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.pyc
218${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.pyo 218${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Cancel.pyo
219${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.py 219${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.py
220${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.pyc 220${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.pyc
221${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.pyo 221${PYSITELIB}/autobahn/wamp/gen/wamp/proto/CancelMode.pyo
222${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.py 222${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.py
223${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.pyc 223${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.pyc
224${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.pyo 224${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Challenge.pyo
225${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.py 225${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.py
226${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.pyc 226${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.pyc
227${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.pyo 227${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ChannelBinding.pyo
228${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.py 228${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.py
229${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.pyc 229${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.pyc
230${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.pyo 230${PYSITELIB}/autobahn/wamp/gen/wamp/proto/ClientRoles.pyo
231${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.py 231${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.py
232${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.pyc 232${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.pyc
233${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.pyo 233${PYSITELIB}/autobahn/wamp/gen/wamp/proto/DealerFeatures.pyo
234${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.py 234${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.py
235${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.pyc 235${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.pyc
236${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.pyo 236${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Error.pyo
237${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.py 237${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.py
238${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.pyc 238${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.pyc
239${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.pyo 239${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Event.pyo
240${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.py 240${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.py
241${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.pyc 241${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.pyc
242${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.pyo 242${PYSITELIB}/autobahn/wamp/gen/wamp/proto/EventReceived.pyo
243${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.py 243${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.py
244${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.pyc 244${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.pyc
245${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.pyo 245${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Goodbye.pyo
246${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.py 246${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.py
247${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.pyc 247${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.pyc
248${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.pyo 248${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Hello.pyo
249${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.py 249${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.py
250${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.pyc 250${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.pyc
251${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.pyo 251${PYSITELIB}/autobahn/wamp/gen/wamp/proto/HelloNew.pyo
252${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.py 252${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.py
253${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.pyc 253${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.pyc
254${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.pyo 254${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Interrupt.pyo
255${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.py 255${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.py
256${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.pyc 256${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.pyc
257${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.pyo 257${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Invocation.pyo
258${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py 258${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.py
259${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.pyc 259${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.pyc
260${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.pyo 260${PYSITELIB}/autobahn/wamp/gen/wamp/proto/InvocationPolicy.pyo
261${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.py 261${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.py
262${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.pyc 262${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.pyc
263${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.pyo 263${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Kdf.pyo
264${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.py 264${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.py
265${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.pyc 265${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.pyc
266${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.pyo 266${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Match.pyo
267${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.py 267${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.py
268${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.pyc 268${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.pyc
269${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.pyo 269${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Message.pyo
270${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.py 270${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.py
271${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.pyc 271${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.pyc
272${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.pyo 272${PYSITELIB}/autobahn/wamp/gen/wamp/proto/MessageType.pyo
273${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.py 273${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.py
274${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.pyc 274${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.pyc
275${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.pyo 275${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Payload.pyo
276${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.py 276${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.py
277${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyc 277${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyc
278${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyo 278${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Principal.pyo
279${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.py 279${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.py
280${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.pyc 280${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.pyc
281${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.pyo 281${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Publish.pyo
282${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.py 282${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.py
283${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.pyc 283${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.pyc
284${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.pyo 284${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Published.pyo
285${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py 285${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.py
286${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.pyc 286${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.pyc
287${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.pyo 287${PYSITELIB}/autobahn/wamp/gen/wamp/proto/PublisherFeatures.pyo
288${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.py 288${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.py
289${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.pyc 289${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.pyc
290${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.pyo 290${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Register.pyo
291${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.py 291${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.py
292${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.pyc 292${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.pyc
293${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.pyo 293${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Registered.pyo
294${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.py 294${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.py
295${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.pyc 295${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.pyc
296${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.pyo 296${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Result.pyo
297${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.py 297${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.py
298${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.pyc 298${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.pyc
299${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.pyo 299${PYSITELIB}/autobahn/wamp/gen/wamp/proto/RouterRoles.pyo
300${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.py 300${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.py
301${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.pyc 301${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.pyc
302${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.pyo 302${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Serializer.pyo
303${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.py 303${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.py
304${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.pyc 304${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.pyc
305${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.pyo 305${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribe.pyo
306${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.py 306${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.py
307${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.pyc 307${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.pyc
308${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.pyo 308${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Subscribed.pyo
309${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py 309${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.py
310${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.pyc 310${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.pyc
311${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.pyo 311${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberFeatures.pyo
312${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py 312${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.py
313${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.pyc 313${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.pyc
314${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.pyo 314${PYSITELIB}/autobahn/wamp/gen/wamp/proto/SubscriberReceived.pyo
315${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.py 315${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.py
316${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyc 316${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyc
317${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyo 317${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregister.pyo
318${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.py 318${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.py
319${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.pyc 319${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.pyc
320${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.pyo 320${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unregistered.pyo
321${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.py 321${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.py
322${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.pyc 322${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.pyc
323${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.pyo 323${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribe.pyo
324${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.py 324${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.py
325${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.pyc 325${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.pyc
326${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.pyo 326${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Unsubscribed.pyo
327${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.py 327${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.py
328${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.pyc 328${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.pyc
329${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.pyo 329${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Welcome.pyo
330${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.py 330${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.py
331${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.pyc 331${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.pyc
332${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.pyo 332${PYSITELIB}/autobahn/wamp/gen/wamp/proto/Yield.pyo
333${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.py 333${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.py
334${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.pyc 334${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.pyc
335${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.pyo 335${PYSITELIB}/autobahn/wamp/gen/wamp/proto/__init__.pyo
336${PYSITELIB}/autobahn/wamp/interfaces.py 336${PYSITELIB}/autobahn/wamp/interfaces.py
337${PYSITELIB}/autobahn/wamp/interfaces.pyc 337${PYSITELIB}/autobahn/wamp/interfaces.pyc
338${PYSITELIB}/autobahn/wamp/interfaces.pyo 338${PYSITELIB}/autobahn/wamp/interfaces.pyo
339${PYSITELIB}/autobahn/wamp/message.py 339${PYSITELIB}/autobahn/wamp/message.py
340${PYSITELIB}/autobahn/wamp/message.pyc 340${PYSITELIB}/autobahn/wamp/message.pyc
341${PYSITELIB}/autobahn/wamp/message.pyo 341${PYSITELIB}/autobahn/wamp/message.pyo
342${PYSITELIB}/autobahn/wamp/message_fbs.py 342${PYSITELIB}/autobahn/wamp/message_fbs.py
343${PYSITELIB}/autobahn/wamp/message_fbs.pyc 343${PYSITELIB}/autobahn/wamp/message_fbs.pyc
344${PYSITELIB}/autobahn/wamp/message_fbs.pyo 344${PYSITELIB}/autobahn/wamp/message_fbs.pyo
345${PYSITELIB}/autobahn/wamp/protocol.py 345${PYSITELIB}/autobahn/wamp/protocol.py
346${PYSITELIB}/autobahn/wamp/protocol.pyc 346${PYSITELIB}/autobahn/wamp/protocol.pyc
347${PYSITELIB}/autobahn/wamp/protocol.pyo 347${PYSITELIB}/autobahn/wamp/protocol.pyo
348${PYSITELIB}/autobahn/wamp/request.py 348${PYSITELIB}/autobahn/wamp/request.py
349${PYSITELIB}/autobahn/wamp/request.pyc 349${PYSITELIB}/autobahn/wamp/request.pyc
350${PYSITELIB}/autobahn/wamp/request.pyo 350${PYSITELIB}/autobahn/wamp/request.pyo
351${PYSITELIB}/autobahn/wamp/role.py 351${PYSITELIB}/autobahn/wamp/role.py
352${PYSITELIB}/autobahn/wamp/role.pyc 352${PYSITELIB}/autobahn/wamp/role.pyc
353${PYSITELIB}/autobahn/wamp/role.pyo 353${PYSITELIB}/autobahn/wamp/role.pyo
354${PYSITELIB}/autobahn/wamp/serializer.py 354${PYSITELIB}/autobahn/wamp/serializer.py
355${PYSITELIB}/autobahn/wamp/serializer.pyc 355${PYSITELIB}/autobahn/wamp/serializer.pyc
356${PYSITELIB}/autobahn/wamp/serializer.pyo 356${PYSITELIB}/autobahn/wamp/serializer.pyo
357${PYSITELIB}/autobahn/wamp/test/__init__.py 357${PYSITELIB}/autobahn/wamp/test/__init__.py
358${PYSITELIB}/autobahn/wamp/test/__init__.pyc 358${PYSITELIB}/autobahn/wamp/test/__init__.pyc
359${PYSITELIB}/autobahn/wamp/test/__init__.pyo 359${PYSITELIB}/autobahn/wamp/test/__init__.pyo
360${PYSITELIB}/autobahn/wamp/test/test_auth.py 360${PYSITELIB}/autobahn/wamp/test/test_auth.py
361${PYSITELIB}/autobahn/wamp/test/test_auth.pyc 361${PYSITELIB}/autobahn/wamp/test/test_auth.pyc
362${PYSITELIB}/autobahn/wamp/test/test_auth.pyo 362${PYSITELIB}/autobahn/wamp/test/test_auth.pyo
363${PYSITELIB}/autobahn/wamp/test/test_component.py 363${PYSITELIB}/autobahn/wamp/test/test_component.py
364${PYSITELIB}/autobahn/wamp/test/test_component.pyc 364${PYSITELIB}/autobahn/wamp/test/test_component.pyc
365${PYSITELIB}/autobahn/wamp/test/test_component.pyo 365${PYSITELIB}/autobahn/wamp/test/test_component.pyo
366${PYSITELIB}/autobahn/wamp/test/test_component_aio.py 366${PYSITELIB}/autobahn/wamp/test/test_component_aio.py
367${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyc 367${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyc
368${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyo 368${PYSITELIB}/autobahn/wamp/test/test_component_aio.pyo
369${PYSITELIB}/autobahn/wamp/test/test_cryptobox.py 369${PYSITELIB}/autobahn/wamp/test/test_cryptobox.py
370${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyc 370${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyc
371${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyo 371${PYSITELIB}/autobahn/wamp/test/test_cryptobox.pyo
372${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py 372${PYSITELIB}/autobahn/wamp/test/test_cryptosign.py
373${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc 373${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyc
374${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo 374${PYSITELIB}/autobahn/wamp/test/test_cryptosign.pyo
375${PYSITELIB}/autobahn/wamp/test/test_exception.py 375${PYSITELIB}/autobahn/wamp/test/test_exception.py
376${PYSITELIB}/autobahn/wamp/test/test_exception.pyc 376${PYSITELIB}/autobahn/wamp/test/test_exception.pyc
377${PYSITELIB}/autobahn/wamp/test/test_exception.pyo 377${PYSITELIB}/autobahn/wamp/test/test_exception.pyo
378${PYSITELIB}/autobahn/wamp/test/test_message.py 378${PYSITELIB}/autobahn/wamp/test/test_message.py
379${PYSITELIB}/autobahn/wamp/test/test_message.pyc 379${PYSITELIB}/autobahn/wamp/test/test_message.pyc
380${PYSITELIB}/autobahn/wamp/test/test_message.pyo 380${PYSITELIB}/autobahn/wamp/test/test_message.pyo
381${PYSITELIB}/autobahn/wamp/test/test_protocol.py 381${PYSITELIB}/autobahn/wamp/test/test_protocol.py
382${PYSITELIB}/autobahn/wamp/test/test_protocol.pyc 382${PYSITELIB}/autobahn/wamp/test/test_protocol.pyc
383${PYSITELIB}/autobahn/wamp/test/test_protocol.pyo 383${PYSITELIB}/autobahn/wamp/test/test_protocol.pyo
384${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.py 384${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.py
385${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.pyc 385${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.pyc
386${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.pyo 386${PYSITELIB}/autobahn/wamp/test/test_protocol_peer.pyo
387${PYSITELIB}/autobahn/wamp/test/test_runner.py 387${PYSITELIB}/autobahn/wamp/test/test_runner.py
388${PYSITELIB}/autobahn/wamp/test/test_runner.pyc 388${PYSITELIB}/autobahn/wamp/test/test_runner.pyc
389${PYSITELIB}/autobahn/wamp/test/test_runner.pyo 389${PYSITELIB}/autobahn/wamp/test/test_runner.pyo
390${PYSITELIB}/autobahn/wamp/test/test_serializer.py 390${PYSITELIB}/autobahn/wamp/test/test_serializer.py
391${PYSITELIB}/autobahn/wamp/test/test_serializer.pyc 391${PYSITELIB}/autobahn/wamp/test/test_serializer.pyc
392${PYSITELIB}/autobahn/wamp/test/test_serializer.pyo 392${PYSITELIB}/autobahn/wamp/test/test_serializer.pyo
393${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.py 393${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.py
394${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.pyc 394${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.pyc
395${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.pyo 395${PYSITELIB}/autobahn/wamp/test/test_uri_pattern.pyo
396${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.py 396${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.py
397${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.pyc 397${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.pyc
398${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.pyo 398${PYSITELIB}/autobahn/wamp/test/test_user_handler_errors.pyo
399${PYSITELIB}/autobahn/wamp/test/test_websocket.py 399${PYSITELIB}/autobahn/wamp/test/test_websocket.py
400${PYSITELIB}/autobahn/wamp/test/test_websocket.pyc 400${PYSITELIB}/autobahn/wamp/test/test_websocket.pyc
401${PYSITELIB}/autobahn/wamp/test/test_websocket.pyo 401${PYSITELIB}/autobahn/wamp/test/test_websocket.pyo
402${PYSITELIB}/autobahn/wamp/types.py 402${PYSITELIB}/autobahn/wamp/types.py
403${PYSITELIB}/autobahn/wamp/types.pyc 403${PYSITELIB}/autobahn/wamp/types.pyc
404${PYSITELIB}/autobahn/wamp/types.pyo 404${PYSITELIB}/autobahn/wamp/types.pyo
405${PYSITELIB}/autobahn/wamp/uri.py 405${PYSITELIB}/autobahn/wamp/uri.py
406${PYSITELIB}/autobahn/wamp/uri.pyc 406${PYSITELIB}/autobahn/wamp/uri.pyc
407${PYSITELIB}/autobahn/wamp/uri.pyo 407${PYSITELIB}/autobahn/wamp/uri.pyo
408${PYSITELIB}/autobahn/wamp/websocket.py 408${PYSITELIB}/autobahn/wamp/websocket.py
409${PYSITELIB}/autobahn/wamp/websocket.pyc 409${PYSITELIB}/autobahn/wamp/websocket.pyc
410${PYSITELIB}/autobahn/wamp/websocket.pyo 410${PYSITELIB}/autobahn/wamp/websocket.pyo
411${PYSITELIB}/autobahn/websocket/__init__.py 411${PYSITELIB}/autobahn/websocket/__init__.py
412${PYSITELIB}/autobahn/websocket/__init__.pyc 412${PYSITELIB}/autobahn/websocket/__init__.pyc
413${PYSITELIB}/autobahn/websocket/__init__.pyo 413${PYSITELIB}/autobahn/websocket/__init__.pyo
414${PYSITELIB}/autobahn/websocket/compress.py 414${PYSITELIB}/autobahn/websocket/compress.py
415${PYSITELIB}/autobahn/websocket/compress.pyc 415${PYSITELIB}/autobahn/websocket/compress.pyc
416${PYSITELIB}/autobahn/websocket/compress.pyo 416${PYSITELIB}/autobahn/websocket/compress.pyo
417${PYSITELIB}/autobahn/websocket/compress_base.py 417${PYSITELIB}/autobahn/websocket/compress_base.py
418${PYSITELIB}/autobahn/websocket/compress_base.pyc 418${PYSITELIB}/autobahn/websocket/compress_base.pyc
419${PYSITELIB}/autobahn/websocket/compress_base.pyo 419${PYSITELIB}/autobahn/websocket/compress_base.pyo
420${PYSITELIB}/autobahn/websocket/compress_bzip2.py 420${PYSITELIB}/autobahn/websocket/compress_bzip2.py
421${PYSITELIB}/autobahn/websocket/compress_bzip2.pyc 421${PYSITELIB}/autobahn/websocket/compress_bzip2.pyc
422${PYSITELIB}/autobahn/websocket/compress_bzip2.pyo 422${PYSITELIB}/autobahn/websocket/compress_bzip2.pyo
423${PYSITELIB}/autobahn/websocket/compress_deflate.py 423${PYSITELIB}/autobahn/websocket/compress_deflate.py
424${PYSITELIB}/autobahn/websocket/compress_deflate.pyc 424${PYSITELIB}/autobahn/websocket/compress_deflate.pyc
425${PYSITELIB}/autobahn/websocket/compress_deflate.pyo 425${PYSITELIB}/autobahn/websocket/compress_deflate.pyo
426${PYSITELIB}/autobahn/websocket/compress_snappy.py 426${PYSITELIB}/autobahn/websocket/compress_snappy.py
427${PYSITELIB}/autobahn/websocket/compress_snappy.pyc 427${PYSITELIB}/autobahn/websocket/compress_snappy.pyc
428${PYSITELIB}/autobahn/websocket/compress_snappy.pyo 428${PYSITELIB}/autobahn/websocket/compress_snappy.pyo
429${PYSITELIB}/autobahn/websocket/interfaces.py 429${PYSITELIB}/autobahn/websocket/interfaces.py
430${PYSITELIB}/autobahn/websocket/interfaces.pyc 430${PYSITELIB}/autobahn/websocket/interfaces.pyc
431${PYSITELIB}/autobahn/websocket/interfaces.pyo 431${PYSITELIB}/autobahn/websocket/interfaces.pyo
432${PYSITELIB}/autobahn/websocket/protocol.py 432${PYSITELIB}/autobahn/websocket/protocol.py
433${PYSITELIB}/autobahn/websocket/protocol.pyc 433${PYSITELIB}/autobahn/websocket/protocol.pyc
434${PYSITELIB}/autobahn/websocket/protocol.pyo 434${PYSITELIB}/autobahn/websocket/protocol.pyo
435${PYSITELIB}/autobahn/websocket/test/__init__.py 435${PYSITELIB}/autobahn/websocket/test/__init__.py
436${PYSITELIB}/autobahn/websocket/test/__init__.pyc 436${PYSITELIB}/autobahn/websocket/test/__init__.pyc
437${PYSITELIB}/autobahn/websocket/test/__init__.pyo 437${PYSITELIB}/autobahn/websocket/test/__init__.pyo
438${PYSITELIB}/autobahn/websocket/test/test_protocol.py 438${PYSITELIB}/autobahn/websocket/test/test_protocol.py
439${PYSITELIB}/autobahn/websocket/test/test_protocol.pyc 439${PYSITELIB}/autobahn/websocket/test/test_protocol.pyc
440${PYSITELIB}/autobahn/websocket/test/test_protocol.pyo 440${PYSITELIB}/autobahn/websocket/test/test_protocol.pyo
441${PYSITELIB}/autobahn/websocket/test/test_websocket.py 441${PYSITELIB}/autobahn/websocket/test/test_websocket.py
442${PYSITELIB}/autobahn/websocket/test/test_websocket.pyc 442${PYSITELIB}/autobahn/websocket/test/test_websocket.pyc
443${PYSITELIB}/autobahn/websocket/test/test_websocket.pyo 443${PYSITELIB}/autobahn/websocket/test/test_websocket.pyo
444${PYSITELIB}/autobahn/websocket/test/test_websocket_url.py 444${PYSITELIB}/autobahn/websocket/test/test_websocket_url.py
445${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyc 445${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyc
446${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyo 446${PYSITELIB}/autobahn/websocket/test/test_websocket_url.pyo
447${PYSITELIB}/autobahn/websocket/types.py 447${PYSITELIB}/autobahn/websocket/types.py
448${PYSITELIB}/autobahn/websocket/types.pyc 448${PYSITELIB}/autobahn/websocket/types.pyc
449${PYSITELIB}/autobahn/websocket/types.pyo 449${PYSITELIB}/autobahn/websocket/types.pyo
450${PYSITELIB}/autobahn/websocket/utf8validator.py 450${PYSITELIB}/autobahn/websocket/utf8validator.py
451${PYSITELIB}/autobahn/websocket/utf8validator.pyc 451${PYSITELIB}/autobahn/websocket/utf8validator.pyc
452${PYSITELIB}/autobahn/websocket/utf8validator.pyo 452${PYSITELIB}/autobahn/websocket/utf8validator.pyo
453${PYSITELIB}/autobahn/websocket/util.py 453${PYSITELIB}/autobahn/websocket/util.py
454${PYSITELIB}/autobahn/websocket/util.pyc 454${PYSITELIB}/autobahn/websocket/util.pyc
455${PYSITELIB}/autobahn/websocket/util.pyo 455${PYSITELIB}/autobahn/websocket/util.pyo
456${PYSITELIB}/autobahn/websocket/xormasker.py 456${PYSITELIB}/autobahn/websocket/xormasker.py
457${PYSITELIB}/autobahn/websocket/xormasker.pyc 457${PYSITELIB}/autobahn/websocket/xormasker.pyc
458${PYSITELIB}/autobahn/websocket/xormasker.pyo 458${PYSITELIB}/autobahn/websocket/xormasker.pyo
459${PYSITELIB}/autobahn/xbr/__init__.py 459${PYSITELIB}/autobahn/xbr/__init__.py
460${PYSITELIB}/autobahn/xbr/__init__.pyc 460${PYSITELIB}/autobahn/xbr/__init__.pyc
461${PYSITELIB}/autobahn/xbr/__init__.pyo 461${PYSITELIB}/autobahn/xbr/__init__.pyo
462${PYSITELIB}/autobahn/xbr/_abi.py 462${PYSITELIB}/autobahn/xbr/_abi.py
463${PYSITELIB}/autobahn/xbr/_abi.pyc 463${PYSITELIB}/autobahn/xbr/_abi.pyc
464${PYSITELIB}/autobahn/xbr/_abi.pyo 464${PYSITELIB}/autobahn/xbr/_abi.pyo
465${PYSITELIB}/autobahn/xbr/_blockchain.py 465${PYSITELIB}/autobahn/xbr/_blockchain.py
466${PYSITELIB}/autobahn/xbr/_blockchain.pyc 466${PYSITELIB}/autobahn/xbr/_blockchain.pyc
467${PYSITELIB}/autobahn/xbr/_blockchain.pyo 467${PYSITELIB}/autobahn/xbr/_blockchain.pyo
468${PYSITELIB}/autobahn/xbr/_buyer.py 468${PYSITELIB}/autobahn/xbr/_buyer.py
469${PYSITELIB}/autobahn/xbr/_buyer.pyc 469${PYSITELIB}/autobahn/xbr/_buyer.pyc
470${PYSITELIB}/autobahn/xbr/_buyer.pyo 470${PYSITELIB}/autobahn/xbr/_buyer.pyo
471${PYSITELIB}/autobahn/xbr/_interfaces.py 471${PYSITELIB}/autobahn/xbr/_interfaces.py
472${PYSITELIB}/autobahn/xbr/_interfaces.pyc 472${PYSITELIB}/autobahn/xbr/_interfaces.pyc
473${PYSITELIB}/autobahn/xbr/_interfaces.pyo 473${PYSITELIB}/autobahn/xbr/_interfaces.pyo
 474${PYSITELIB}/autobahn/xbr/_mnemonic.py
 475${PYSITELIB}/autobahn/xbr/_mnemonic.pyc
 476${PYSITELIB}/autobahn/xbr/_mnemonic.pyo
474${PYSITELIB}/autobahn/xbr/_seller.py 477${PYSITELIB}/autobahn/xbr/_seller.py
475${PYSITELIB}/autobahn/xbr/_seller.pyc 478${PYSITELIB}/autobahn/xbr/_seller.pyc
476${PYSITELIB}/autobahn/xbr/_seller.pyo 479${PYSITELIB}/autobahn/xbr/_seller.pyo
477${PYSITELIB}/autobahn/xbr/_util.py 480${PYSITELIB}/autobahn/xbr/_util.py
478${PYSITELIB}/autobahn/xbr/_util.pyc 481${PYSITELIB}/autobahn/xbr/_util.pyc
479${PYSITELIB}/autobahn/xbr/_util.pyo 482${PYSITELIB}/autobahn/xbr/_util.pyo
480${PYSITELIB}/autobahn/xbr/contracts/ECDSA.json 483${PYSITELIB}/autobahn/xbr/contracts/ECDSA.json
481${PYSITELIB}/autobahn/xbr/contracts/ERC20.json 484${PYSITELIB}/autobahn/xbr/contracts/ERC20.json
482${PYSITELIB}/autobahn/xbr/contracts/ERC20Detailed.json 485${PYSITELIB}/autobahn/xbr/contracts/ERC20Detailed.json
483${PYSITELIB}/autobahn/xbr/contracts/IERC20.json 486${PYSITELIB}/autobahn/xbr/contracts/IERC20.json
484${PYSITELIB}/autobahn/xbr/contracts/Migrations.json 487${PYSITELIB}/autobahn/xbr/contracts/Migrations.json
485${PYSITELIB}/autobahn/xbr/contracts/Roles.json 488${PYSITELIB}/autobahn/xbr/contracts/Roles.json
486${PYSITELIB}/autobahn/xbr/contracts/SafeMath.json 489${PYSITELIB}/autobahn/xbr/contracts/SafeMath.json
487${PYSITELIB}/autobahn/xbr/contracts/XBRChannel.json 490${PYSITELIB}/autobahn/xbr/contracts/XBRChannel.json
488${PYSITELIB}/autobahn/xbr/contracts/XBRMaintained.json 491${PYSITELIB}/autobahn/xbr/contracts/XBRMaintained.json
489${PYSITELIB}/autobahn/xbr/contracts/XBRNetwork.json 492${PYSITELIB}/autobahn/xbr/contracts/XBRNetwork.json
490${PYSITELIB}/autobahn/xbr/contracts/XBRNetworkProxy.json 493${PYSITELIB}/autobahn/xbr/contracts/XBRNetworkProxy.json
491${PYSITELIB}/autobahn/xbr/contracts/XBRToken.json 494${PYSITELIB}/autobahn/xbr/contracts/XBRToken.json
492${PYSITELIB}/twisted/plugins/autobahn_endpoints.py 495${PYSITELIB}/twisted/plugins/autobahn_endpoints.py
493${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc 496${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyc
494${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo 497${PYSITELIB}/twisted/plugins/autobahn_endpoints.pyo
495${PYSITELIB}/twisted/plugins/autobahn_twistd.py 498${PYSITELIB}/twisted/plugins/autobahn_twistd.py
496${PYSITELIB}/twisted/plugins/autobahn_twistd.pyc 499${PYSITELIB}/twisted/plugins/autobahn_twistd.pyc
497${PYSITELIB}/twisted/plugins/autobahn_twistd.pyo 500${PYSITELIB}/twisted/plugins/autobahn_twistd.pyo

cvs diff -r1.27 -r1.28 pkgsrc/www/py-autobahn/distinfo (switch to unified diff)

--- pkgsrc/www/py-autobahn/distinfo 2019/10/31 10:10:37 1.27
+++ pkgsrc/www/py-autobahn/distinfo 2020/01/23 14:33:18 1.28
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.27 2019/10/31 10:10:37 adam Exp $ 1$NetBSD: distinfo,v 1.28 2020/01/23 14:33:18 adam Exp $
2 2
3SHA1 (autobahn-19.10.1.tar.gz) = cabaaaec601ba40de98c952c3eaa3b4f7ee24b39 3SHA1 (autobahn-20.1.2.tar.gz) = 3d58a95c117e7bd98bd63178ad83b1b08b08c048
4RMD160 (autobahn-19.10.1.tar.gz) = 941da3ec4a53727461441ab7fb5cc8a92d8c0848 4RMD160 (autobahn-20.1.2.tar.gz) = 4e9627ba1696f6ba1e1536a5d40cd82683064a64
5SHA512 (autobahn-19.10.1.tar.gz) = 81f90aab690ef066a2f19b7bba2e1ede097fb87862d39d47575ae33045b2c4b33748bf1be7e4dadf7868b0854fedc249faace3a372ceb6888f7a4a267b7e7c25 5SHA512 (autobahn-20.1.2.tar.gz) = 5a2c2ba937abaf196b4370ce6a873f091ce4d08d438a65d96809c2c9146afc0d174b44e9c245fbe0332f523ef86fae620d7a5d9f2603e714b2b05d3ef980e662
6Size (autobahn-19.10.1.tar.gz) = 605365 bytes 6Size (autobahn-20.1.2.tar.gz) = 612566 bytes
7SHA1 (patch-setup.py) = f6dc41dbf480789b176b42bf12cbafd5a2076fde 7SHA1 (patch-setup.py) = 53632fc991e747e79a51031952d11ed3456fe0b2

cvs diff -r1.1 -r1.2 pkgsrc/www/py-autobahn/patches/patch-setup.py (switch to unified diff)

--- pkgsrc/www/py-autobahn/patches/patch-setup.py 2019/05/30 09:10:13 1.1
+++ pkgsrc/www/py-autobahn/patches/patch-setup.py 2020/01/23 14:33:18 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-setup.py,v 1.1 2019/05/30 09:10:13 adam Exp $ 1$NetBSD: patch-setup.py,v 1.2 2020/01/23 14:33:18 adam Exp $
2 2
3Relax test requirements. 3Relax test requirements.
4 4
5--- setup.py.orig 2018-08-19 10:45:51.000000000 +0000 5--- setup.py.orig 2020-01-14 15:21:43.000000000 +0000
6+++ setup.py 6+++ setup.py
7@@ -167,7 +167,7 @@ if PY3: 7@@ -155,7 +155,7 @@ extras_require_dev = [
8  8
9 # for testing by users with "python setup.py test" (not Tox, which we use) 9 # pytest 3.3.0 has dropped support for Python 3.3
10 test_requirements = [ 10 # https://docs.pytest.org/en/latest/changelog.html#pytest-3-3-0-2017-11-23
11- "pytest>=2.8.6,<3.3.0", # MIT license 11- "pytest>=2.8.6,<3.3.0", # MIT license
12+ "pytest>=2.8.6", # MIT license 12+ "pytest>=2.8.6", # MIT license
13 "mock>=1.3.0", # BSD license 
14 ] 
15  13
 14 "twine>=1.6.5", # Apache 2.0
 15 'sphinx>=1.2.3', # BSD