From 4d8a9915512c5f5584745aac0d42e1ad5fa5afdd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 21 Feb 2022 21:22:56 +0200 Subject: python3-croniter: Upgrade 1.2.0 -> 1.3.4 Upgrade to release 1.3.4: - Add a way to make next() easier to use - Restore compat with python2 - Fix regressions with set_current - Fix compat for tests under py27 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-croniter_1.2.0.bb | 12 ------------ .../recipes-devtools/python/python3-croniter_1.3.4.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-croniter_1.3.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.2.0.bb b/meta-python/recipes-devtools/python/python3-croniter_1.2.0.bb deleted file mode 100644 index 13dbf155c7..0000000000 --- a/meta-python/recipes-devtools/python/python3-croniter_1.2.0.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] = "094422f6aeb9ed646714393503fa388afe4f846e110e1997fea5794e2085c2d7" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += " python3-dateutil python3-natsort" 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 new file mode 100644 index 0000000000..4158dbe7c4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-croniter_1.3.4.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] = "3169365916834be654c2cac57ea14d710e742f8eb8a5fce804f6ce548da80bf2" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += " python3-dateutil python3-natsort" -- cgit v1.2.3-54-g00ecf