]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-urllib3: upgrade 1.26.13 -> 1.26.14
authorTim Orling <ticotimo@gmail.com>
Fri, 3 Feb 2023 17:50:34 +0000 (09:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Feb 2023 11:40:51 +0000 (11:40 +0000)
https://github.com/urllib3/urllib3/blob/1.26.14/CHANGES.rst#12614-2023-01-11

1.26.14 (2023-01-11)
    Fixed parsing of port 0 (zero) returning None, instead of 0. (#2850)
    Removed deprecated getheaders() calls in contrib module.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-urllib3_1.26.14.bb [moved from meta/recipes-devtools/python/python3-urllib3_1.26.13.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-devtools/python/python3-urllib3_1.26.13.bb
rename to meta/recipes-devtools/python/python3-urllib3_1.26.14.bb
index 7af95117cf1ffd9bbfd6547e3ff651cb03d96c21..f35a141df26d016cfff591b31ae8f68ccec81668 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
 
-SRC_URI[sha256sum] = "c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"
+SRC_URI[sha256sum] = "076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"
 
 inherit pypi setuptools3