Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aiohttp for openSUSE:Factory checked in at 2024-01-29 22:25:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python-aiohttp.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp" Mon Jan 29 22:25:54 2024 rev:42 rq:1141676 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes 2023-12-28 22:54:47.695820933 +0100 +++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.1815/python-aiohttp.changes 2024-01-29 22:25:56.874772805 +0100 @@ -1,0 +2,5 @@ +Fri Jan 26 08:02:10 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com> + +- Disable broken tests with openssl 3.2 and python < 3.11 bsc#1217782 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiohttp.spec ++++++ --- /var/tmp/diff_new_pack.w6p60O/_old 2024-01-29 22:25:57.526796438 +0100 +++ /var/tmp/diff_new_pack.w6p60O/_new 2024-01-29 22:25:57.530796583 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -131,6 +131,9 @@ donttest+=" or test_https_proxy_unsupported_tls_in_tls" # not running under pytest ?! donttest+=" or test_circular_imports or test_import_time" +# raises not expected "ConnectionResetError" with openssl 3.2 and python < 3.11 +donttest+=" or test_tcp_connector_raise_connector_ssl_error[pyloop]" + # requires python-on-whales rm -v tests/autobahn/test_autobahn.py # randomly fails on xdist splits