public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Yoann Congal" <yoann.congal@smile.fr>
To: <daniel.turull@ericsson.com>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [scarthgap][PATCH 3/9] python3-requests: upgrade 2.32.4 -> 2.32.5
Date: Fri, 24 Apr 2026 10:42:38 +0200	[thread overview]
Message-ID: <DI192N2M7DFY.2KF06OYFF458A@smile.fr> (raw)
In-Reply-To: <20260409092936.1740143-4-daniel.turull@ericsson.com>

On Thu Apr 9, 2026 at 11:29 AM CEST, Daniel Turull via lists.openembedded.org wrote:
> From: Daniel Turull <daniel.turull@ericsson.com>
>
> Changelog for python3-requests: 2.32.4 -> 2.32.5
> ============================================================
>
> 2.32.5 (2025-08-18)
> -------------------
>
> **Bugfixes**
>
> - The SSLContext caching feature originally introduced in 2.32.0 has created
>   a new class of issues in Requests that have had negative impact across a number
>   of use cases. The Requests team has decided to revert this feature as long term
>   maintenance of it is proving to be unsustainable in its current iteration.
>
> **Deprecations**
> - Added support for Python 3.14.
> - Dropped support for Python 3.8 following its end of support.

Sorry but that mean dropping support for a python version we are
supposed to support: 
Bitbake in scarthgap needs >= 3.8 and python3-requests can be -native so
that mean that a python 3.8 can run this code.

>
> Signed-off-by: Daniel Turull <daniel.turull@ericsson.com>
> ---
>  .../{python3-requests_2.32.4.bb => python3-requests_2.32.5.bb}  | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-devtools/python/{python3-requests_2.32.4.bb => python3-requests_2.32.5.bb} (91%)
>
> diff --git a/meta/recipes-devtools/python/python3-requests_2.32.4.bb b/meta/recipes-devtools/python/python3-requests_2.32.5.bb
> similarity index 91%
> rename from meta/recipes-devtools/python/python3-requests_2.32.4.bb
> rename to meta/recipes-devtools/python/python3-requests_2.32.5.bb
> index b86ecfba52..930d48fc5c 100644
> --- a/meta/recipes-devtools/python/python3-requests_2.32.4.bb
> +++ b/meta/recipes-devtools/python/python3-requests_2.32.5.bb
> @@ -7,7 +7,7 @@ SRC_URI:append:class-nativesdk = " \
>             file://environment.d-python3-requests.sh \
>  "
>  
> -SRC_URI[sha256sum] = "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"
> +SRC_URI[sha256sum] = "dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"
>  
>  inherit pypi python_setuptools_build_meta
>  


-- 
Yoann Congal
Smile ECS



  reply	other threads:[~2026-04-24  8:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-09  9:29 [scarthgap][PATCH 0/9] scarthgap updates daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 1/9] base-passwd: upgrade 3.6.3 -> 3.6.8 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 2/9] gnupg: upgrade 2.4.8 -> 2.4.9 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 3/9] python3-requests: upgrade 2.32.4 -> 2.32.5 daniel.turull
2026-04-24  8:42   ` Yoann Congal [this message]
2026-04-24  8:50     ` [OE-core] " Daniel Turull
2026-04-09  9:29 ` [scarthgap][PATCH 4/9] bash: upgrade 5.2.21 -> 5.2.37 daniel.turull
2026-04-24 13:48   ` [OE-core] " Yoann Congal
2026-04-27 15:18     ` Daniel Turull
2026-04-28  8:23       ` Daniel Turull
2026-04-09  9:29 ` [scarthgap][PATCH 5/9] sudo: upgrade 1.9.17p1 -> 1.9.17p2 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 6/9] lttng-ust: upgrade 2.13.8 -> 2.13.10 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 7/9] libatomic-ops: upgrade 7.8.2 -> 7.8.4 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 8/9] liburcu: upgrade 0.14.0 -> 0.14.2 daniel.turull
2026-04-09  9:29 ` [scarthgap][PATCH 9/9] numactl: upgrade 2.0.18 -> 2.0.19 daniel.turull
2026-04-24 14:25   ` [OE-core] " Yoann Congal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DI192N2M7DFY.2KF06OYFF458A@smile.fr \
    --to=yoann.congal@smile.fr \
    --cc=daniel.turull@ericsson.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox