diff --git a/autobahn-20.4.2.tar.gz b/autobahn-20.4.2.tar.gz deleted file mode 100644 index c888e59..0000000 --- a/autobahn-20.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c943f94bb759c07445a6984a3bc4c76f73e2a90a1fc2c3521c211579b73d3db -size 930427 diff --git a/autobahn-20.4.3.tar.gz b/autobahn-20.4.3.tar.gz new file mode 100644 index 0000000..0c5cac7 --- /dev/null +++ b/autobahn-20.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f +size 938992 diff --git a/python-autobahn.changes b/python-autobahn.changes index 236e2c8..d75470c 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jun 14 08:49:49 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-autobahn.spec b/python-autobahn.spec index deba039..85d1907 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -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.4.3 Release: 0 Summary: WebSocket and WAMP in Python for Twisted and asyncio License: MIT @@ -96,6 +96,7 @@ export CFLAGS="%{optflags}" 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 @@ -106,15 +107,16 @@ export PY_IGNORE_IMPORTMISMATCH=1 %pytest_arch %post -%python_install_alternative wamp +%python_install_alternative wamp xbrnetwork %postun -%python_uninstall_alternative wamp +%python_uninstall_alternative wamp xbrnetwork %files %{python_files} %license LICENSE %doc README.rst %{python_sitearch}/* %python_alternative %{_bindir}/wamp +%python_alternative %{_bindir}/xbrnetwork %changelog