From 808bb5fea304be67f1d58bb22a189e1989959290 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 14 Mar 2026 15:04:57 +0100 Subject: [PATCH] package/python-hatchling: bump version to 1.29.0 https://github.com/pypa/hatch/blob/hatchling-v1.29.0/docs/history/hatchling.md Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-hatchling/python-hatchling.hash | 4 ++-- package/python-hatchling/python-hatchling.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-hatchling/python-hatchling.hash b/package/python-hatchling/python-hatchling.hash index b6fb2b6d3e..8443d4f412 100644 --- a/package/python-hatchling/python-hatchling.hash +++ b/package/python-hatchling/python-hatchling.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/hatchling/json -md5 0d40370d4684147d6e3d1e3800298bd0 hatchling-1.28.0.tar.gz -sha256 4d50b02aece6892b8cd0b3ce6c82cb218594d3ec5836dbde75bf41a21ab004c8 hatchling-1.28.0.tar.gz +md5 52ab8110a3a114ddeeb7dd82a624ca53 hatchling-1.29.0.tar.gz +sha256 793c31816d952cee405b83488ce001c719f325d9cda69f1fc4cd750527640ea6 hatchling-1.29.0.tar.gz # Locally computed sha256 checksums sha256 7f143a8127ad4873862d70854b5bd2abd0085aa73e64fd2b08704a3b9f5c07fc LICENSE.txt diff --git a/package/python-hatchling/python-hatchling.mk b/package/python-hatchling/python-hatchling.mk index a5a29aa20b..e82cb8d5b4 100644 --- a/package/python-hatchling/python-hatchling.mk +++ b/package/python-hatchling/python-hatchling.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_HATCHLING_VERSION = 1.28.0 +PYTHON_HATCHLING_VERSION = 1.29.0 PYTHON_HATCHLING_SOURCE = hatchling-$(PYTHON_HATCHLING_VERSION).tar.gz -PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/0b/8e/e480359492affde4119a131da729dd26da742c2c9b604dff74836e47eef9 +PYTHON_HATCHLING_SITE = https://files.pythonhosted.org/packages/cf/9c/b4cfe330cd4f49cff17fd771154730555fa4123beb7f292cf0098b4e6c20 PYTHON_HATCHLING_LICENSE = MIT PYTHON_HATCHLING_LICENSE_FILES = LICENSE.txt PYTHON_HATCHLING_SETUP_TYPE = pep517