- Update to 0.11.4
* Autodetect PyPy executables
gh#PyO3/maturin#617
* auditwheel: add `libz.so.1` to whitelisted libraries
gh#PyO3/maturin#625
* auditwheel: detect musl libc
gh#PyO3/maturin#629
* Fixed Python 3.10 and later versions detection on Windows
gh#PyO3/maturin#630
* Install entrypoint scripts in `maturin develop` command
gh#PyO3/maturin#633
gh#PyO3/maturin#634
* Add support for installing optional dependencies in
`maturin develop` command
gh#PyO3/maturin#635
* Fixed build error when `manylinux`/`compatibility` options is
specified in `pyproject.toml`
gh#PyO3/maturin#637
- Changes in 0.11.3:
* Add path option for Python source
gh#PyO3/maturin#584
* Add auditwheel support for musllinux
gh#PyO3/maturin#597
* `[tool.maturin]` options from `pyproject.toml` will be used
automatically
gh#PyO3/maturin#605
* Skip unavailable Python interpreters from pyenv
gh#PyO3/maturin#609
- Replace rust-packaging with cargo-packaging
OBS-URL: https://build.opensuse.org/request/show/922513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=6
* Autodetect PyPy executables
gh#PyO3/maturin#617
* auditwheel: add `libz.so.1` to whitelisted libraries
gh#PyO3/maturin#625
* auditwheel: detect musl libc
gh#PyO3/maturin#629
* Fixed Python 3.10 and later versions detection on Windows
gh#PyO3/maturin#630
* Install entrypoint scripts in `maturin develop` command
gh#PyO3/maturin#633
gh#PyO3/maturin#634
* Add support for installing optional dependencies in
`maturin develop` command
gh#PyO3/maturin#635
* Fixed build error when `manylinux`/`compatibility` options is
specified in `pyproject.toml`
gh#PyO3/maturin#637
- Changes in 0.11.3:
* Add path option for Python source
gh#PyO3/maturin#584
* Add auditwheel support for musllinux
gh#PyO3/maturin#597
* `[tool.maturin]` options from `pyproject.toml` will be used
automatically
gh#PyO3/maturin#605
* Skip unavailable Python interpreters from pyenv
gh#PyO3/maturin#609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=11
- 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
OBS-URL: https://build.opensuse.org/request/show/905643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=4
* 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
- 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/request/show/894986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=3
* 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