From 8fde5ca189c36aedbe521b8182b4faaf9e6e10d7 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 25 Jan 2021 17:23:33 +0200 Subject: 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 Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb | 11 ----------- meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb b/meta-python/recipes-devtools/python/python3-natsort_7.1.0.bb deleted file mode 100644 index c890ae2432..0000000000 --- a/meta-python/recipes-devtools/python/python3-natsort_7.1.0.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] = "33f3f1003e2af4b4df20908fe62aa029999d136b966463746942efbfc821add3" - -inherit pypi setuptools3 - -RDEPENDS_${PN} = "python3-fastnumbers python3-icu" 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 new file mode 100644 index 0000000000..89df3dc381 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-natsort_7.1.1.bb @@ -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" -- cgit v1.2.3-54-g00ecf