python-hatchling: bump to 1.29.0
authorAlexandru Ardelean <redacted>
Thu, 19 Mar 2026 14:55:33 +0000 (14:55 +0000)
committerAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 13:26:31 +0000 (15:26 +0200)
Changelog since 1.27.0:
- v1.27.0: Update default version of core metadata to 2.4
- v1.28.0: Drop Python 3.9 support; add sbom-files option and
  sbom_files build data to wheel build target for SBOM file inclusion
- v1.29.0: Fix Source Date Epoch handling for dates before 1980

Full changelog:
https://github.com/pypa/hatch/releases

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-hatchling/Makefile

index e51dfd9e2ae9e251dcb7da82aa37552c4cb06feb..f310d77660a6c6251f567fa4f4d640763721848c 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-hatchling
-PKG_VERSION:=1.27.0
+PKG_VERSION:=1.29.0
 PKG_RELEASE:=1
 
 PYPI_NAME:=hatchling
-PKG_HASH:=971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6
+PKG_HASH:=793c31816d952cee405b83488ce001c719f325d9cda69f1fc4cd750527640ea6
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE.txt
git clone https://git.99rst.org/PROJECT