Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-websockets for 
openSUSE:Factory checked in at 2021-11-01 18:35:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-websockets (Old)
 and      /work/SRC/openSUSE:Factory/.python-websockets.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-websockets"

Mon Nov  1 18:35:42 2021 rev:16 rq:928437 version:10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-websockets/python-websockets.changes      
2021-10-30 23:14:49.615108106 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-websockets.new.1890/python-websockets.changes
    2021-11-01 18:35:55.385343011 +0100
@@ -1,0 +2,6 @@
+Sat Oct 30 22:51:02 UTC 2021 - Ben Greiner <[email protected]>
+
+- Reactivate python39 build, only disable testing. No need to break
+  consuming packages -- gh#aaugustin/websockets#1051
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-websockets.spec ++++++
--- /var/tmp/diff_new_pack.gFzNvn/_old  2021-11-01 18:35:55.841343272 +0100
+++ /var/tmp/diff_new_pack.gFzNvn/_new  2021-11-01 18:35:55.845343275 +0100
@@ -19,8 +19,6 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 %define         skip_python36 1
-# gh#aaugustin/websockets#1051
-%define         skip_python39 1
 Name:           python-websockets
 Version:        10.0
 Release:        0
@@ -29,7 +27,7 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/aaugustin/websockets
 Source:         
https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module devel >= 3.7}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -62,7 +60,9 @@
 # https://github.com/aaugustin/websockets/issues/855 is an intermittent failure
 # for test_keepalive_ping_does_not_crash_when_connection_lost on s390x
 # export PYTHONWARNINGS=default
-%pyunittest_arch -v
+# test suite temporarily broken on python 3.9.7: gh#aaugustin/websockets#1051
+python39_donttest=(-k testnothing)
+%pyunittest_arch -v "${$python_donttest[@]}"
 
 %files %{python_files}
 %license LICENSE

Reply via email to