diff mbox series

[meta-python,1/2] python3-aiohttp: Upgrade 3.11.18 -> 3.12.14

Message ID 20250711134106.4117273-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/2] python3-aiohttp: Upgrade 3.11.18 -> 3.12.14 | expand

Commit Message

Leon Anavi July 11, 2025, 1:41 p.m. UTC
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>
---
 ...{python3-aiohttp_3.11.18.bb => python3-aiohttp_3.12.14.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aiohttp_3.11.18.bb => python3-aiohttp_3.12.14.bb} (81%)

Comments

Martin Jansa July 15, 2025, 9:41 p.m. UTC | #1
This new version seems to fail to build for 32bit MACHINEs:

vendor/llhttp/build/c/llhttp.c: In function 'llhttp__internal__run':
vendor/llhttp/build/c/llhttp.c:2645:9: note: use
'-flax-vector-conversions' to permit conversions between vectors with
differing element types or numbers of subparts
 2645 |         );
      |         ^
vendor/llhttp/build/c/llhttp.c:2643:11: error: incompatible type for
argument 1 of 'vandq_u16'
 2643 |           vcgeq_u8(input, vdupq_n_u8(' ')),
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |           |
      |           uint8x16_t
In file included from vendor/llhttp/build/c/llhttp.c:14:

On Fri, Jul 11, 2025 at 3:41 PM Leon Anavi via lists.openembedded.org
<leon.anavi=konsulko.com@lists.openembedded.org> wrote:
>
> 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>
> ---
>  ...{python3-aiohttp_3.11.18.bb => python3-aiohttp_3.12.14.bb} | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>  rename meta-python/recipes-devtools/python/{python3-aiohttp_3.11.18.bb => python3-aiohttp_3.12.14.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb
> rename to meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
> index 898871fe00..642fc6784a 100644
> --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb
> +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
> @@ -4,10 +4,12 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
>  LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
>
> -SRC_URI[sha256sum] = "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a"
> +SRC_URI[sha256sum] = "6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2"
>
>  inherit python_setuptools_build_meta pypi
>
> +DEPENDS = "python3-pkgconfig-native"
> +
>  RDEPENDS:${PN} = "\
>      python3-aiohappyeyeballs \
>      python3-aiosignal \
> --
> 2.39.5
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#118453): https://lists.openembedded.org/g/openembedded-devel/message/118453
> Mute This Topic: https://lists.openembedded.org/mt/114100302/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
index 898871fe00..642fc6784a 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.11.18.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.12.14.bb
@@ -4,10 +4,12 @@  HOMEPAGE = "https://github.com/aio-libs/aiohttp"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=748073912af33aa59430d3702aa32d41"
 
-SRC_URI[sha256sum] = "ae856e1138612b7e412db63b7708735cff4d38d0399f6a5435d3dac2669f558a"
+SRC_URI[sha256sum] = "6e06e120e34d93100de448fd941522e11dafa78ef1a893c179901b7d66aa29f2"
 
 inherit python_setuptools_build_meta pypi
 
+DEPENDS = "python3-pkgconfig-native"
+
 RDEPENDS:${PN} = "\
     python3-aiohappyeyeballs \
     python3-aiosignal \