Hello community,
here is the log from the commit of package python-autobahn for openSUSE:Factory
checked in at 2020-06-24 15:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autobahn (Old)
and /work/SRC/openSUSE:Factory/.python-autobahn.new.2956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autobahn"
Wed Jun 24 15:47:56 2020 rev:9 rq:814607 version:20.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autobahn/python-autobahn.changes
2020-04-21 13:07:05.172383750 +0200
+++
/work/SRC/openSUSE:Factory/.python-autobahn.new.2956/python-autobahn.changes
2020-06-24 15:48:04.936203640 +0200
@@ -1,0 +2,28 @@
+Mon Jun 15 04:37:00 UTC 2020 - Steve Kowalik <[email protected]>
+
+- Update to 20.6.1:
+ * new: massive expansion of XBR CLI and EIP712 helpers
+ * new: more (exhaustive) serializer cross-tripping tests
+ * fix: some code quality and bug-risk issues (#1379)
+ * fix: removed externalPort assignment when not set (#1378)
+ * fix: docs link in README (#1381)
+ * fix: docs typo frameword -> framework (#1380)
+ * fix: improve logging; track results on observable mixin
+ * new: add environmental variable that strips xbr. (#1374)
+ * fix: trollius is gone (#1373)
+ * new: added ability to disable TLS channel binding (#1368)
+- Correct BuildRequires/Requires (boo#1172126)
+
+-------------------------------------------------------------------
+Sun Jun 14 08:49:49 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 20.4.3:
+ * new: XBR CLI (#1367)
+ * fix: add missing XBR dependency py-multihash
+
+-------------------------------------------------------------------
+Wed May 27 09:36:10 UTC 2020 - Petr Gajdos <[email protected]>
+
+- %python3_only -> %python_alternative
+
+-------------------------------------------------------------------
Old:
----
autobahn-20.4.2.tar.gz
New:
----
autobahn-20.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-autobahn.spec ++++++
--- /var/tmp/diff_new_pack.f2xma9/_old 2020-06-24 15:48:06.376208889 +0200
+++ /var/tmp/diff_new_pack.f2xma9/_new 2020-06-24 15:48:06.380208903 +0200
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**}
%{!?skip_python3:python3-%{**}}}
%define skip_python2 1
Name: python-autobahn
-Version: 20.4.2
+Version: 20.6.1
Release: 0
Summary: WebSocket and WAMP in Python for Twisted and asyncio
License: MIT
@@ -28,8 +28,9 @@
Patch0: respect-cflags.patch
BuildRequires: %{python_module PyNaCl >= 1.0.1}
BuildRequires: %{python_module PyQRCode >= 1.1}
-BuildRequires: %{python_module Twisted >= 12.1.0}
+BuildRequires: %{python_module Twisted >= 20.3.0}
BuildRequires: %{python_module argon2-cffi >= 18.1.0}
+BuildRequires: %{python_module attrs >= 19.2.0}
BuildRequires: %{python_module cbor >= 1.0.0}
BuildRequires: %{python_module cbor2 >= 4.1.2}
BuildRequires: %{python_module cffi >= 1.11.5}
@@ -53,9 +54,10 @@
BuildRequires: %{python_module zope.interface >= 3.6.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-attrs >= 19.2.0
Requires: python3-PyNaCl >= 1.0.1
Requires: python3-PyQRCode >= 1.1
-Requires: python3-Twisted >= 12.1.0
+Requires: python3-Twisted >= 20.3.0
Requires: python3-argon2-cffi >= 18.1.0
Requires: python3-cbor >= 1.0.0
Requires: python3-cbor2 >= 4.1.2
@@ -72,6 +74,8 @@
Requires: python3-ujson >= 1.35
Requires: python3-wsaccel >= 0.6.2
Requires: python3-zope.interface >= 3.6.0
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
%python_subpackages
%description
@@ -93,6 +97,8 @@
%install
export AUTOBAHN_USE_NVX=true
%python_install
+%python_clone -a %{buildroot}%{_bindir}/wamp
+%python_clone -a %{buildroot}%{_bindir}/xbrnetwork
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
@@ -102,10 +108,17 @@
export PY_IGNORE_IMPORTMISMATCH=1
%pytest_arch
+%post
+%python_install_alternative wamp xbrnetwork
+
+%postun
+%python_uninstall_alternative wamp xbrnetwork
+
%files %{python_files}
%license LICENSE
%doc README.rst
%{python_sitearch}/*
-%python3_only %{_bindir}/wamp
+%python_alternative %{_bindir}/wamp
+%python_alternative %{_bindir}/xbrnetwork
%changelog
++++++ autobahn-20.4.2.tar.gz -> autobahn-20.6.1.tar.gz ++++++
++++ 310051 lines of diff (skipped)