From f10d70157a61e4a49e29423de8593ed59122d5d5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 12 Jan 2022 20:35:29 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-requests_2.26.0.bb => python3-requests_2.27.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-requests_2.26.0.bb => python3-requests_2.27.1.bb} (86%) 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 similarity index 86% rename from meta-python/recipes-devtools/python/python3-requests_2.26.0.bb rename to 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -SRC_URI[sha256sum] = "b8aa58f8cf793ffd8782d3d8cb19e66ef36f7aba4353eec859e74678b01b07a7" +SRC_URI[sha256sum] = "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" inherit pypi setuptools3