diff --git a/python-websockets.changes b/python-websockets.changes index 53ac338..33e55f3 100644 --- a/python-websockets.changes +++ b/python-websockets.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 28 10:59:12 UTC 2020 - John Vandenberg + +- Remove Suggest python-asyncio, which is in Python 3 stdlib + ------------------------------------------------------------------- Thu Feb 6 13:45:03 UTC 2020 - Marketa Calabkova diff --git a/python-websockets.spec b/python-websockets.spec index 2f79458..9bf7ebe 100644 --- a/python-websockets.spec +++ b/python-websockets.spec @@ -30,7 +30,6 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Suggests: python-asyncio %python_subpackages %description @@ -56,6 +55,8 @@ export CFLAGS="%{optflags}" %check # Test execution speed depends on BS load and architecture, relax 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 %files %{python_files}