diff mbox series

python3-hatchling: Upgrade 1.28.0 -> 1.29.0

Message ID 20260225081601.1429045-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series python3-hatchling: Upgrade 1.28.0 -> 1.29.0 | expand

Commit Message

Leon Anavi Feb. 25, 2026, 8:16 a.m. UTC
Upgrade to release 1.29.0:

- Source Date Epoch no longer fails when set to date before 1980.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-hatchling_1.28.0.bb => python3-hatchling_1.29.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatchling_1.28.0.bb => python3-hatchling_1.29.0.bb} (82%)
diff mbox series

Patch

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"