2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-01 10:48:03 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-maturin: updated to 1.7.4
1.7.4
* Fix musllinux rpath for non-cffi bindings in
* Add GitHub Actions attestation support to generate-ci in
1.7.3
* Fix upload regression to pypi/testpypi in
1.7.2
* Fix cross compilation issues for armv7l, mips64 and ppc in
* UniFFI: supports bindings generated from multiple crates in
* Enable `--all-features` when building source distribution in
* Fix rpath when module-name contains `.
|
2024-08-22 11:54:19 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-maturin: updated to 1.7.1
1.7.1
* Forward `cargo package --list` warnings
* In source distributions, we move the readmes of path dependencies into the \
respective crate to avoid collision between different readmes
|
2024-07-14 15:28:00 by Thomas Klausner | Files touched by this commit (4) |  |
Log message:
py-maturin: update to 1.7.0.
## [1.7.0] - 2024-07-07
* Initial iOS support in [#2101](https://github.com/PyO3/maturin/pull/2102)
* Remove old import hook in [#2105](https://github.com/PyO3/maturin/pull/2105), \
use [maturin-import-hook](https://github.com/PyO3/maturin-import-hook) instead
* Bump MSRV to 1.74.0 in [#2108](https://github.com/PyO3/maturin/pull/2108)
* Add support for overriding wheel tag with `_PYTHON_HOST_PLATFORM` in \
[#2122](https://github.com/PyO3/maturin/pull/2122)
* Don't add files to an archive more than once \
[#2125](https://github.com/PyO3/maturin/issues/2125)
* Only use base python executable when `MATURIN_PEP517_USE_BASE_PYTHON` is set \
in [#2134](https://github.com/PyO3/maturin/pull/2134)
|
2024-06-06 06:58:15 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-maturin: updated to 1.6.0
1.6.0
* Detect compiling from Linux gnu to Linux musl as cross compiling
* Add musllinux support to `generate-ci`
* Add uv support to `develop` command
* Add support for AIX target
* Remove rust-cpython support
* Add a global `-v` option
* Detect target based on interpreter for pep517 build-wheel
* Use base executable when possible in PEP 517 build
|
2024-03-21 21:02:50 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-maturin: switch to wheel.mk
|
2024-03-21 21:00:28 by Adam Ciarcinski | Files touched by this commit (4) |  |
Log message:
py-maturin: updated to 1.5.1
1.5.1
* Fix usage of `--compatibility` when run as a PEP517 backend
* Fix upload returning malformed summary error
|
2024-03-05 17:50:11 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-maturin: updated to 1.5.0
1.5.0
* Bump metadata version from 2.1 to 2.3
* Allow identical `VIRTUAL_ENV` and `CONDA_PREFIX` env vars
* Reject `-i python` when cross compiling
* Support uniffi-bindgen in cargo workspaces
* Add support for configuring `xwin` using env vars
* Add validation for crate/package name in new/init
* Add 32-bit RISC-V support
* Improve import hook changes
* Adjust cbindgen Overrides for CFFI
|
2023-12-07 19:14:17 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-maturin: update to 1.4.0.
## [1.4.0] - 2023-12-02
* Bump MSRV to 1.67.0 in [#1847](https://github.com/PyO3/maturin/pull/1847)
* Add support for cross compiling with `cross` in \
[#1865](https://github.com/PyO3/maturin/pull/1865)
|
2023-11-14 18:44:38 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-maturin: updated to 1.3.2
1.3.2
* Add support for uniffi library mode
* Un-deprecate `MATURIN_PEP517_ARGS` env var
* Fix missing member in Cargo.toml for sdist of nested workspace layout
* Escape display name in email addresses of wheel metadata
* Fix rewriting workspace Cargo.toml in sdist
* Fix glob workspace members matching in sdist
|