diff --git a/autobahn-19.10.1.tar.gz b/autobahn-19.10.1.tar.gz new file mode 100644 index 0000000..93eb9cd --- /dev/null +++ b/autobahn-19.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734385b00547448b3f30a752cbfd2900d15924d77dc4a1699b8bce1ea8899f39 +size 605365 diff --git a/autobahn-19.9.2.tar.gz b/autobahn-19.9.2.tar.gz deleted file mode 100644 index 3ee3655..0000000 --- a/autobahn-19.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:985401e0af1c5f3fb59a209681ee878194c23fe88f865f6157679aa1db386724 -size 589920 diff --git a/python-autobahn.changes b/python-autobahn.changes index caf86b5..d2c03e6 100644 --- a/python-autobahn.changes +++ b/python-autobahn.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 9 08:44:16 UTC 2019 - Tomáš Chvátal + +- Update to 19.10.1: + * various minor bugfixes mostly + +------------------------------------------------------------------- +Tue Sep 24 12:05:29 UTC 2019 - Tomáš Chvátal + +- Update to 19.9.3: + * packaging fixes + ------------------------------------------------------------------- Fri Sep 13 12:43:37 UTC 2019 - Tomáš Chvátal diff --git a/python-autobahn.spec b/python-autobahn.spec index d7e2499..ab0318d 100644 --- a/python-autobahn.spec +++ b/python-autobahn.spec @@ -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