Accepting request 851475 from home:jayvdb:branches:devel:languages:python
- Remove Suggest python-asyncio, which is in Python 3 stdlib OBS-URL: https://build.opensuse.org/request/show/851475 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=23
This commit is contained in:
parent
545814b52f
commit
bb2e419fd2
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 28 10:59:12 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Remove Suggest python-asyncio, which is in Python 3 stdlib
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ BuildRequires: %{python_module devel}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Suggests: python-asyncio
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,6 +55,8 @@ export CFLAGS="%{optflags}"
|
|||||||
%check
|
%check
|
||||||
# Test execution speed depends on BS load and architecture, relax
|
# Test execution speed depends on BS load and architecture, relax
|
||||||
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
|
export WEBSOCKETS_TESTS_TIMEOUT_FACTOR=5
|
||||||
|
# https://github.com/aaugustin/websockets/issues/855 is an intermittent failure
|
||||||
|
# for test_keepalive_ping_does_not_crash_when_connection_lost on s390x
|
||||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
|
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m unittest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
Reference in New Issue
Block a user