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 +Signed-off-by: Leon Anavi --- 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