From 0bae67423221f3df32dfac0008f7cfd201b60536 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 25 Mar 2024 21:58:13 +0200 Subject: python3-croniter: Upgrade 2.0.1 -> 2.0.3 Upgrade to version 2.0.3: - Add match_range function - Fix leap year (29 days in February) Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_2.0.1.bb | 12 ------------ .../recipes-devtools/python/python3-croniter_2.0.3.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_2.0.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-croniter_2.0.3.bb diff --git a/meta-python/recipes-devtools/python/python3-croniter_2.0.1.bb b/meta-python/recipes-devtools/python/python3-croniter_2.0.1.bb deleted file mode 100644 index 7f418b063..000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_2.0.1.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] = "d199b2ec3ea5e82988d1f72022433c5f9302b3b3ea9e6bfd6a1518f6ea5e700a" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " python3-dateutil python3-natsort" diff --git a/meta-python/recipes-devtools/python/python3-croniter_2.0.3.bb b/meta-python/recipes-devtools/python/python3-croniter_2.0.3.bb new file mode 100644 index 000000000..ad80574a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_2.0.3.bb @@ -0,0 +1,16 @@ +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] = "28763ad39c404e159140874f08010cfd8a18f4c2a7cea1ce73e9506a4380cfc1" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-dateutil \ + python3-natsort \ + python3-pytz \ +" -- cgit v1.2.3-54-g00ecf