summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-01-12 20:35:29 +0200
committerKhem Raj <raj.khem@gmail.com>2022-01-18 08:59:58 -0800
commitf10d70157a61e4a49e29423de8593ed59122d5d5 (patch)
treec04e69ebd65a4f78eaeee2fd1790186006df4a92 /meta-python
parent3b7b1ea6e7452221462ac534bb7d78266ded16d9 (diff)
downloadmeta-openembedded-f10d70157a61e4a49e29423de8593ed59122d5d5.tar.gz
python3-requests: Upgrade 2.26.0 -> 2.27.1
Upgrade to release 2.27.1: - Fixed parsing issue that resulted in the auth component being dropped from proxy URLs. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests_2.27.1.bb (renamed from meta-python/recipes-devtools/python/python3-requests_2.26.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.27.1.bb
index 406e42a5e..af52b7caf 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.26.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.27.1.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] = "b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" 6SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9