diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2022-01-12 20:35:29 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-18 08:59:58 -0800 |
commit | f10d70157a61e4a49e29423de8593ed59122d5d5 (patch) | |
tree | c04e69ebd65a4f78eaeee2fd1790186006df4a92 /meta-python | |
parent | 3b7b1ea6e7452221462ac534bb7d78266ded16d9 (diff) | |
download | meta-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" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" | 6 | SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||