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 2023-12-28 22:54:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python-aiohttp.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp" Thu Dec 28 22:54:43 2023 rev:41 rq:1135268 version:3.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes 2023-11-27 22:43:12.645471650 +0100 +++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.28375/python-aiohttp.changes 2023-12-28 22:54:47.695820933 +0100 @@ -1,0 +2,19 @@ +Fri Dec 22 13:46:25 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Fix pytest call +- Update requirements + +------------------------------------------------------------------- +Mon Nov 27 15:22:11 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 3.9.1: + * Fixed importing aiohttp under PyPy on Windows. + * Fixed async concurrency safety in websocket compressor. + * Fixed ``ClientResponse.close()`` releasing the connection + instead of closing. + * Fixed a regression where connection may get closed during + upgrade. -- by :user:`Dreamsorcerer` + * Fixed messages being reported as upgraded without an Upgrade + header in Python parser. -- by :user:`Dreamsorcerer` + +------------------------------------------------------------------- Old: ---- aiohttp-3.9.0.tar.gz New: ---- aiohttp-3.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiohttp.spec ++++++ --- /var/tmp/diff_new_pack.KCz1hX/_old 2023-12-28 22:54:48.391846342 +0100 +++ /var/tmp/diff_new_pack.KCz1hX/_new 2023-12-28 22:54:48.391846342 +0100 @@ -19,7 +19,7 @@ %bcond_with docs %{?sle15_python_module_pythons} Name: python-aiohttp -Version: 3.9.0 +Version: 3.9.1 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 @@ -31,9 +31,9 @@ Requires: python-aiosignal >= 1.1.2 Requires: python-attrs >= 17.3.0 Requires: python-frozenlist >= 1.1.1 -# %if %python_version_nodots < 311 +%if 0%{?python_version_nodots} < 311 Requires: (python-async_timeout >= 4.0 with python-async_timeout < 5) -# %endif +%endif Requires: (python-charset-normalizer >= 2.0 with python-charset-normalizer < 4) Requires: (python-multidict >= 4.5 with python-multidict < 7) Requires: (python-yarl >= 1.0 with python-yarl < 2) @@ -130,11 +130,14 @@ # flaky donttest+=" or test_https_proxy_unsupported_tls_in_tls" # not running under pytest ?! -donttest+=" or test_circular_imports" +donttest+=" or test_circular_imports or test_import_time" # requires python-on-whales rm -v tests/autobahn/test_autobahn.py +# randomly fails on xdist splits +single_runs="test_run_app" test -d aiohttp && mv aiohttp aiohttp.bkp -%pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest ${$python_donttest})" +%pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest or ${single_runs})" +%pytest_arch tests -k "${single_runs}" %files %{python_files} %license LICENSE.txt ++++++ aiohttp-3.9.0.tar.gz -> aiohttp-3.9.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-aiohttp/aiohttp-3.9.0.tar.gz /work/SRC/openSUSE:Factory/.python-aiohttp.new.28375/aiohttp-3.9.1.tar.gz differ: char 5, line 1