From 1d20c5964095623379346072b0757d028502e430 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 15 Feb 2022 15:37:25 +0800 Subject: python3-natsort: upgrade 8.0.2 -> 8.1.0 Changelog: ========= When using ns.PATH, only split off a maximum of two suffixes from a file name. Signed-off-by: Wang Mingyu Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb | 11 ----------- meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb b/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb deleted file mode 100644 index 1a54fcb240..0000000000 --- a/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb +++ /dev/null @@ -1,11 +0,0 @@ -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] = "feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "python3-fastnumbers python3-icu" diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.1.0.bb new file mode 100644 index 0000000000..1ba40d3a14 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.1.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] = "c7c1f3f27c375719a4dfcab353909fe39f26c2032a062a8c80cc844eaaca0445" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-fastnumbers python3-icu" -- cgit v1.2.3-54-g00ecf