mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 10:58:18 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
11
meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
Normal file
11
meta-python/recipes-devtools/python/python3-natsort_8.4.0.bb
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user