Releases: PyO3/setuptools-rust
Releases · PyO3/setuptools-rust
v1.11.1
v1.11.0
v1.10.2
Fixed
- Fix deprecation warning from use of
wheel.bdist_wheel
.
v1.10.1
Fixed
- Fix regression in 1.10.0 where editable builds would be built in release mode
v1.10.0
Packaging
Changed
- Add
SETUPTOOLS_RUST_PEP517_USE_BASE_PYTHON
environment variable to use the base interpreter path when running inside a virtual environment to avoid recompilation when switching between virtual environments. #429 - Delay import of dependencies until use to avoid import errors during a partially complete install when multiple packages are installing at once. #437
- Deprecate
--build-temp
argument tobuild_rust
command (it does nothing). #457
v1.9.0
v1.8.1
v1.8.0
v1.7.0
Packaging
- Remove direct imports from
distutils
. #336 - Include
py.typed
when packaging to denote that setuptools-rust includes type hints. #338
Added
- Add support for
pyproject.toml
configuration using[tool.setuptools-rust]
options. #348
Fixed
- Fix
plat_name
handling in the casebdist_wheel.plat_name
is set via configuration file (e.g.,setup.cfg
). #352