forked from pool/python-autobahn
- update to 20.4.3:
* new: XBR CLI (#1367) * fix: add missing XBR dependency py-multihash OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c943f94bb759c07445a6984a3bc4c76f73e2a90a1fc2c3521c211579b73d3db
|
||||
size 930427
|
||||
3
autobahn-20.4.3.tar.gz
Normal file
3
autobahn-20.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6fe745d52ba9f9eecf791cd31f558df42aebfc4f9ee558a8f1d18c707e1ae1f
|
||||
size 938992
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 14 08:49:49 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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 <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user