From 5b9ad3ab52a789e169aaf9909894f27933f79f95 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jun 2023 15:12:11 +0800 Subject: python3-natsort: upgrade 8.3.1 -> 8.4.0 Changelog: ========== - The changelog now only explictly exists in the repository (issue #162) - Inputs with spaces near adjascent to the extension are now sorted correctly for os_sorted on Windows (issues #165 and #166) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb | 11 ----------- meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb b/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb deleted file mode 100644 index baf94caa80..0000000000 --- a/meta-python/recipes-devtools/python/python3-natsort_8.3.1.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=d32431d1b650010945da4e078011c8fa" - -PYPI_PACKAGE = "natsort" -SRC_URI[sha256sum] = "517595492dde570a4fd6b6a76f644440c1ba51e2338c8a671d7f0475fda8f9fd" - -inherit pypi setuptools3 - -RDEPENDS:${PN} = "python3-fastnumbers python3-icu" diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb new file mode 100644 index 0000000000..206e322fbd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.4.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=d32431d1b650010945da4e078011c8fa" + +PYPI_PACKAGE = "natsort" +SRC_URI[sha256sum] = "45312c4a0e5507593da193dedd04abb1469253b601ecaf63445ad80f0a1ea581" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-fastnumbers python3-icu" -- cgit 1.2.3-korg