Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-anyio for openSUSE:Factory checked in at 2022-02-17 00:30:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-anyio (Old) and /work/SRC/openSUSE:Factory/.python-anyio.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-anyio" Thu Feb 17 00:30:12 2022 rev:9 rq:955059 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-anyio/python-anyio.changes 2022-01-15 20:05:46.145785630 +0100 +++ /work/SRC/openSUSE:Factory/.python-anyio.new.1956/python-anyio.changes 2022-02-17 00:30:47.777430552 +0100 @@ -1,0 +2,5 @@ +Tue Feb 15 16:06:39 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- skip some tests for older distros (lack of TLSv1.3 support) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-anyio.spec ++++++ --- /var/tmp/diff_new_pack.1H9LN3/_old 2022-02-17 00:30:48.437430438 +0100 +++ /var/tmp/diff_new_pack.1H9LN3/_new 2022-02-17 00:30:48.449430436 +0100 @@ -81,6 +81,9 @@ # wrong localhost address donttest+=" or (TestTCPStream and test_happy_eyeballs)" donttest+=" or (TestTCPStream and test_connection_refused)" +%if 0%{?suse_version} < 1550 +donttest+=" or (test_send_eof_not_implemented)" +%endif %pytest -m "not network" -k "not (${donttest:4})" -ra %files %{python_files}