From: Alexandru Ardelean Date: Sat, 15 Nov 2025 20:25:53 +0000 (+0200) Subject: python-hatch-vcs: upgrade to version 0.5.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0c908eed83012ce34aa254df7f7659755456cb3e;p=feed%2Fpackages.git 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 --- 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 \