mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-natsort: Upgrade 7.1.0 -> 7.1.1
Upgrade to release 7.1.1: - Use GitHub Actions instead of Travis-CI - No longer pin testing dependencies - Correct a minor typo 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>
This commit is contained in:
11
meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb
Normal file
11
meta-python/recipes-devtools/python/python3-natsort_7.1.1.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=6a96e5ad780a0eea866ecccec4463517"
|
||||
|
||||
PYPI_PACKAGE = "natsort"
|
||||
SRC_URI[sha256sum] = "00c603a42365830c4722a2eb7663a25919551217ec09a243d3399fa8dd4ac403"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} = "python3-fastnumbers python3-icu"
|
||||
Reference in New Issue
Block a user