diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-18 15:52:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-18 15:52:30 +0000 |
commit | 5527f36843568ff2ed1cf57a5a4bf31c6d22ddce (patch) | |
tree | 148426594b261a9ff210b62bb494f8e8417e3100 | |
parent | ce460bd74c45f307f5caba4ba52a4d06ea30d3ef (diff) |
automatic import of python-maturinopeneuler24.03_LTSopeneuler23.09
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-maturin.spec | 6 | ||||
-rw-r--r-- | sources | 4 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /cargo-vendor.tar.gz /maturin-1.7.0.tar.gz +/maturin-1.6.0.tar.gz diff --git a/python-maturin.spec b/python-maturin.spec index 75b992d..8392c91 100644 --- a/python-maturin.spec +++ b/python-maturin.spec @@ -2,7 +2,7 @@ %global pypi_name maturin Name: python-%{pypi_name} -Version: 1.7.0 +Version: 1.6.0 Release: 1 Summary: Build and publish Rust crates as Python packages. @@ -57,8 +57,8 @@ EOF %{python3_sitearch}/%{pypi_name}*.dist-info/ %changelog -* Sun Aug 18 2024 weilinfox <caiweilin@iscas.ac.cn> - 1.7.0-1 -- Update to version 1.7.0 +* Sun Aug 18 2024 weilinfox <caiweilin@iscas.ac.cn> - 1.6.0-1 +- Update to version 1.6.0 * Tue Jun 27 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.1.0-1 - Initial package @@ -1,2 +1,2 @@ -bdda7cb9d0cee5264feaa4dcd602dd68 cargo-vendor.tar.gz -ce5625e7187f4d0725a28226d7b991cf maturin-1.7.0.tar.gz +51f6d347efd9b636e2df7d0355bba588 cargo-vendor.tar.gz +06b5a68a2f955135a814805a3a3712c0 maturin-1.6.0.tar.gz |