- Update to 1.5.1
* fix changelog link gh#PyO3/maturin#1990 * in pep517 build default compatibility to off instead of always specifying gh#PyO3/maturin#1992 * Fix typo on maturin docs gh#PyO3/maturin#1997 * Fix upload returning malformed summary error gh#PyO3/maturin#2002 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=86
This commit is contained in:
parent
5708a43c37
commit
923bd3be38
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e046ea2aed687991d58c42f6276dfcc0c037092934654f538b5877fd57dd3a9c
|
|
||||||
size 180891
|
|
3
maturin-1.5.1.tar.gz
Normal file
3
maturin-1.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3dd834ece80edb866af18cbd4635e0ecac40139c726428d5f1849ae154b26dca
|
||||||
|
size 181263
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 28 16:41:35 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 1.5.1
|
||||||
|
* fix changelog link
|
||||||
|
gh#PyO3/maturin#1990
|
||||||
|
* in pep517 build default compatibility to off instead of always specifying
|
||||||
|
gh#PyO3/maturin#1992
|
||||||
|
* Fix typo on maturin docs
|
||||||
|
gh#PyO3/maturin#1997
|
||||||
|
* Fix upload returning malformed summary error
|
||||||
|
gh#PyO3/maturin#2002
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 17 18:07:58 UTC 2024 - Mia Herkt <mia@0x0.st>
|
Sun Mar 17 18:07:58 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
@ -62,6 +62,8 @@ sed -i 's/--locked/--offline/' setup.py
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
%python_clone -a %{buildroot}%{_bindir}/maturin
|
%python_clone -a %{buildroot}%{_bindir}/maturin
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative maturin
|
%python_install_alternative maturin
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:68a9776d24d702c4aff52ccceea52af3a4788df656afafe3cd4c6df9fc28a865
|
oid sha256:88962e940506668140707cd378476b677645ed55b7ac0bc89f773ac01d6aa23b
|
||||||
size 27292696
|
size 27746536
|
||||||
|
Loading…
Reference in New Issue
Block a user