GoNoteGo icon indicating copy to clipboard operation
GoNoteGo copied to clipboard

Update setuptools-rust requirement from <=1.5.2 to <=1.10.2

Open dependabot[bot] opened this issue 9 months ago • 0 comments

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

  • Extend macOS build flags to iOS, tvOS and watchOS. #436
  • Support Python 3.13. #446

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 to build_rust command (it does nothing). #457

1.9.0 (2024-02-24)

Changed

  • Deprecate py_limited_api option to RustExtension in favour of always using "auto" to configure this from bdist_wheel. #410

1.8.1 (2023-10-30)

Fixed

  • Fix regression in install_extension crashing since 1.8.0. #380

1.8.0 (2023-10-26)

Packaging

  • Drop support for Python 3.7. #357
  • Remove direct imports from pkg_resources. #359

Added

  • Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable. #364

1.7.0 (2023-08-22)

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 case bdist_wheel.plat_name is set via configuration file (e.g., setup.cfg). #352

1.6.0 (2023-04-27)

Changed

  • Prefer passing --crate-type option to cargo if "toolchain >= 1.64". #322

Fixed

... (truncated)

Commits
  • 5580ae8 release: 1.10.2
  • 37dd294 Handle wheel.bdist_wheel deprecation warning (#463)
  • 4e5f25f Merge pull request #466 from PyO3/dependabot/cargo/examples/hello-world/deps-...
  • 399ae8c Merge pull request #467 from PyO3/dependabot/cargo/examples/rust_with_cffi/de...
  • 68032ce Merge pull request #468 from PyO3/dependabot/cargo/examples/namespace_package...
  • fcf07c7 Merge pull request #469 from PyO3/dependabot/cargo/examples/hello-world-setup...
  • 2c5da14 Merge pull request #470 from PyO3/dependabot/github_actions/pypa/cibuildwheel...
  • 37a649d Merge pull request #471 from PyO3/dependabot/pip/docs/docs-dependencies-786e2...
  • e598750 Merge pull request #472 from PyO3/dependabot/cargo/examples/html-py-ever/deps...
  • 18d6917 build(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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Mar 09 '25 21:03 dependabot[bot]