From e42735584ee366e5ce5fc7ebe0b321eaf846b736 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 9 Sep 2022 09:24:41 +0800 Subject: [PATCH] python3-natsort: upgrade 8.1.0 -> 8.2.0 Changelog: =========== Auto-coerce pathlib.Path objects to str since it is the least astonishing behavior Reduce strictness of type hints to avoid over-constraining client code Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- .../{python3-natsort_8.1.0.bb => python3-natsort_8.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-natsort_8.1.0.bb => python3-natsort_8.2.0.bb} (75%) diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb similarity index 75% rename from meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb rename to meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb index 1ba40d3a14..bc142195ed 100644 --- a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" PYPI_PACKAGE = "natsort" -SRC_URI[sha256sum] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445" +SRC_URI[sha256sum] = "57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11" inherit pypi setuptools3