diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb similarity index 68% rename from meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb rename to meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb index 980f4c53d2..fcd6709017 100644 --- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb @@ -1,10 +1,9 @@ SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" HOMEPAGE = "https://github.com/shazow/urllib3" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" -SRC_URI[md5sum] = "d47dd21a6e66a03c3633cac468ffd010" -SRC_URI[sha256sum] = "8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2" +SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08" inherit pypi setuptools3