diff --git a/autobahn-19.3.3.tar.gz b/autobahn-19.3.3.tar.gz deleted file mode 100644 index 334c0e9..0000000 --- a/autobahn-19.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e92f40ab26fb51672c25cd301ae79a549c6ff7748effe6abdea2ef31d5363a4f -size 267907 diff --git a/autobahn-19.5.1.tar.gz b/autobahn-19.5.1.tar.gz new file mode 100644 index 0000000..d1371ba --- /dev/null +++ b/autobahn-19.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eee98f68ba4eb8d8ea3f15e411db9e69433d9367799c85bdca0ff2de4c101d3 +size 276319 diff --git a/python-autobahn.changes b/python-autobahn.changes index 5af58c2..0a5b2cf 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue May 14 22:26:05 UTC 2019 - Jonathan Harker + +- Update to 19.5.1 + * fix: authextra merging (#1191) + * fix: set default retry_delay_jitter (#1190) + * new: add rawsocket + twisted example (#1189) + * new: WebSocket testing support, via Agent-style interface (#1186) + * new: decorator for on_connectfailure + * fix: delayed call leakage (#1152) + * new: CLI client (#1150) + * fix: set up TLS over proxy properly (#1149) + * new: expose ser modules (#1148) + * fix: base64 encodings, add hex encoding (#1146) + * 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. + + ------------------------------------------------------------------- Mon Apr 8 08:41:35 UTC 2019 - Tomáš Chvátal diff --git a/python-autobahn.spec b/python-autobahn.spec index 2281aca..721a96a 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}} Name: python-autobahn -Version: 19.3.3 +Version: 19.5.1 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT @@ -104,11 +104,13 @@ export AUTOBAHN_USE_NVX=true export USE_ASYNCIO=true export AUTOBAHN_USE_NVX=true export PYTHONDONTWRITEBYTECODE=1 -%pytest_arch %{buildroot}%{$python_sitearch}/autobahn/ +export PY_IGNORE_IMPORTMISMATCH=1 +%pytest_arch %files %{python_files} %license LICENSE %doc README.rst %{python_sitearch}/* +%python3_only /usr/bin/wamp %changelog