From 69454c5be12d8c4e49e8b50634ab9c3c5af24d98 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 11 Jul 2025 16:41:05 +0300 Subject: python3-aiohttp: Upgrade 3.11.18 -> 3.12.14 Upgrade to release 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#section-15.4.3-3.1 - Fixed :py:meth:ClientSession.close() hanging indefinitely when using HTTPS requests through HTTP proxies - Bumped minimum version of aiosignal to 1.4+ to resolve typing issues - Added initial trailer parsing logic to Python HTTP parser Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-aiohttp_3.11.18.bb | 21 -------------------- .../python/python3-aiohttp_3.12.14.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 21 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb create mode 100644 meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb deleted file mode 100644 index 898871fe00..0000000000 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Async http client/server framework" -DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python" -HOMEPAGE = "https://github.com/aio-libs/aiohttp" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" - -SRC_URI[sha256sum] = "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a" - -inherit python_setuptools_build_meta pypi - -RDEPENDS:${PN} = "\ - python3-aiohappyeyeballs \ - python3-aiosignal \ - python3-async-timeout \ - python3-attrs \ - python3-frozenlist \ - python3-misc \ - python3-multidict \ - python3-yarl \ - python3-aiodns \ -" diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb new file mode 100644 index 0000000000..642fc6784a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb @@ -0,0 +1,23 @@ +SUMMARY = "Async http client/server framework" +DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python" +HOMEPAGE = "https://github.com/aio-libs/aiohttp" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" + +SRC_URI[sha256sum] = "6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2" + +inherit python_setuptools_build_meta pypi + +DEPENDS = "python3-pkgconfig-native" + +RDEPENDS:${PN} = "\ + python3-aiohappyeyeballs \ + python3-aiosignal \ + python3-async-timeout \ + python3-attrs \ + python3-frozenlist \ + python3-misc \ + python3-multidict \ + python3-yarl \ + python3-aiodns \ +" -- cgit v1.2.3-54-g00ecf