diff options
-rw-r--r-- | meta/recipes-devtools/python/python3-urllib3_2.0.3.bb (renamed from meta/recipes-devtools/python/python3-urllib3_2.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb b/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb index bc1cdb009f..64b21db86d 100644 --- a/meta/recipes-devtools/python/python3-urllib3_2.0.2.bb +++ b/meta/recipes-devtools/python/python3-urllib3_2.0.3.bb | |||
@@ -1,9 +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=c2823cb995439c984fd62a973d79815c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc" | 6 | SRC_URI[sha256sum] = "bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825" |
7 | 7 | ||
8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
9 | 9 | ||