- 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
This commit is contained in:
2024-09-25 12:26:56 +00:00
committed by Git OBS Bridge
parent 04019d8609
commit d7f96905a9
4 changed files with 13 additions and 5 deletions

BIN
aiohttp-3.10.5.tar.gz (Stored with Git LFS)

Binary file not shown.

3
aiohttp-3.10.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2578ef941be0c2ba58f6f421a703527d08427237ed45ecb091fed6f83305336
size 7538429

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 25 11:57:08 UTC 2024 - Nico Krapp <nico.krapp@suse.com>
- 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 <fmccarthy@suse.com>

View File

@@ -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