[meta-python,3/5] python3-requests: Upgrade 2.26.0 -> 2.27.1

Message ID 20220112183531.2712341-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-asyncio-throttle: Add recipe | expand

Commit Message

Leon Anavi Jan. 12, 2022, 6:35 p.m. UTC
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>
---
 .../{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%)

Patch

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