Accepting request 953842 from devel:languages:python
- Update to 0.12.9 * Don't require `pyproject.toml` when cargo manifest is not specified gh#PyO3/maturin#806 - Changes in 0.12.8 * Add missing `--version` flag from clap 3.0 upgrade - Changes in 0.12.7 * Add support for using `zig cc` as linker for easier cross compiling and manylinux compliance gh#PyO3/maturin#756 * Switch from reqwest to ureq to reduce dependencies gh#PyO3/maturin#767 * Fix missing Python submodule in wheel gh#PyO3/maturin#772 * Add support for specifying cargo manifest path in pyproject.toml gh#PyO3/maturin#781 * Add support for passing arguments to pep517 command via `MATURIN_PEP517_ARGS` env var gh#PyO3/maturin#786 * Fix auditwheel `No such file or directory` error when `LD_LIBRARY_PATH` contains non-existent paths gh#PyO3/maturin#794 OBS-URL: https://build.opensuse.org/request/show/953842 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=10
This commit is contained in:
commit
7656a62cf7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b14cfae808b45a130e19b2999acea423d2e10e7a29ae2336996ba72ba442ff6
|
|
||||||
size 139802
|
|
3
maturin-0.12.9.tar.gz
Normal file
3
maturin-0.12.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:56e7a6a5c313c71c67fe6a4c12f85e6a16af76d1732c49ee2706166eff17a494
|
||||||
|
size 142058
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 12 01:48:01 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 0.12.9
|
||||||
|
* Don't require `pyproject.toml` when cargo manifest is not
|
||||||
|
specified
|
||||||
|
gh#PyO3/maturin#806
|
||||||
|
- Changes in 0.12.8
|
||||||
|
* Add missing `--version` flag from clap 3.0 upgrade
|
||||||
|
- Changes in 0.12.7
|
||||||
|
* Add support for using `zig cc` as linker for easier cross
|
||||||
|
compiling and manylinux compliance
|
||||||
|
gh#PyO3/maturin#756
|
||||||
|
* Switch from reqwest to ureq to reduce dependencies
|
||||||
|
gh#PyO3/maturin#767
|
||||||
|
* Fix missing Python submodule in wheel
|
||||||
|
gh#PyO3/maturin#772
|
||||||
|
* Add support for specifying cargo manifest path in
|
||||||
|
pyproject.toml
|
||||||
|
gh#PyO3/maturin#781
|
||||||
|
* Add support for passing arguments to pep517 command via
|
||||||
|
`MATURIN_PEP517_ARGS` env var
|
||||||
|
gh#PyO3/maturin#786
|
||||||
|
* Fix auditwheel `No such file or directory` error when
|
||||||
|
`LD_LIBRARY_PATH` contains non-existent paths
|
||||||
|
gh#PyO3/maturin#794
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 31 06:58:49 UTC 2022 - Mia Herkt <mia@0x0.st>
|
Mon Jan 31 06:58:49 UTC 2022 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define skip_python2 1
|
%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.12.6
|
Version: 0.12.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rust/Python Interoperability
|
Summary: Rust/Python Interoperability
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:73a47c5c2022f0e496db81350242a8111af4199966e9e4c870293a531f83225b
|
oid sha256:aa330f992e2470fcd8946f68b7d17d8d3eef1b44ab6e4fe99b4ccee801b2a46c
|
||||||
size 17950040
|
size 17296212
|
||||||
|
Loading…
x
Reference in New Issue
Block a user