summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-04 19:10:18 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-04 10:41:27 -0800
commit9b4b2c17b841811919ac7f2a8a491ce0eba989ca (patch)
tree364b1da08b6b3d421ae647d7669ea354b50565de /meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb
parent7c03a900019691fc651d8bf5e14a436e0894d8bb (diff)
downloadmeta-openembedded-9b4b2c17b841811919ac7f2a8a491ce0eba989ca.tar.gz
python3-natsort: upgrade 8.2.0 -> 8.3.1
Fixed ======= Broken test on FreeBSD due to a broken locale.strxfrm. This change has no effect outside fixing tests (issue #161) Added ========= The PRESORT option to the ns enum to attain consistent sort order in certain corner cases (issue #149) Logic to ensure None and NaN are sorted in a consistent order (issue #149) Explict Python 3.11 support Changed ======== Only convert to str if necessary in os_sorted (@Dobatymo, issues #157 and #158) Attempt to use new fastnumbers functionality if available Move non-API documentation to the GitHub wiki Removed ======== Support for EOL Python 3.6 License-Update: Copyright year updated to 2023. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb11
1 files changed, 11 insertions, 0 deletions
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
new file mode 100644
index 0000000000..baf94caa80
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-natsort_8.3.1.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Simple yet flexible natural sorting in Python."
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=d32431d1b650010945da4e078011c8fa"
5
6PYPI_PACKAGE = "natsort"
7SRC_URI[sha256sum] = "517595492dde570a4fd6b6a76f644440c1ba51e2338c8a671d7f0475fda8f9fd"
8
9inherit pypi setuptools3
10
11RDEPENDS:${PN} = "python3-fastnumbers python3-icu"