diff mbox series

python3-requests: version bump 2.33.1 -> 2.34.2

Message ID 20260524151712.11547-1-jan.vermaete@gmail.com
State New
Headers show
Series python3-requests: version bump 2.33.1 -> 2.34.2 | expand

Commit Message

Jan Vermaete May 24, 2026, 3:17 p.m. UTC
+ added the DESCRIPTION taken from the README.md
+ sorted the RDEPENDS
+ untabify

Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
---
 ...uests_2.33.1.bb => python3-requests_2.34.2.bb} | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
 rename meta/recipes-devtools/python/{python3-requests_2.33.1.bb => python3-requests_2.34.2.bb} (71%)
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 71%
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..8230e8ce43 100644
--- a/meta/recipes-devtools/python/python3-requests_2.33.1.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.34.2.bb
@@ -1,29 +1,30 @@ 
 SUMMARY = "Python HTTP for Humans."
+DESCRIPTION = "Requests is a simple, yet elegant, HTTP library."
 HOMEPAGE = "https://requests.readthedocs.io"
 LICENSE = "Apache-2.0"
 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"
 
 do_install:append:class-nativesdk() {
-	mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
-	install -m 644 ${UNPACKDIR}/environment.d-python3-requests.sh ${D}${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh
+        mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
+        install -m 644 ${UNPACKDIR}/environment.d-python3-requests.sh ${D}${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh
 }
 
-RDEPENDS:${PN} += " \
+RDEPENDS:${PN} += "\
     python3-certifi \
+    python3-chardet \
+    python3-compression \
     python3-email \
+    python3-idna \
     python3-json \
     python3-netserver \
     python3-pysocks \
     python3-urllib3 \
-    python3-chardet \
-    python3-idna \
-    python3-compression \
 "
 
 FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh"