From e160ba18d5d2022d1a08cf39055f68bc712241f5 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 1 Oct 2025 00:57:57 +0200 Subject: [PATCH] python-hatchling: update to version 1.27.0 Release notes: https://github.com/pypa/hatch/releases/tag/hatchling-v1.27.0 Signed-off-by: Josef Schlehofer (cherry picked from commit 4d521dfbeb99cd3800791eabc71248422ca6de06) --- 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 b44b7774bf..a9842ebc0e 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.18.0 +PKG_VERSION:=1.27.0 PKG_RELEASE:=1 PYPI_NAME:=hatchling -PKG_HASH:=50e99c3110ce0afc3f7bdbadff1c71c17758e476731c27607940cfa6686489ca +PKG_HASH:=971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt