python-maturin: update to version 1.9.6
authorJosef Schlehofer <[email protected]>
Thu, 6 Nov 2025 13:30:19 +0000 (14:30 +0100)
committerAlexandru Ardelean <[email protected]>
Tue, 25 Nov 2025 11:38:44 +0000 (13:38 +0200)
Release notes:
https://github.com/PyO3/maturin/releases/tag/v1.9.6

Signed-off-by: Josef Schlehofer <[email protected]>
lang/python/python-maturin/Makefile

index 67bb1e0abfb8ba3e0352aac0db1639a324129b1c..b164623b2c54599f091897b77018ba9e23fe8826 100644 (file)
@@ -5,11 +5,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-maturin
-PKG_VERSION:=1.3.0
+PKG_VERSION:=1.9.6
 PKG_RELEASE:=1
 
 PYPI_NAME:=maturin
-PKG_HASH:=f6c69bc7ae147a5effd55587447b35cab1ceb726ba244d08698bc7518b8688ac
+PKG_HASH:=2c2ae37144811d365509889ed7220b0598487f1278c2441829c3abf56cc6324a
 
 PKG_MAINTAINER:=Luca Barbato <[email protected]>
 PKG_LICENSE:=Apache-2.0 MIT
@@ -17,6 +17,7 @@ PKG_LICENSE_FILES:=license-apache license-mit
 
 HOST_BUILD_DEPENDS:= \
        python3/host \
+       python-setuptools/host \
        python-build/host \
        python-installer/host \
        python-wheel/host \