Accepting request 891567 from devel:languages:python
- Update to 0.10.4 * Interpreter search now uses python 3.6 to 3.12 gh#PyO3/maturin#495 * Consider requires-python when searching for interpreters gh#PyO3/maturin#495 * Support Rust extension as a submodule in mixed Python/Rust project gh#PyO3/maturin#489 OBS-URL: https://build.opensuse.org/request/show/891567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=2
This commit is contained in:
commit
300b5aa619
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec91c40d74cda5721d63e125b93e35cea3231fd5e247a47044136c98587516dd
|
|
||||||
size 101893
|
|
3
maturin-0.10.4.tar.gz
Normal file
3
maturin-0.10.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d01c06f3a0e9931bad7ede5173215157be6389e0595a8d0b7d1caea3605f7c11
|
||||||
|
size 102542
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 8 17:06:53 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 0.10.4
|
||||||
|
* Interpreter search now uses python 3.6 to 3.12
|
||||||
|
gh#PyO3/maturin#495
|
||||||
|
* Consider requires-python when searching for interpreters
|
||||||
|
gh#PyO3/maturin#495
|
||||||
|
* Support Rust extension as a submodule in mixed Python/Rust
|
||||||
|
project gh#PyO3/maturin#489
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 20 17:46:51 UTC 2021 - Mia Herkt <mia@0x0.st>
|
Tue Apr 20 17:46:51 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -16,12 +16,13 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define skip_python2 1
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-maturin
|
Name: python-maturin
|
||||||
Version: 0.10.3
|
Version: 0.10.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: MIT OR Apache-2.0
|
License: Apache-2.0 OR MIT
|
||||||
URL: https://github.com/PyO3/maturin
|
URL: https://github.com/PyO3/maturin
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/maturin/maturin-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/maturin/maturin-%{version}.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
@ -31,7 +32,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: rust-packaging
|
BuildRequires: rust-packaging
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e71a636f370078ed77e0add8fa08f54dad280ab6fe7ec1a25a19412d0554ce17
|
oid sha256:cb0b0c3fc9a289846631edbeeb50e7ae7828fc4f8c88a19f314b9188db45dfb2
|
||||||
size 17194800
|
size 17035964
|
||||||
|
Loading…
x
Reference in New Issue
Block a user