diff options
| author | Jiaying Song <jiaying.song.cn@windriver.com> | 2025-06-13 10:39:40 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-16 17:57:29 +0100 |
| commit | 82ee4aeb28c080736e9bd46a6f0e00a8df49d02c (patch) | |
| tree | d314e60ecc38a6d38e022b5029456a1329ba3682 /meta/recipes-devtools/python/python3-requests_2.32.3.bb | |
| parent | 795702eb0e5509212089c2ce50596553fc16f296 (diff) | |
| download | poky-82ee4aeb28c080736e9bd46a6f0e00a8df49d02c.tar.gz | |
python3-requests: upgrade 2.32.3 -> 2.32.4
Changelog:
https://requests.readthedocs.io/en/latest/community/updates/#release-history
(From OE-Core rev: 5d54d99fe6613062c7597fb2bbd23a641c76d8d4)
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-requests_2.32.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-requests_2.32.3.bb | 35 |
1 files changed, 0 insertions, 35 deletions
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 @@ | |||
| 1 | SUMMARY = "Python HTTP for Humans." | ||
| 2 | HOMEPAGE = "https://requests.readthedocs.io" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 5 | |||
| 6 | SRC_URI:append:class-nativesdk = " \ | ||
| 7 | file://environment.d-python3-requests.sh \ | ||
| 8 | " | ||
| 9 | |||
| 10 | SRC_URI[sha256sum] = "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" | ||
| 11 | |||
| 12 | inherit pypi python_setuptools_build_meta | ||
| 13 | |||
| 14 | do_install:append:class-nativesdk() { | ||
| 15 | mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d | ||
| 16 | install -m 644 ${UNPACKDIR}/environment.d-python3-requests.sh ${D}${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh | ||
| 17 | } | ||
| 18 | |||
| 19 | RDEPENDS:${PN} += " \ | ||
| 20 | python3-certifi \ | ||
| 21 | python3-email \ | ||
| 22 | python3-json \ | ||
| 23 | python3-netserver \ | ||
| 24 | python3-pysocks \ | ||
| 25 | python3-urllib3 \ | ||
| 26 | python3-chardet \ | ||
| 27 | python3-idna \ | ||
| 28 | python3-compression \ | ||
| 29 | " | ||
| 30 | |||
| 31 | FILES:${PN}:append:class-nativesdk = " ${SDKPATHNATIVE}/environment-setup.d/python3-requests.sh" | ||
| 32 | |||
| 33 | CVE_PRODUCT = "requests" | ||
| 34 | |||
| 35 | BBCLASSEXTEND = "native nativesdk" | ||
