From a1efbb73c6e6c49f3c2dc35525b59d98da37a7e2 Mon Sep 17 00:00:00 2001 From: Liu Yiding Date: Tue, 7 Apr 2026 18:12:50 +0800 Subject: [PATCH] python3-croniter: upgrade 6.0.0 -> 6.2.2 Changelog: https://github.com/pallets-eco/croniter/blob/main/CHANGELOG.rst Signed-off-by: Liu Yiding Signed-off-by: Khem Raj --- .../{python3-croniter_6.0.0.bb => python3-croniter_6.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-croniter_6.0.0.bb => python3-croniter_6.2.2.bb} (72%) diff --git a/meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb b/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb similarity index 72% rename from meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb rename to meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb index 201074e1e3..d217161d7d 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_6.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" PYPI_PACKAGE = "croniter" -SRC_URI[sha256sum] = "37c504b313956114a983ece2c2b07790b1f1094fe9d81cc94739214748255577" +SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab" -inherit pypi setuptools3 +inherit pypi python_hatchling RDEPENDS:${PN} += " \ python3-dateutil \