From 63d18754307de97586d0d4b859b2e35680697fae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 17 Apr 2023 15:39:54 +0800 Subject: python3-croniter: upgrade 1.3.8 -> 1.3.14 Changelog: ========== Add check for range begin/end restore py2 compat Do not expose i into global namespace Fix DOW hash parsing better error handling on py3 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_1.3.14.bb | 12 ++++++++++++ .../recipes-devtools/python/python3-croniter_1.3.8.bb | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.3.14.bb delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.3.8.bb diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.14.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.14.bb new file mode 100644 index 0000000000..af8892eb73 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.3.14.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "croniter provides iteration for datetime object with cron like format" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" + +PYPI_PACKAGE = "croniter" + +SRC_URI[sha256sum] = "d067b1f95b553c6e82d95a983c465695913dcd12f47a8b9aa938a0450d94dd5e" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " python3-dateutil python3-natsort" diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.8.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.8.bb deleted file mode 100644 index 691c25017b..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_1.3.8.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "croniter provides iteration for datetime object with cron like format" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" - -PYPI_PACKAGE = "croniter" - -SRC_URI[sha256sum] = "32a5ec04e97ec0837bcdf013767abd2e71cceeefd3c2e14c804098ce51ad6cd9" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " python3-dateutil python3-natsort" -- cgit v1.2.3-54-g00ecf