aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2020-12-14 09:40:26 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-15 00:52:55 -0800
commit73dd8a4c83decd475e4c775f8f2b9b2224f17fa0 (patch)
treea680991e6777e7df2414cec2b0fc211a90e13cb8
parentfa80193468745a11bc12d5845f66412a0d62e0e2 (diff)
downloadmeta-openembedded-contrib-73dd8a4c83decd475e4c775f8f2b9b2224f17fa0.tar.gz
python3-requests: upgrade to 2.25.0
The License checksum changes but the license remains the same, as the change is only about copying apache2 license contents there. This upgrade also solves the following issue on target. root@qemux86-64:~# python3 -c 'import requests' /usr/lib64/python3.9/site-packages/requests/_init_.py:89: RequestsDependencyWarning: urllib3 (1.26.2) or chardet (3.0.4) doesn't match a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported " Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-requests_2.25.0.bb (renamed from meta-python/recipes-devtools/python/python3-requests_2.24.0.bb)7
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
index de9a53584b..5284f95982 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.24.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
@@ -1,12 +1,9 @@
DESCRIPTION = "Python HTTP for Humans."
HOMEPAGE = "http://python-requests.org"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=19b6be66ed463d93fa88c29f7860bcd7"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
-FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:"
-
-SRC_URI[md5sum] = "b54bff26a389e5932e8b1c4983a99ce7"
-SRC_URI[sha256sum] = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"
+SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
inherit pypi setuptools3