summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-06-13 11:01:37 +0800
committerSteve Sakoman <steve@sakoman.com>2025-06-20 08:38:12 -0700
commitdbc06dd7b1ca7a24483d999a7e0fd75b3904f758 (patch)
treebf79024aa6efe983465252d92783790c6f9e343f
parentab1c25d1f5da77671cf2c8ca443ecede742231c0 (diff)
downloadpoky-dbc06dd7b1ca7a24483d999a7e0fd75b3904f758.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: 0f0a06ccef45792f65b823ecc0ef10525d94084f) Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-devtools/python/python3-requests_2.32.4.bb (renamed from meta/recipes-devtools/python/python3-requests_2.32.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.32.3.bb b/meta/recipes-devtools/python/python3-requests_2.32.4.bb
index 36ff75f87d..b86ecfba52 100644
--- a/meta/recipes-devtools/python/python3-requests_2.32.3.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.32.4.bb
@@ -7,7 +7,7 @@ SRC_URI:append:class-nativesdk = " \
7 file://environment.d-python3-requests.sh \ 7 file://environment.d-python3-requests.sh \
8" 8"
9 9
10SRC_URI[sha256sum] = "55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760" 10SRC_URI[sha256sum] = "27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"
11 11
12inherit pypi python_setuptools_build_meta 12inherit pypi python_setuptools_build_meta
13 13