diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-07-11 16:41:05 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-11 08:35:06 -0700 |
| commit | 69454c5be12d8c4e49e8b50634ab9c3c5af24d98 (patch) | |
| tree | 2614e52354ef293eb8f91075ad6df82e280d6210 /meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb | |
| parent | 2a27eacee2dc066365e32bafa66c666bcd93b3ca (diff) | |
| download | meta-openembedded-69454c5be12d8c4e49e8b50634ab9c3c5af24d98.tar.gz | |
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() <aiohttp.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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Async http client/server framework" | ||
| 2 | DESCRIPTION = "Asynchronous HTTP client/server framework for asyncio and Python" | ||
| 3 | HOMEPAGE = "https://github.com/aio-libs/aiohttp" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2" | ||
| 8 | |||
| 9 | inherit python_setuptools_build_meta pypi | ||
| 10 | |||
| 11 | DEPENDS = "python3-pkgconfig-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "\ | ||
| 14 | python3-aiohappyeyeballs \ | ||
| 15 | python3-aiosignal \ | ||
| 16 | python3-async-timeout \ | ||
| 17 | python3-attrs \ | ||
| 18 | python3-frozenlist \ | ||
| 19 | python3-misc \ | ||
| 20 | python3-multidict \ | ||
| 21 | python3-yarl \ | ||
| 22 | python3-aiodns \ | ||
| 23 | " | ||
