mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 7.1.0: - os_sorted, os_sort_keygen, and os_sort_key to better support sorting like the file browser on the current operating system - Support for Python 3.9 - Treat None like NaN internally to avoid TypeError - No longer fail tests every time a new Python version is released - Various typos, missing figures, and out-of-date information in the "How it works" - Fix typo in CHANGELOG - Updated "How it works" to account for Pandas updates Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 lines
365 B
BlitzBasic
12 lines
365 B
BlitzBasic
SUMMARY = "Simple yet flexible natural sorting in Python."
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517"
|
|
|
|
PYPI_PACKAGE = "natsort"
|
|
SRC_URI[sha256sum] = "33f3f1003e2af4b4df20908fe62aa029999d136b966463746942efbfc821add3"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS_${PN} = "python3-fastnumbers python3-icu"
|