From bb2e419fd2813a1dfb21bc911a3bdaf594dc69467b457e6d5974ef83e8568d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 30 Nov 2020 14:56:05 +0000 Subject: [PATCH] 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 --- python-websockets.changes | 5 +++++ python-websockets.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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}