From 9bf58601472ebd29ab2787ce3c0ce96898ad80f0 Mon Sep 17 00:00:00 2001 From: Jiaying Song Date: Fri, 13 Jun 2025 10:45:19 +0800 Subject: python3-requests: upgrade 2.32.3 -> 2.32.4 Changelog: https://requests.readthedocs.io/en/latest/community/updates/#release-history (From OE-Core rev: 27a860d7b34250326daede0ade382db47e22c114) Signed-off-by: Jiaying Song Signed-off-by: Steve Sakoman --- .../python/python3-requests_2.32.3.bb | 35 ---------------------- .../python/python3-requests_2.32.4.bb | 35 ++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-requests_2.32.3.bb create mode 100644 meta/recipes-devtools/python/python3-requests_2.32.4.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-requests_2.32.3.bb b/meta/recipes-devtools/python/python3-requests_2.32.3.bb deleted file mode 100644 index bc9b2289f6..0000000000 --- a/meta/recipes-devtools/python/python3-requests_2.32.3.bb +++ /dev/null @@ -1,35 +0,0 @@ -SUMMARY = "Python HTTP for Humans." -HOMEPAGE = "https://requests.readthedocs.io" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" - -SRC_URI:append:class-nativesdk = " \ - file://environment.d-python3-requests.sh \ -" - -SRC_URI[sha256sum] = "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" - -inherit pypi python_setuptools_build_meta - -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 -} - -RDEPENDS:${PN} += " \ - python3-certifi \ - python3-email \ - 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" - -CVE_PRODUCT = "requests" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-requests_2.32.4.bb b/meta/recipes-devtools/python/python3-requests_2.32.4.bb new file mode 100644 index 0000000000..49d44298f6 --- /dev/null +++ b/meta/recipes-devtools/python/python3-requests_2.32.4.bb @@ -0,0 +1,35 @@ +SUMMARY = "Python HTTP for Humans." +HOMEPAGE = "https://requests.readthedocs.io" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" + +SRC_URI:append:class-nativesdk = " \ + file://environment.d-python3-requests.sh \ +" + +SRC_URI[sha256sum] = "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422" + +inherit pypi python_setuptools_build_meta + +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 +} + +RDEPENDS:${PN} += " \ + python3-certifi \ + python3-email \ + 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" + +CVE_PRODUCT = "requests" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf