From: Leon Anavi Date: Wed, 25 Feb 2026 08:16:01 +0000 (+0200) Subject: python3-hatchling: Upgrade 1.28.0 -> 1.29.0 X-Git-Tag: uninative-5.1~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b4da38f91741b1f663ef7f021baa0000eaf6b5;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-hatchling: Upgrade 1.28.0 -> 1.29.0 Upgrade to release 1.29.0: - Source Date Epoch no longer fails when set to date before 1980. Signed-off-by: Leon Anavi Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-hatchling_1.28.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.29.0.bb similarity index 82% rename from meta/recipes-devtools/python/python3-hatchling_1.28.0.bb rename to meta/recipes-devtools/python/python3-hatchling_1.29.0.bb index 6be0de39a5..080a954f7f 100644 --- a/meta/recipes-devtools/python/python3-hatchling_1.28.0.bb +++ b/meta/recipes-devtools/python/python3-hatchling_1.29.0.bb @@ -7,6 +7,6 @@ inherit pypi python_hatchling DEPENDS += "python3-pluggy-native python3-pathspec-native python3-packaging-native python3-editables-native python3-trove-classifiers-native" -SRC_URI[sha256sum] = "4d50b02aece6892b8cd0b3ce6c82cb218594d3ec5836dbde75bf41a21ab004c8" +SRC_URI[sha256sum] = "793c31816d952cee405b83488ce001c719f325d9cda69f1fc4cd750527640ea6" BBCLASSEXTEND = "native nativesdk"