Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-autobahn for openSUSE:Factory checked in at 2022-03-09 18:47:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-autobahn (Old) and /work/SRC/openSUSE:Factory/.python-autobahn.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-autobahn" Wed Mar 9 18:47:46 2022 rev:22 rq:960358 version:22.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-autobahn/python-autobahn.changes 2022-02-07 23:40:01.365651131 +0100 +++ /work/SRC/openSUSE:Factory/.python-autobahn.new.2349/python-autobahn.changes 2022-03-11 11:52:07.091038883 +0100 @@ -1,0 +2,30 @@ +Wed Mar 9 05:57:11 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 22.2.2: + * fix: auto ping/pong logs should be debug instead of info (#1524) + * new: add auto-ping/pong configuration knob autoPingRestartOnAnyTraffic (see discussion here). + * new: extended websocket auto-ping/pong ("heartbeating") with builtin RTT measurement + * new: experimental support for transaction_hash in WAMP Publish/Call (see discussion here). + * new: support decimal numbers WAMP serialization and round-tripping in both JSON and CBOR + * fix: only depend on cbor2 (for WAMP CBOR serialization), not also cbor + * fix: PyInstaller and Docker build / CI issues + * new: support Python 3.10 + * new: allow optional keys in endpoint config validation + * fix: reset transport retry status when connection succeeds + * fix: update Docker/PyPy to pypy:3.8-slim + * fix: autobahn installation in docker (#1503) + * new: refactor SigningKey class for reusability (#1500, #1501) + * new: expand XBR node pairing helpers + * fix: build with nvx by default and don't publish universal wheel. (#1493) + * fix: update wamp flatbuffer schema for r2r links + * fix: don't clobber factory (#1480) + * fix: explicitly require setuptools + * new: expand wamp auth scram and xbr argon2/hkdf (#1479) + * fix: WebSocket compression, window size (zlib wbits) == 8 is illegal nowerdays (#1477) + * fix: XBR IDL code generator - all 4 WAMP actions working now + * new: add automated build of xbrnetwork CLI (single-file EXE) in CI +- Remove python-mock BuildRequires +- Rebase respect-cflags.patch +- Ship the xbrnetwork-ui cli tool + +------------------------------------------------------------------- Old: ---- autobahn-21.3.1.tar.gz New: ---- autobahn-22.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-autobahn.spec ++++++ --- /var/tmp/diff_new_pack.XYrVRh/_old 2022-03-11 11:52:07.567039443 +0100 +++ /var/tmp/diff_new_pack.XYrVRh/_new 2022-03-11 11:52:07.571039447 +0100 @@ -24,9 +24,8 @@ %{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}} %define skip_python2 1 -%define skip_python36 1 Name: python-autobahn -Version: 21.3.1 +Version: 22.2.2 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT @@ -46,7 +45,6 @@ BuildRequires: %{python_module flatbuffers >= 1.12} BuildRequires: %{python_module hyperlink >= 21.0.0} BuildRequires: %{python_module lz4 >= 0.7.0} -BuildRequires: %{python_module mock >= 1.3.0} BuildRequires: %{python_module msgpack >= 1.0.2} BuildRequires: %{python_module passlib >= 1.7.4} BuildRequires: %{python_module py-ubjson >= 0.16.1} @@ -114,6 +112,7 @@ %python_install %python_clone -a %{buildroot}%{_bindir}/wamp %python_clone -a %{buildroot}%{_bindir}/xbrnetwork +%python_clone -a %{buildroot}%{_bindir}/xbrnetwork-ui %if %{with nvx_support} %python_expand %fdupes %{buildroot}%{$python_sitearch} %else @@ -131,10 +130,10 @@ %endif %post -%python_install_alternative wamp xbrnetwork +%python_install_alternative wamp xbrnetwork xbrnetwork-ui %postun -%python_uninstall_alternative wamp xbrnetwork +%python_uninstall_alternative wamp xbrnetwork xbrnetwork-ui %files %{python_files} %license LICENSE @@ -146,5 +145,6 @@ %endif %python_alternative %{_bindir}/wamp %python_alternative %{_bindir}/xbrnetwork +%python_alternative %{_bindir}/xbrnetwork-ui %changelog ++++++ autobahn-21.3.1.tar.gz -> autobahn-22.2.2.tar.gz ++++++ ++++ 10850 lines of diff (skipped) ++++++ respect-cflags.patch ++++++ --- /var/tmp/diff_new_pack.XYrVRh/_old 2022-03-11 11:52:07.739039645 +0100 +++ /var/tmp/diff_new_pack.XYrVRh/_new 2022-03-11 11:52:07.747039655 +0100 @@ -9,17 +9,17 @@ https://bugzilla.opensuse.org/show_bug.cgi?id=1100677 -Index: autobahn-20.7.1/autobahn/nvx/_utf8validator.py +Index: autobahn-22.2.2/autobahn/nvx/_utf8validator.py =================================================================== ---- autobahn-20.7.1.orig/autobahn/nvx/_utf8validator.py -+++ autobahn-20.7.1/autobahn/nvx/_utf8validator.py -@@ -50,7 +50,7 @@ with open(os.path.join(os.path.dirname(_ +--- autobahn-22.2.2.orig/autobahn/nvx/_utf8validator.py ++++ autobahn-22.2.2/autobahn/nvx/_utf8validator.py +@@ -54,7 +54,7 @@ with open(os.path.join(os.path.dirname(_ "_nvx_utf8validator", c_source, libraries=[], -- extra_compile_args=['-std=c99', '-Wall', '-Wno-strict-prototypes', '-O3', '-march=native'] -+ extra_compile_args=['-std=c99', '-Wall', '-Wno-strict-prototypes'] +- extra_compile_args=['-std=c99', '-Wall', '-Wno-strict-prototypes', '-O3', '-march=native'], ++ extra_compile_args=['-std=c99', '-Wall', '-Wno-strict-prototypes'], + optional=optional ) -