python-hatch-vcs: upgrade to version 0.5.0
authorAlexandru Ardelean <[email protected]>
Sat, 15 Nov 2025 20:25:53 +0000 (22:25 +0200)
committerAlexandru Ardelean <[email protected]>
Sun, 16 Nov 2025 09:56:16 +0000 (11:56 +0200)
Upgrade to version 0.5.0
Add python-setuptools/host as dep.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-hatch-vcs/Makefile

index 6726a77768d63b4ff2f9b9f77d8744b76ced0dd4..126a071c0e05a026be8363f981a376bc6686f577 100644 (file)
@@ -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 <[email protected]>
 PKG_HOST_ONLY:=1
 HOST_BUILD_DEPENDS:= \
        python3/host \
+       python-setuptools/host \
        python-build/host \
        python-installer/host \
        python-hatchling/host \