From c8957a09c4c04bcda94dd8ed76374c83e289b909 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 19 Mar 2021 19:13:04 +0200 Subject: [PATCH] python3-urllib3: Upgrade 1.26.3 -> 1.26.4 Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-urllib3_1.26.3.bb => python3-urllib3_1.26.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-urllib3_1.26.3.bb => python3-urllib3_1.26.4.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb rename to meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb index 739cf24f5f..0a31fb1e2d 100644 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73" +SRC_URI[sha256sum] = "e7b021f7241115872f92f43c6508082facffbd1c048e3c6e2bb9c2a157e28937" inherit pypi setuptools3