From: Alexandru Ardelean Date: Sun, 29 Mar 2026 17:49:16 +0000 (+0000) Subject: python-maturin: bump to 1.12.6 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b9811de28bac270626153685557599850047a6b6;p=openwrt-packages.git python-maturin: bump to 1.12.6 Needed by python-cryptography 46.x, which switched its build backend from setuptools-rust to maturin (requires maturin >= 1.9.4). Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-maturin/Makefile b/lang/python/python-maturin/Makefile index b164623b2..f551d2335 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.9.6 +PKG_VERSION:=1.12.6 PKG_RELEASE:=1 PYPI_NAME:=maturin -PKG_HASH:=2c2ae37144811d365509889ed7220b0598487f1278c2441829c3abf56cc6324a +PKG_HASH:=d37be3a811a7f2ee28a0fa0964187efa50e90f21da0c6135c27787fa0b6a89db PKG_MAINTAINER:=Luca Barbato PKG_LICENSE:=Apache-2.0 MIT