From 2a3950dd652b0c05dafbf879c0f80093ef04c134 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 5 Nov 2021 11:30:35 +0200 Subject: python3-natsort: Upgrade 7.1.1 -> 8.0.0 Upgrade to release 8.0.0: - Re-release 7.2.0 as 8.0.0 because introduction of type hints can break CI builds - Type hints - Explicit testing for Python 3.10 License-Update: Update license year Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | 11 ----------- meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb deleted file mode 100644 index ee8d900964..0000000000 --- a/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -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" diff --git a/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb b/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb new file mode 100644 index 0000000000..7c2b7deb67 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_8.0.0.bb @@ -0,0 +1,11 @@ +SUMMARY = "Simple yet flexible natural sorting in Python." +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=58db8ac9e152dd9b700f4d39ff40a31a" + +PYPI_PACKAGE = "natsort" +SRC_URI[sha256sum] = "a0a4fd71aee20a6d648da61e01180a63f7268e69983d0440bd3ad80ef1ba6981" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "python3-fastnumbers python3-icu" -- cgit v1.2.3-54-g00ecf