From: Josef Schlehofer Date: Thu, 6 Nov 2025 13:30:19 +0000 (+0100) Subject: python-maturin: update to version 1.9.6 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1eaeb4cfb6145304f6f0c326b83009f417fb131f;p=feed%2Fpackages.git python-maturin: update to version 1.9.6 Release notes: https://github.com/PyO3/maturin/releases/tag/v1.9.6 Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-maturin/Makefile b/lang/python/python-maturin/Makefile index 67bb1e0abf..b164623b2c 100644 --- a/lang/python/python-maturin/Makefile +++ b/lang/python/python-maturin/Makefile @@ -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 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 \