summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-28 12:29:01 +0200
committerKhem Raj <raj.khem@gmail.com>2021-02-01 10:44:16 -0800
commita66ddd88a7db5c601e51c17028199e95799806c7 (patch)
treed9d8a436babdde452c2b957efdf0cd1d79cfad5b /meta-python
parentdcf10eaede84e117389b18fcb723945e91161b01 (diff)
downloadmeta-openembedded-a66ddd88a7db5c601e51c17028199e95799806c7.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-urllib3_1.26.3.bb (renamed from meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb)2
1 files changed, 1 insertions, 1 deletions
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
index fcd6709017..739cf24f5f 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"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
5 5
6SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08" 6SRC_URI[sha256sum] = "de3eedaad74a2683334e282005cd8d7f22f4d55fa690a2a1020a416cb0a47e73"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9