From e42735584ee366e5ce5fc7ebe0b321eaf846b736 Mon Sep 17 00:00:00 2001 From: "zhengrq.fnst" Date: Fri, 9 Sep 2022 09:24:41 +0800 Subject: 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 --- meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb (limited to 'meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb new file mode 100644 index 0000000000..bc142195ed --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.2.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Simple yet flexible natural sorting in Python." +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" + +PYPI_PACKAGE = "natsort" +SRC_URI[sha256sum] = "57f85b72c688b09e053cdac302dd5b5b53df5f73ae20b4874fcbffd8bf783d11" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-fastnumbers python3-icu" -- cgit v1.2.3-54-g00ecf