From 01d1c661353178193aa760cac7740ab1ac2fa594 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 19 Mar 2026 14:55:33 +0000 Subject: [PATCH] python-hatchling: bump to 1.29.0 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 --- lang/python/python-hatchling/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-hatchling/Makefile b/lang/python/python-hatchling/Makefile index e51dfd9e2a..f310d77660 100644 --- a/lang/python/python-hatchling/Makefile +++ b/lang/python/python-hatchling/Makefile @@ -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