diff mbox series

[AUH] python3-requests: upgrading to 2.32.3 SUCCEEDED

Message ID 0101018fd4dd35ce-e4735cd8-dcb0-4cbe-98d9-f535be33d57b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-requests: upgrading to 2.32.3 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 1, 2024, 5:33 p.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-requests-upgrade-2.32.1-2.32.3.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 0728e4a267ae64284885149695614b276c91b66a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 1 Jun 2024 09:28:46 +0000
Subject: [PATCH] python3-requests: upgrade 2.32.1 -> 2.32.3

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

Patch

diff --git a/meta/recipes-devtools/python/python3-requests_2.32.1.bb b/meta/recipes-devtools/python/python3-requests_2.32.3.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-requests_2.32.1.bb
rename to meta/recipes-devtools/python/python3-requests_2.32.3.bb
index a1144181bc..4f0638b50c 100644
--- a/meta/recipes-devtools/python/python3-requests_2.32.1.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.32.3.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://requests.readthedocs.io"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = "eb97e87e64c79e64e5b8ac75cee9dd1f97f49e289b083ee6be96268930725685"
+SRC_URI[sha256sum] = "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"
 
 inherit pypi python_setuptools_build_meta