From 94f564fc96e8754d11fe9932dd4c44076592ed1c Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 27 May 2022 09:15:31 +0800 Subject: python3-croniter: upgrade 1.3.4 -> 1.3.5 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_1.3.4.bb | 12 ------------ .../recipes-devtools/python/python3-croniter_1.3.5.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb deleted file mode 100644 index 4158dbe7c4..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_1.3.4.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] = "3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " python3-dateutil python3-natsort" diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb b/meta-python/recipes-devtools/python/python3-croniter_1.3.5.bb new file mode 100644 index 0000000000..92962c0f45 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.3.5.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] = "7592fc0e8a00d82af98dfa2768b75983b6fb4c2adc8f6d0d7c931a715b7cefee" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " python3-dateutil python3-natsort" -- cgit v1.2.3-54-g00ecf