From cdf54c3ba53d300ccfee7fa4db213c03434efa24 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 2 Feb 2021 13:26:35 +0200 Subject: python3-croniter: Upgrade 1.0.5 -> 1.0.6 Upgrade to release 1.0.6: - Fix combination of star and invalid expression bugs Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_1.0.5.bb | 12 ------------ .../recipes-devtools/python/python3-croniter_1.0.6.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.0.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.5.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.5.bb deleted file mode 100644 index c8af97d7c2..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_1.0.5.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://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" - -PYPI_PACKAGE = "croniter" - -SRC_URI[sha256sum] = "8636e7f0ce842b4192b7f097cab724fc15bf2459265f1a2bc6cf6eacfa44420e" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += " python3-dateutil python3-natsort" diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb new file mode 100644 index 0000000000..d3b6fa1f46 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.6.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://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2" + +PYPI_PACKAGE = "croniter" + +SRC_URI[sha256sum] = "e79bcc9681d2345e71360241aebe19ed6c5475fec40cc59a7998fe1a2ca568d0" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " python3-dateutil python3-natsort" -- cgit v1.2.3-54-g00ecf