Hello community,
here is the log from the commit of package python-autobahn for openSUSE:Factory
checked in at 2019-05-22 15:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autobahn (Old)
and /work/SRC/openSUSE:Factory/.python-autobahn.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autobahn"
Wed May 22 15:39:27 2019 rev:6 rq:703027 version:19.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autobahn/python-autobahn.changes
2019-05-06 13:21:25.052540105 +0200
+++
/work/SRC/openSUSE:Factory/.python-autobahn.new.5148/python-autobahn.changes
2019-05-22 15:39:29.386520085 +0200
@@ -1,0 +2,20 @@
+Tue May 14 22:26:05 UTC 2019 - Jonathan Harker <[email protected]>
+
+- 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.
+
+
+-------------------------------------------------------------------
Old:
----
autobahn-19.3.3.tar.gz
New:
----
autobahn-19.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-autobahn.spec ++++++
--- /var/tmp/diff_new_pack.Y4GXj6/_old 2019-05-22 15:39:31.018516140 +0200
+++ /var/tmp/diff_new_pack.Y4GXj6/_new 2019-05-22 15:39:31.018516140 +0200
@@ -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 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
++++++ autobahn-19.3.3.tar.gz -> autobahn-19.5.1.tar.gz ++++++
++++ 1748 lines of diff (skipped)