GoNoteGo
GoNoteGo copied to clipboard
Update setuptools-rust requirement from <=1.5.2 to <=1.10.2
Updates the requirements on setuptools-rust to permit the latest version.
Release notes
Sourced from setuptools-rust's releases.
v1.10.2
Fixed
- Fix deprecation warning from use of
wheel.bdist_wheel.
Changelog
Sourced from setuptools-rust's changelog.
1.10.2 (2024-10-02)
Fixed
- Fix deprecation warning from use of
wheel.bdist_wheel.1.10.1 (2024-08-04)
Fixed
- Fix regression in 1.10.0 where editable builds would be built in release mode
1.10.0 (2024-08-03)
Packaging
Changed
- Add
SETUPTOOLS_RUST_PEP517_USE_BASE_PYTHONenvironment 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-tempargument tobuild_rustcommand (it does nothing). #4571.9.0 (2024-02-24)
Changed
- Deprecate
py_limited_apioption toRustExtensionin favour of always using"auto"to configure this frombdist_wheel. #4101.8.1 (2023-10-30)
Fixed
- Fix regression in
install_extensioncrashing since 1.8.0. #3801.8.0 (2023-10-26)
Packaging
Added
- Add support for setting a custom cargo profile with the
SETUPTOOLS_RUST_CARGO_PROFILEenvironment variable. #3641.7.0 (2023-08-22)
Packaging
- Remove direct imports from
distutils. #336- Include
py.typedwhen packaging to denote that setuptools-rust includes type hints. #338Added
- Add support for
pyproject.tomlconfiguration using[tool.setuptools-rust]options. #348Fixed
- Fix
plat_namehandling in the casebdist_wheel.plat_nameis set via configuration file (e.g.,setup.cfg). #3521.6.0 (2023-04-27)
Changed
- Prefer passing
--crate-typeoption to cargo if "toolchain >= 1.64". #322Fixed
... (truncated)
Commits
5580ae8release: 1.10.237dd294Handlewheel.bdist_wheeldeprecation warning (#463)4e5f25fMerge pull request #466 from PyO3/dependabot/cargo/examples/hello-world/deps-...399ae8cMerge pull request #467 from PyO3/dependabot/cargo/examples/rust_with_cffi/de...68032ceMerge pull request #468 from PyO3/dependabot/cargo/examples/namespace_package...fcf07c7Merge pull request #469 from PyO3/dependabot/cargo/examples/hello-world-setup...2c5da14Merge pull request #470 from PyO3/dependabot/github_actions/pypa/cibuildwheel...37a649dMerge pull request #471 from PyO3/dependabot/pip/docs/docs-dependencies-786e2...e598750Merge pull request #472 from PyO3/dependabot/cargo/examples/html-py-ever/deps...18d6917build(deps): bump pyo3 in /examples/html-py-ever in the deps group- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)