forked from pool/python-autobahn
- Update to 19.10.1:
* various minor bugfixes mostly - Update to 19.9.3: * packaging fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autobahn?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
e57b09a7ae
commit
b583a56f6a
3
autobahn-19.10.1.tar.gz
Normal file
3
autobahn-19.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39
|
||||
size 605365
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724
|
||||
size 589920
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 08:44:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 19.10.1:
|
||||
* various minor bugfixes mostly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 12:05:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 19.9.3:
|
||||
* packaging fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 12:43:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -18,11 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} %{!?skip_python3:python3-%{**}}}
|
||||
Name: python-autobahn
|
||||
Version: 19.9.2
|
||||
Version: 19.10.1
|
||||
Release: 0
|
||||
Summary: WebSocket and WAMP in Python for Twisted and asyncio
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/crossbario/autobahn-python
|
||||
Source: https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-%{version}.tar.gz
|
||||
Patch0: respect-cflags.patch
|
||||
@@ -105,12 +104,13 @@ export USE_ASYNCIO=true
|
||||
export AUTOBAHN_USE_NVX=true
|
||||
export PYTHONDONTWRITEBYTECODE=1
|
||||
export PY_IGNORE_IMPORTMISMATCH=1
|
||||
%pytest_arch
|
||||
# test_depleting - needs more entropy
|
||||
%pytest_arch -k 'not test_depleting'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitearch}/*
|
||||
%python3_only /usr/bin/wamp
|
||||
%python3_only %{_bindir}/wamp
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user