Upgrade to release 6.2.3: - Fix quadratic expansion of comma-separated range lists for a large speed-up on expressions with many ranges. - Reject a zero step (e.g. 5-5/0) in equal and reversed cron ranges instead of silently accepting it. - Fix expand_from_start_time month low-bound off-by-one so stepped month ranges start on the correct month. - Fix zizmor-reported security findings in GitHub Actions workflows. - Bump pinned build and CI dependencies via dependabot. - Upgrade locked development and build dependencies (uv lock --upgrade).
Signed-off-by: Leon Anavi <[email protected]> --- ...wer-versions-of-trove-classifiers-and-.patch | 17 +++++++++-------- ...niter_6.2.2.bb => python3-croniter_6.2.3.bb} | 4 +--- 2 files changed, 10 insertions(+), 11 deletions(-) rename meta-python/recipes-devtools/python/{python3-croniter_6.2.2.bb => python3-croniter_6.2.3.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch b/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch index 4ce2404683..9d8e400b3a 100644 --- a/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch +++ b/meta-python/recipes-devtools/python/python3-croniter/0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch @@ -18,6 +18,7 @@ satisfy the requirements. Upstream-Status: Pending Signed-off-by: Khem Raj <[email protected]> +Signed-off-by: Leon Anavi <[email protected]> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) @@ -29,15 +30,15 @@ index 657cc21..d1b9ce3 100644 @@ -1,10 +1,10 @@ [build-system] requires = [ -- "hatchling==1.29.0", -- "packaging==26.0", -- "pathspec==1.0.4", +- "hatchling==1.30.1", +- "packaging==26.2", +- "pathspec==1.1.1", - "pluggy==1.6.0", -- "trove-classifiers==2026.1.14.14", -+ "hatchling>=1.29.0", -+ "packaging>=26.0", -+ "pathspec>=1.0.4", +- "trove-classifiers==2026.6.1.19", ++ "hatchling>=1.30.1", ++ "packaging>=26.2", ++ "pathspec>=1.1.1", + "pluggy>=1.6.0", -+ "trove-classifiers>=2026.1.14.14", ++ "trove-classifiers>=2026.6.1.19", ] build-backend = "hatchling.build" diff --git a/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb b/meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb rename to meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb index a52dc5cbbb..7da022f58f 100644 --- a/meta-python/recipes-devtools/python/python3-croniter_6.2.2.bb +++ b/meta-python/recipes-devtools/python/python3-croniter_6.2.3.bb @@ -3,10 +3,8 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b8ee59850b882cbf623188489ea748e2" -PYPI_PACKAGE = "croniter" - SRC_URI += "file://0001-Allow-using-newer-versions-of-trove-classifiers-and-.patch" -SRC_URI[sha256sum] = "ba60832a5ec8e12e51b8691c3309a113d1cf6526bdf1a48150ce8ec7a532d0ab" +SRC_URI[sha256sum] = "fb129986ef7e2c44e3f4c9f503da83ad914d2afa48f40a43ee3dca4b5c41d476" inherit pypi python_hatchling -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128037): https://lists.openembedded.org/g/openembedded-devel/message/128037 Mute This Topic: https://lists.openembedded.org/mt/120136979/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
