Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maturin requirement from <0.16,>=0.8.3 to >=0.8.3,<1.3 #985

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Updates the requirements on maturin to permit the latest version.

Release notes

Sourced from maturin's releases.

v1.2.0

What's Changed

New Contributors

Full Changelog: PyO3/maturin@v1.1.0...v1.2.0

Changelog

Sourced from maturin's changelog.

[1.2.0] - 2023-08-06

  • Add basic support for implicit namespaces #1645
  • Add Linux mips64 and mips architecture support in #1712
  • Add x86_64h-apple-darwin target support in #1717

[1.1.0] - 2023-06-10

  • Add basic support for GraalPy in #1645
  • Refactor abi tag to use EXT_SUFFIX in #1648
  • Add Linux loongarch64 architecture support in #1653
  • Add --skip-install option to maturin develop in #1654

[1.0.1] - 2023-05-28

  • Add more Python 3.12 sysconfigs in #1629
  • Fix panicking when no cargo build targets are selected in #1635

[1.0.0] - 2023-05-23

  • Add support for multiple --config-settings in PEP517 backend in #1624
  • Remove deprecated --universal2 cli option in #1620, use --target universal2-apple-darwin instead.

[0.15.3] - 2023-05-20

  • Fix cross compile Apple universal2 wheels on non-macOS platforms by MisLink in #1613
  • Add PEP 517 config_settings support in #1619, deprecate MATURIN_PEP517_ARGS in favor of the new build-args config setting.

[0.15.2] - 2023-05-16

  • When determining the python module name, use pyproject.toml project.name over Cargo.toml package.name in #1608
  • Fix rewriting dev-dependencies in sdist in #1610

[0.15.1] - 2023-05-07

  • Fix finding interpreters from bundled sysconfigs in #1598

[0.15.0] - 2023-05-07

  • Breaking Change: Build with --no-default-features by default when bootstrapping from sdist in #1333
  • Breaking Change: Remove deprecated sdist-include option in pyproject.toml in #1335
  • Breaking Change: Remove deprecated python-source option in Cargo.toml in #1335
  • Breaking Change: Turn patchelf version warning into a hard error in #1335
  • Breaking Change: uniffi_bindgen CLI is required for building uniffi bindings wheels in #1352
  • Add Cargo compile targets configuration for filtering multiple bin targets in #1339
  • Respect rustflags settings in cargo configuration file in #1405
  • Add support for uniffi 0.23 in #1481
  • Add support for custom TLS certificate authority bundle in #1483

... (truncated)

Commits

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version.
- [Release notes](https://github.com/pyo3/maturin/releases)
- [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md)
- [Commits](PyO3/maturin@v0.8.3...v1.2.0)

---
updated-dependencies:
- dependency-name: maturin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 7, 2023
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 7, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (9eab2f0) 90.93% compared to head (2d06ea6) 90.93%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #985   +/-   ##
=======================================
  Coverage   90.93%   90.93%           
=======================================
  Files         254      254           
  Lines       25974    25974           
=======================================
  Hits        23619    23619           
  Misses       2355     2355           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #1033.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/maturin-gte-0.8.3-and-lt-1.3 branch October 2, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants