diff mbox series

[AUH] python3-requests: upgrading to 2.34.2 SUCCEEDED

Message ID 0101019e2bcbc13b-df06aaf0-22f8-4b51-b51f-6e95a8c428aa-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-requests: upgrading to 2.34.2 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org May 15, 2026, 1:20 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-requests* to *2.34.2* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-requests-upgrade-2.33.1-2.34.2.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 2b12e2daf8989703a93249d0e438403f959aeb0f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 15 May 2026 09:03:02 +0000
Subject: [PATCH] python3-requests: upgrade 2.33.1 -> 2.34.2

---
 .../{python3-requests_2.33.1.bb => python3-requests_2.34.2.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-requests_2.33.1.bb => python3-requests_2.34.2.bb} (92%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-requests_2.33.1.bb b/meta/recipes-devtools/python/python3-requests_2.34.2.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-requests_2.33.1.bb
rename to meta/recipes-devtools/python/python3-requests_2.34.2.bb
index e9c6fe4e97..79ce30feef 100644
--- a/meta/recipes-devtools/python/python3-requests_2.33.1.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.34.2.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"
+SRC_URI[sha256sum] = "f288924cae4e29463698d6d60bc6a4da69c89185ad1e0bcc4104f584e960b9ed"
 
 SRC_URI:append:class-nativesdk = " file://environment.d-python3-requests.sh"