summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-01-12 20:35:30 +0200
committerKhem Raj <raj.khem@gmail.com>2022-01-18 08:59:58 -0800
commitf3888539cd0579652174d67d02d38bbec997e2dd (patch)
treeed69232e32bde32e7f895a6faa9e03cbc46dacdf /meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
parentf10d70157a61e4a49e29423de8593ed59122d5d5 (diff)
downloadmeta-openembedded-f3888539cd0579652174d67d02d38bbec997e2dd.tar.gz
python3-natsort: Upgrade 8.0.0 -> 8.0.2
Upgrade to release 8.0.2: - Bug where sorting paths fail if one of the paths is '.'. - Compose unicode characters when using locale to ensure sorting is correct across all locales. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb11
1 files changed, 11 insertions, 0 deletions
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
new file mode 100644
index 0000000000..1a54fcb240
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-natsort_8.0.2.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Simple yet flexible natural sorting in Python."
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a"
5
6PYPI_PACKAGE = "natsort"
7SRC_URI[sha256sum] = "feb87e0ce1dc1f8f3f21e18a85216c790e746d76a5ff6889563394605f504a2b"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "python3-fastnumbers python3-icu"