From d7f96905a961f56dbdb88330b46f24c54699cc568e3fedf70741462f5587d91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 25 Sep 2024 12:26:56 +0000 Subject: [PATCH] - Update to 3.10.6 * Increased minimum yarl version to 1.12.0 * Declared Python 3.13 supported * Full changelog: https://github.com/aio-libs/aiohttp/releases/tag/v3.10.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=132 --- aiohttp-3.10.5.tar.gz | 3 --- aiohttp-3.10.6.tar.gz | 3 +++ python-aiohttp.changes | 8 ++++++++ python-aiohttp.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 aiohttp-3.10.5.tar.gz create mode 100644 aiohttp-3.10.6.tar.gz diff --git a/aiohttp-3.10.5.tar.gz b/aiohttp-3.10.5.tar.gz deleted file mode 100644 index bad3bb9..0000000 --- a/aiohttp-3.10.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f071854b47d39591ce9a17981c46790acb30518e2f83dfca8db2dfa091178691 -size 7524360 diff --git a/aiohttp-3.10.6.tar.gz b/aiohttp-3.10.6.tar.gz new file mode 100644 index 0000000..13498e4 --- /dev/null +++ b/aiohttp-3.10.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2578ef941be0c2ba58f6f421a703527d08427237ed45ecb091fed6f83305336 +size 7538429 diff --git a/python-aiohttp.changes b/python-aiohttp.changes index 0dfa51c..3aee0c9 100644 --- a/python-aiohttp.changes +++ b/python-aiohttp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 25 11:57:08 UTC 2024 - Nico Krapp + +- Update to 3.10.6 + * Increased minimum yarl version to 1.12.0 + * Declared Python 3.13 supported + * Full changelog: https://github.com/aio-libs/aiohttp/releases/tag/v3.10.6 + ------------------------------------------------------------------- Wed Sep 4 12:40:42 UTC 2024 - Fergal Mc Carthy diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 45eba0e..0aa18ed 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -19,7 +19,7 @@ %bcond_with docs %{?sle15_python_module_pythons} Name: python-aiohttp -Version: 3.10.5 +Version: 3.10.6 Release: 0 Summary: Asynchronous HTTP client/server framework License: Apache-2.0 @@ -35,7 +35,7 @@ Requires: (python-async_timeout >= 4.0 with python-async_timeout < 5) %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) +Requires: (python-yarl >= 1.12.0 with python-yarl < 2) Recommends: python-Brotli Recommends: python-aiodns Recommends: python-cChardet