summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-05-09 10:01:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-11 17:08:29 +0100
commit1bc8aad6ff699ae883d3baacaf7d9a9be4b5f060 (patch)
tree24fd7b7d5e903b159f5e1fc6403e7a89fef95af4 /meta/recipes-devtools/python
parent1f6815e2109841861454ea0fe9d9c13033ce950c (diff)
downloadpoky-1bc8aad6ff699ae883d3baacaf7d9a9be4b5f060.tar.gz
python3-requests: Upgrade to 2.30.0
Adds supports for urllib3 2.0 and might break urllib3 1.x [1] [1] https://github.com/psf/requests/releases/tag/v2.30.0 (From OE-Core rev: 9f7d4942875d9c996e5f36e46f4b9e5e6d19c6ce) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
-rw-r--r--meta/recipes-devtools/python/python3-requests_2.30.0.bb (renamed from meta/recipes-devtools/python/python3-requests_2.28.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-requests_2.28.2.bb b/meta/recipes-devtools/python/python3-requests_2.30.0.bb
index 8ab1ec0121..1286eba786 100644
--- a/meta/recipes-devtools/python/python3-requests_2.28.2.bb
+++ b/meta/recipes-devtools/python/python3-requests_2.30.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
5 5
6SRC_URI[sha256sum] = "98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf" 6SRC_URI[sha256sum] = "239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9