diff --git a/cargo-vendor-cache b/cargo-vendor-cache index f7b3a99cfc574ca7705189fe39daba19f52eee51..41a9d09816461215538718abfbd40ad89d2410ec 100644 Binary files a/cargo-vendor-cache and b/cargo-vendor-cache differ diff --git a/maturin-1.1.0.tar.gz b/maturin-1.1.0.tar.gz deleted file mode 100644 index 2d05de646582d9f897231783fb777f9506b4857a..0000000000000000000000000000000000000000 Binary files a/maturin-1.1.0.tar.gz and /dev/null differ diff --git a/maturin-1.7.4.tar.gz b/maturin-1.7.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..059c55bf07e15641930e0354af794b005dd79941 Binary files /dev/null and b/maturin-1.7.4.tar.gz differ diff --git a/python-maturin.spec b/python-maturin.spec index 44336730b48e0564b5dfe18540256e8ce465f2ce..5663ca9d2e14b9a091f3f5ca05d642eaf2ec7cf8 100644 --- a/python-maturin.spec +++ b/python-maturin.spec @@ -2,7 +2,7 @@ %global pypi_name maturin Name: python-%{pypi_name} -Version: 1.1.0 +Version: 1.7.4 Release: 1 Summary: Build and publish Rust crates as Python packages. @@ -57,5 +57,10 @@ EOF %{python3_sitearch}/%{pypi_name}*.dist-info/ %changelog +* Fri Sep 27 2024 Kaijie Gu - 1.7.4-1 +- Update Version to v1.7.4 + add a maturin v1.7.4 package + update cargo-vendor-cache based on the Cargo.toml in maturin v1.7.1 package. + * Tue Jun 27 2023 Dongxing Wang - 1.1.0-1 - Initial package