From a66ddd88a7db5c601e51c17028199e95799806c7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 28 Jan 2021 12:29:01 +0200 Subject: [PATCH] python3-urllib3: Upgrade 1.26.2 -> 1.26.3 Upgrade to release 1.26.3: - Fixed bytes and string comparison issue with headers - Changed ProxySchemeUnknown error message to be more actionable if the user supplies a proxy URL without a scheme Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../{python3-urllib3_1.26.2.bb => python3-urllib3_1.26.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-urllib3_1.26.2.bb => python3-urllib3_1.26.3.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb rename to meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb index fcd670901..739cf24f5 100644 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08" +SRC_URI[sha256sum] = "de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73" inherit pypi setuptools3