forked from pool/python-maturin
- Update to 0.11.1
* Fix sdist error when VCS has uncommitted renamed files gh#PyO3/maturin#585 * Add `maturin completions <shell>` command to generate shell completions gh#PyO3/maturin#586 - Changes in 0.11.0: * Add support for reading metadata from PEP 621 project table in `pyproject.toml` gh#PyO3/maturin#555 * Users should migrate away from the old `[package.metadata.maturin]` table of `Cargo.toml` to this new `[project]` table of `pyproject.toml` * Add PEP 656 musllinux support gh#PyO3/maturin#543 * `--manylinux` is now called `--compatibility` and supports musllinux * The pure rust install layout changed from just the shared library to a python module that reexports the shared library. This should have now observable consequences for users of the created wheel expect that `my_project.my_project` is now also importable (and equal to just `my_project`) * Add support for packaging type stubs in pure Rust project layout gh#PyO3/maturin#567 * `Cargo.toml`'s `authors` field is now optional per Rust RFC 3052 gh#PyO3/maturin#573 * Allow dotted keys in `Cargo.toml` by switch from `toml_edit` to `toml` crate OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=7
This commit is contained in:
parent
3b8a7aedc7
commit
85e58b453a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd39f7e08eb9908d4fe1cd9b3c953fad5b1fb4fec9c82d14c2973a65751e1899
|
|
||||||
size 108275
|
|
3
maturin-0.11.1.tar.gz
Normal file
3
maturin-0.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2a22ea9c8448796ce8078c7706623b212f2940ac79adaebe17000ada3d6647a
|
||||||
|
size 108015
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 11 06:06:50 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||||
|
|
||||||
|
- Update to 0.11.1
|
||||||
|
* Fix sdist error when VCS has uncommitted renamed files
|
||||||
|
gh#PyO3/maturin#585
|
||||||
|
* Add `maturin completions <shell>` command to generate shell
|
||||||
|
completions
|
||||||
|
gh#PyO3/maturin#586
|
||||||
|
- Changes in 0.11.0:
|
||||||
|
* Add support for reading metadata from PEP 621 project table in
|
||||||
|
`pyproject.toml`
|
||||||
|
gh#PyO3/maturin#555
|
||||||
|
* Users should migrate away from the old
|
||||||
|
`[package.metadata.maturin]` table of `Cargo.toml` to this new
|
||||||
|
`[project]` table of `pyproject.toml`
|
||||||
|
* Add PEP 656 musllinux support
|
||||||
|
gh#PyO3/maturin#543
|
||||||
|
* `--manylinux` is now called `--compatibility` and supports
|
||||||
|
musllinux
|
||||||
|
* The pure rust install layout changed from just the shared
|
||||||
|
library to a python module that reexports the shared library.
|
||||||
|
This should have now observable consequences for users of the
|
||||||
|
created wheel expect that `my_project.my_project` is now also
|
||||||
|
importable (and equal to just `my_project`)
|
||||||
|
* Add support for packaging type stubs in pure Rust project
|
||||||
|
layout
|
||||||
|
gh#PyO3/maturin#567
|
||||||
|
* `Cargo.toml`'s `authors` field is now optional per Rust
|
||||||
|
RFC 3052
|
||||||
|
gh#PyO3/maturin#573
|
||||||
|
* Allow dotted keys in `Cargo.toml` by switch from `toml_edit` to
|
||||||
|
`toml` crate
|
||||||
|
gh#PyO3/maturin#577
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 22 14:37:13 UTC 2021 - Mia Herkt <mia@0x0.st>
|
Sat May 22 14:37:13 UTC 2021 - 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.10.6
|
Version: 0.11.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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:49336de89c88d740aa4352fdd692e4b6e9372ef51fbf96d3de04780d083d2ca3
|
oid sha256:8ebcad5f4b80a88db5f8d5e25eaec7595753588f978fb4592037f73291702699
|
||||||
size 17138232
|
size 16770952
|
||||||
|
Loading…
x
Reference in New Issue
Block a user