python-setuptools-scm: bump to version 9.2.2
authorAlexandru Ardelean <[email protected]>
Sun, 9 Nov 2025 18:27:34 +0000 (20:27 +0200)
committerAlexandru Ardelean <[email protected]>
Thu, 13 Nov 2025 12:42:11 +0000 (14:42 +0200)
And add python-setuptools/host as dependency.

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

index 305c297d16a7d7e1bdd31652a8e2d730b8901f5e..3bd83418938f52dafd080d85500d9517fa30bd45 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-setuptools-scm
-PKG_VERSION:=8.1.0
+PKG_VERSION:=9.2.2
 PKG_RELEASE:=1
 
 PYPI_NAME:=setuptools-scm
 PYPI_SOURCE_NAME:=setuptools_scm
-PKG_HASH:=42dea1b65771cba93b7a515d65a65d8246e560768a66b9106a592c8e7f26c8a7
+PKG_HASH:=1c674ab4665686a0887d7e24c03ab25f24201c213e82ea689d2f3e169ef7ef57
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
@@ -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-wheel/host \