forked from pool/python-maturin
- Update to 0.10.6
* Fix build with the “upload” feature disabled by ravenexp gh#PyO3/maturin#548 - Changes in 0.10.5: * Add manylinux_2_27 support gh#PyO3/maturin#521 * Add support for Windows arm64 target gh#PyO3/maturin#524 * Always output PEP 600 platform tags gh#PyO3/maturin#525 * Fix missing PyInit_<module_name> warning with Rust submodule gh#PyO3/maturin#528 * Better cross compiling support for PyO3 binding on Unix gh#PyO3/maturin#454 * Fix s390x architecture support gh#PyO3/maturin#530 * Fix auditwheel panic with s390x wheels gh#PyO3/maturin#532 * Support uploading heterogenous wheels by ravenexp gh#PyO3/maturin#544 * Warn about pyproject.toml missing maturin version constraint gh#PyO3/maturin#545 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=5
This commit is contained in:
parent
8dba8f98f7
commit
3b8a7aedc7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d01c06f3a0e9931bad7ede5173215157be6389e0595a8d0b7d1caea3605f7c11
|
||||
size 102542
|
3
maturin-0.10.6.tar.gz
Normal file
3
maturin-0.10.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd39f7e08eb9908d4fe1cd9b3c953fad5b1fb4fec9c82d14c2973a65751e1899
|
||||
size 108275
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 22 14:37:13 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 0.10.6
|
||||
* Fix build with the “upload” feature disabled by ravenexp
|
||||
gh#PyO3/maturin#548
|
||||
|
||||
- Changes in 0.10.5:
|
||||
* Add manylinux_2_27 support
|
||||
gh#PyO3/maturin#521
|
||||
* Add support for Windows arm64 target
|
||||
gh#PyO3/maturin#524
|
||||
* Always output PEP 600 platform tags
|
||||
gh#PyO3/maturin#525
|
||||
* Fix missing PyInit_<module_name> warning with Rust submodule
|
||||
gh#PyO3/maturin#528
|
||||
* Better cross compiling support for PyO3 binding on Unix
|
||||
gh#PyO3/maturin#454
|
||||
* Fix s390x architecture support
|
||||
gh#PyO3/maturin#530
|
||||
* Fix auditwheel panic with s390x wheels
|
||||
gh#PyO3/maturin#532
|
||||
* Support uploading heterogenous wheels by ravenexp
|
||||
gh#PyO3/maturin#544
|
||||
* Warn about pyproject.toml missing maturin version constraint
|
||||
gh#PyO3/maturin#545
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 8 17:06:53 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-maturin
|
||||
Version: 0.10.4
|
||||
Version: 0.10.6
|
||||
Release: 0
|
||||
Summary: Rust/Python Interoperability
|
||||
License: Apache-2.0 OR MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb0b0c3fc9a289846631edbeeb50e7ae7828fc4f8c88a19f314b9188db45dfb2
|
||||
size 17035964
|
||||
oid sha256:49336de89c88d740aa4352fdd692e4b6e9372ef51fbf96d3de04780d083d2ca3
|
||||
size 17138232
|
||||
|
Loading…
x
Reference in New Issue
Block a user