diff --git a/maturin-1.9.1.tar.gz b/maturin-1.9.1.tar.gz deleted file mode 100644 index 94a680eb394dd0709b7e39513791980b2ff72165..0000000000000000000000000000000000000000 Binary files a/maturin-1.9.1.tar.gz and /dev/null differ diff --git a/maturin-1.9.2.tar.gz b/maturin-1.9.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d3241fcceff61726983c9e2e6602c0434ff0b52e Binary files /dev/null and b/maturin-1.9.2.tar.gz differ diff --git a/python-maturin.spec b/python-maturin.spec index b189a03d1480d91d2ab31aa5669329656342c1ee..8f678eb769e340386767aad463ccb5caa12cb053 100644 --- a/python-maturin.spec +++ b/python-maturin.spec @@ -2,7 +2,7 @@ %global pypi_name maturin Name: python-%{pypi_name} -Version: 1.9.1 +Version: 1.9.2 Release: 1 Summary: Build and publish Rust crates as Python packages. @@ -57,6 +57,16 @@ EOF %{python3_sitearch}/%{pypi_name}*.dist-info/ %changelog +* Tue Jul 29 2025 Funda Wang - 1.9.2-1 +- update to 1.9.2 + * Respect PEP 621 dynamic fields when merging Cargo.toml metadata + * Only use all_features=true in sdist when local path dependencies exist + * auditwheel: add manylinux_2_26 policy + * Use user-specified library search paths in RUSTFLAGS in auditwheel + * pyproject.toml: add license-files + * Update manylinux/musllinux policies to the latest main + * Fix PEP 639 implementation, use License-Expression over License + * Wed Jul 16 2025 Dongxing Wang - 1.9.1-1 - Upgrade package to 1.9.1 Fix absolute license file path from Cargo.toml