diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb (renamed from meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
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 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 @@ | |||
1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | 1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" |
2 | HOMEPAGE = "https://github.com/shazow/urllib3" | 2 | HOMEPAGE = "https://github.com/shazow/urllib3" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "d47dd21a6e66a03c3633cac468ffd010" | 6 | SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08" |
7 | SRC_URI[sha256sum] = "8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2" | ||
8 | 7 | ||
9 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
10 | 9 | ||