From 6a2331841aa7db931bdd50d6c97fc2f35a9ece8c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Jul 2026 18:38:48 +0800 Subject: [PATCH] python3-croniter: upgrade 6.2.3 -> 6.2.4 Changelog: =========== - Fix expand_from_start_time day-of-week low bound so Sunday wraps correctly for stepped day-of-week ranges (isoweekday() % 7 instead of weekday() + 1). - Bump pinned GitHub Actions via dependabot. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-croniter_6.2.3.bb => python3-croniter_6.2.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-croniter_6.2.3.bb => python3-croniter_6.2.4.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb b/meta-python/recipes-devtools/python/python3-croniter_6.2.4.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb rename to meta-python/recipes-devtools/python/python3-croniter_6.2.4.bb index 7da022f58f..2058ec39b2 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_6.2.4.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch" -SRC_URI[sha256sum] = "fb129986ef7e2c44e3f4c9f503da83ad914d2afa48f40a43ee3dca4b5c41d476" +SRC_URI[sha256sum] = "fc124f751b1b04805c2a04b061898b436b45ab2320b045e1e052ea895de65189" inherit pypi python_hatchling