python-wheel: bump to 0.46.3, fix dep
authorAlexandru Ardelean <redacted>
Fri, 3 Apr 2026 14:55:25 +0000 (17:55 +0300)
committerAlexandru Ardelean <redacted>
Mon, 6 Apr 2026 06:02:56 +0000 (09:02 +0300)
Version 0.46.x adds packaging>=24.0 as a runtime dependency.
Add python3-packaging to DEPENDS accordingly.

Changelog: https://wheel.readthedocs.io/en/stable/news.html
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-wheel/Makefile

index 08cf1f5045cbe53cff4e626a16505d9316212e84..c9aba7b54a1fcbc8c69bcd7b08bd159c4c6ef008 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-wheel
-PKG_VERSION:=0.45.1
-PKG_RELEASE:=2
+PKG_VERSION:=0.46.3
+PKG_RELEASE:=1
 
 PYPI_NAME:=wheel
-PKG_HASH:=661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729
+PKG_HASH:=e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE.txt
@@ -34,7 +34,7 @@ define Package/python3-wheel
   SUBMENU:=Python
   TITLE:=A built-package format for Python
   URL:=https://github.com/pypa/wheel
-  DEPENDS:=+python3-light +python3-urllib +python3-logging +python3-setuptools
+  DEPENDS:=+python3-light +python3-urllib +python3-logging +python3-packaging +python3-setuptools
   BUILDONLY:=1
 endef
 
git clone https://git.99rst.org/PROJECT