From 97f7d81a95f174ca2f29d0a1ebe57a919314596f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 11 Jan 2021 17:25:04 +0200 Subject: python3-croniter: Upgrade 0.3.37 -> 1.0.1 Upgrade to release 1.0.1: - no changes, just to make sense with new semver2 (making croniter on a stable state) Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_0.3.37.bb | 12 ------------ .../recipes-devtools/python/python3-croniter_1.0.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb create mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.37.bb deleted file mode 100644 index 28c4057cd8..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.37.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] = "12ced475dfc107bf7c6c1440af031f34be14cd97bbbfaf0f62221a9c11e86404" - -inherit pypi setuptools3 - -RDEPENDS_${PN} += " python3-dateutil python3-natsort" diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.1.bb new file mode 100644 index 0000000000..0ffae0c0de --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.1.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] = "9d9942beaae10c0f9f5de4dcbfab4d85b10638cf407195b82d990bc086d6de0d" + +inherit pypi setuptools3 + +RDEPENDS_${PN} += " python3-dateutil python3-natsort" -- cgit 1.2.3-korg