From e7473f7ab87351f82235fec4aa387e0e1ddb915f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 22 Apr 2024 17:15:36 +0800 Subject: python3-croniter: upgrade 2.0.3 -> 2.0.5 Changelog: =========== -Support hashid strings in is_valid -Avoid over-optimization in crontab expansions Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_2.0.3.bb | 16 ---------------- .../recipes-devtools/python/python3-croniter_2.0.5.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_2.0.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-croniter_2.0.5.bb (limited to 'meta-python') 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 deleted file mode 100644 index ad80574a95..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_2.0.3.bb +++ /dev/null @@ -1,16 +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] = "28763ad39c404e159140874f08010cfd8a18f4c2a7cea1ce73e9506a4380cfc1" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " \ - python3-dateutil \ - python3-natsort \ - python3-pytz \ -" diff --git a/meta-python/recipes-devtools/python/python3-croniter_2.0.5.bb b/meta-python/recipes-devtools/python/python3-croniter_2.0.5.bb new file mode 100644 index 0000000000..01ee048404 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_2.0.5.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] = "f1f8ca0af64212fbe99b1bee125ee5a1b53a9c1b433968d8bca8817b79d237f3" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " \ + python3-dateutil \ + python3-natsort \ + python3-pytz \ +" -- cgit v1.2.3-54-g00ecf