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 2025-07-18 15:57:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aiohttp (Old) and /work/SRC/openSUSE:Factory/.python-aiohttp.new.8875 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aiohttp" Fri Jul 18 15:57:49 2025 rev:57 rq:1294222 version:3.12.14 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aiohttp/python-aiohttp.changes 2025-07-01 11:33:32.471786025 +0200 +++ /work/SRC/openSUSE:Factory/.python-aiohttp.new.8875/python-aiohttp.changes 2025-07-18 15:58:44.346994555 +0200 @@ -1,0 +2,24 @@ +Mon Jul 14 15:17:06 UTC 2025 - Dirk Müller <dmuel...@suse.com> + +- update to 3.12.14: + * Fixed file uploads failing with HTTP 422 errors when + encountering 307/308 redirects, and 301/302 redirects for + non-POST methods, by preserving the request body when + appropriate per RFC 9110 -- by :user:`bdraco`. Related issues + and pull requests on GitHub: :issue:`11270`. + * Fixed :py:meth:`ClientSession.close() + <aiohttp.ClientSession.close>` hanging indefinitely when + using HTTPS requests through HTTP proxies -- by + :user:`bdraco`. Related issues and pull requests on GitHub: + :issue:`11273`. + * Bumped minimum version of aiosignal to 1.4+ to resolve typing + issues -- by :user:`Dreamsorcerer`. Related issues and pull + requests on GitHub: :issue:`11280`. + * Added initial trailer parsing logic to Python HTTP parser -- + by :user:`Dreamsorcerer`. Related issues and pull requests on + GitHub: :issue:`11269`. + * Clarified exceptions raised by WebSocketResponse.send_frame + et al. -- by :user:`DoctorJohn`. Related issues and pull + requests on GitHub: :issue:`11234`. + +------------------------------------------------------------------- Old: ---- aiohttp-3.12.13.tar.gz New: ---- aiohttp-3.12.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aiohttp.spec ++++++ --- /var/tmp/diff_new_pack.3w9QO2/_old 2025-07-18 15:58:45.759053544 +0200 +++ /var/tmp/diff_new_pack.3w9QO2/_new 2025-07-18 15:58:45.759053544 +0200 @@ -19,7 +19,7 @@ %bcond_with docs %{?sle15_python_module_pythons} Name: python-aiohttp -Version: 3.12.13 +Version: 3.12.14 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 @@ -30,7 +30,7 @@ # Remove python-isal dependency for testing. Patch1: remove-isal-test-dep.patch Requires: python-aiohappyeyeballs >= 2.5.0 -Requires: python-aiosignal >= 1.1.2 +Requires: python-aiosignal >= 1.4 Requires: python-attrs >= 17.3.0 Requires: python-frozenlist >= 1.1.1 Requires: (python-charset-normalizer >= 2.0 with python-charset-normalizer < 4) @@ -51,7 +51,7 @@ # /SECTION # SECTION install requirements BuildRequires: %{python_module aiohappyeyeballs >= 2.5.0} -BuildRequires: %{python_module aiosignal >= 1.1.2} +BuildRequires: %{python_module aiosignal >= 1.4} BuildRequires: %{python_module attrs >= 17.3.0} BuildRequires: %{python_module charset-normalizer >= 2.0 with %python-charset-normalizer < 4} BuildRequires: %{python_module frozenlist >= 1.1.1} @@ -59,7 +59,6 @@ BuildRequires: %{python_module yarl >= 1.17.0 with %python-yarl < 2} # /SECTION # SECTION test requirements -BuildRequires: %{python_module aiodns} BuildRequires: %{python_module Brotli} BuildRequires: %{python_module blockbuster} BuildRequires: %{python_module freezegun} @@ -150,8 +149,7 @@ # breaks without threading single_runs+=" and not test_shutdown_handler_cancellation_suppressed" test -d aiohttp && mv aiohttp aiohttp.bkp -%pytest_arch %{?jobs: -n %jobs} tests -k "not ($donttest or ${single_runs})" -%pytest_arch tests -k "${single_runs}" +%pytest_arch tests -n 4 -k "not ($donttest or skip_blockbuster)" %files %{python_files} %license LICENSE.txt ++++++ aiohttp-3.12.13.tar.gz -> aiohttp-3.12.14.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-aiohttp/aiohttp-3.12.13.tar.gz /work/SRC/openSUSE:Factory/.python-aiohttp.new.8875/aiohttp-3.12.14.tar.gz differ: char 5, line 1