From 0c908eed83012ce34aa254df7f7659755456cb3e Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 15 Nov 2025 22:25:53 +0200 Subject: [PATCH] python-hatch-vcs: upgrade to version 0.5.0 Upgrade to version 0.5.0 Add python-setuptools/host as dep. Signed-off-by: Alexandru Ardelean --- lang/python/python-hatch-vcs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/python/python-hatch-vcs/Makefile b/lang/python/python-hatch-vcs/Makefile index 6726a77768..126a071c0e 100644 --- a/lang/python/python-hatch-vcs/Makefile +++ b/lang/python/python-hatch-vcs/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-hatch-vcs -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.5.0 PKG_RELEASE:=1 PYPI_NAME:=hatch-vcs PYPI_SOURCE_NAME:=hatch_vcs -PKG_HASH:=093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7 +PKG_HASH:=0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt @@ -22,6 +22,7 @@ PKG_MAINTAINER:=Jeffery To PKG_HOST_ONLY:=1 HOST_BUILD_DEPENDS:= \ python3/host \ + python-setuptools/host \ python-build/host \ python-installer/host \ python-hatchling/host \