What's Changed
- Add Linux armv7l python sysconfig by @messense in #901
- Add more cross compiling with sysconfig tests by @messense in #902
- Add NetBSD python sysconfig by @messense in #903
- Update 'replace_needed' to reduce total calls to 'patchelf' by @messense in #905
- Allow use python interpreters from bundled sysconfig when not cross compiling by @messense in #907
- Fix invalid pyproject.toml by @jameshilliard in #908
- Improve the UX of found interpreters message by @messense in #910
- Add wheel data support by @konstin in #906
- Use setuptools-rust for bootstrapping by @jameshilliard in #909
- cli: Mention
MATURIN_PYPI_TOKEN
variable by @ravenexp in #912 - Use
MATURIN_REPOSITORY_URL
environment variable by @ravenexp in #913 - Use
MATURIN_USERNAME
environment variable by @ravenexp in #915 - Allow stubs-only mixed project layout by @messense in #914
- Add Windows python sysconfig by @messense in #917
- Add support for
generate-import-lib
feature of pyo3 by @messense in #918 - Update pyo3 to 0.16.5 for test crates by @messense in #920
- Integrate
cargo-xwin
for cross compiling to Windows MSVC targets by @messense in #919 - Update cargo-xwin to 0.8.5 by @messense in #921
New Contributors
- @jameshilliard made their first contribution in #908
Full Changelog: v0.12.15...v0.12.16