15
0

- 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:
Tomáš Chvátal
2019-10-09 08:48:14 +00:00
committed by Git OBS Bridge
parent e57b09a7ae
commit b583a56f6a
4 changed files with 19 additions and 7 deletions

3
autobahn-19.10.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39
size 605365

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724
size 589920

View File

@@ -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>

View File

@@ -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