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 dependency maturin to >=1.8.1,<2.0 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
maturin (changelog) >=1.3,<2.0 -> >=1.8.1,<2.0 age adoption passing confidence

Release Notes

pyo3/maturin (maturin)

v1.8.1

Compare Source

  • Downgrade invalid version info in pyproject.toml error to warning in #​2417
  • Make maturin develop fail if version info is invalid in pyproject.toml in #​2418

v1.8.0

Compare Source

  • Don't add wheel data to sdist in #​2367
  • Add sparcv9 architecture support in #​2380
  • Properly handle dynamic version in pyproject.toml in #​2391
  • Fix xwin cross compile on non-Windows system in #​2391
  • Fix interpreter selection for abi3 bindings in #​2392
  • Use the official recommended naming pattern for cffi module file in #​2406
  • Add Linux armv5te architecture support in #​2409
  • Only build Python 3.13t wheels by default for pyo3 0.23+ in #​2413

v1.7.8

Compare Source

What's Changed

Full Changelog: PyO3/maturin@v1.7.7...v1.7.8

v1.7.7

Compare Source

  • Fix abi3 interpreter discovery on Windows in #​2333
  • Normalize python source directory path in #​2343
  • Use different binding dirs for different uniffi modules in #​2348
  • Limit minimal PyPy version based on bindings crate version in #​2351
  • Do not use xwin to compile on Windows when MSVC compiler can build for the target in #​2353

v1.7.6

Compare Source

  • Set core metadata version to 2.4 to fix project.license.files handling in #​2332

v1.7.5

Compare Source

  • Improve wheel reproducibility by sorting external libraries #​2261
  • Fix Readme and pyproject.toml inclusions for workspace where the bindings crate is not in the root in #​2262
  • Add support for GNU/Hurd target in #​2306
  • Add preliminary free-threaded Python wheel building support in #​2310

v1.7.4

Compare Source

  • Fix musllinux rpath for non-cffi bindings in #​2233
  • Add GitHub Actions attestation support to generate-ci in #​2234

v1.7.3

Compare Source

  • Fix upload regression to pypi/testpypi in #​2229

v1.7.2

Compare Source

  • Fix cross compilation issues for armv7l, mips64 and ppc in #​2204
  • UniFFI: supports bindings generated from multiple crates in #​2208
  • Enable --all-features when building source distribution in #​2215
  • Fix rpath when module-name contains . in #​2219

v1.7.1

Compare Source

  • Forward cargo package --list warnings in #​2186
  • In source distributions, we move the readmes of path dependencies into the respective crate to avoid collision between different readmes in #​2184

v1.7.0

Compare Source

  • Initial iOS support in #​2101
  • Remove old import hook in #​2105, use maturin-import-hook instead
  • Bump MSRV to 1.74.0 in #​2108
  • Add support for overriding wheel tag with _PYTHON_HOST_PLATFORM in #​2122
  • Don't add files to an archive more than once #​2125
  • Only use base python executable when MATURIN_PEP517_USE_BASE_PYTHON is set in #​2134

v1.6.0

Compare Source

  • Detect compiling from Linux gnu to Linux musl as cross compiling in #​2010
  • Add musllinux support to generate-ci in #​2011
  • Add uv support to develop command in #​2015
  • Add support for AIX target in #​2030
  • Remove rust-cpython support in #​2044
  • Add a global -v option in #​2080
  • Detect target based on interpreter for pep517 build-wheel in #​2088
  • Use base executable when possible in PEP 517 build in #​2094

v1.5.1

Compare Source

  • Fix usage of --compatibility when run as a PEP517 backend in #​1992
  • Fix upload returning malformed summary error in #​2002

v1.5.0

Compare Source

  • Bump metadata version from 2.1 to 2.3 in #​1965. Source distributions created by maturin now have reliable metadata, meaning tool such as pip, uv and poetry could skip building them for version resolution.
  • Allow identical VIRTUAL_ENV and CONDA_PREFIX env vars in #​1879
  • Reject -i python when cross compiling in #​1891
  • Support uniffi-bindgen in cargo workspaces in #​1909
  • Add support for configuring xwin using env vars in #​1961
  • Add validation for crate/package name in new/init in #​1943
  • Add 32-bit RISC-V support in #​1969
  • Improve import hook changes in #​1958
  • Adjust cbindgen Overrides for CFFI in #​1957

v1.4.0

Compare Source

  • Bump MSRV to 1.67.0 in #​1847
  • Add support for cross compiling with cross in #​1865

v1.3.2

Compare Source

  • Add support for uniffi library mode in #​1729
  • Un-deprecate MATURIN_PEP517_ARGS env var in #​1820
  • Fix missing member in Cargo.toml for sdist of nested workspace layout in #​1828
  • Escape display name in email addresses of wheel metadata in #​1832
  • Fix rewriting workspace Cargo.toml in sdist in #​1841
  • Fix glob workspace members matching in sdist in #​1846

v1.3.1

Compare Source

  • Use external uniffi-bindgen if no root package is configured in #​1797
  • Fix wheel filename for GraalPy in #​1802
  • Add unittest skeleton to mixed Python/Rust projects in #​1807
  • Preserve trailing whitespace in new project files in #​1808
  • Fix missing workspace.members in sdist in #​1811
  • Don't set MACOSX_DEPLOYMENT_TARGET for editable builds by default in #​1815

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/maturin-1.x branch from 306ee14 to baaa352 Compare December 25, 2024 13:31
@renovate renovate bot changed the title Update dependency maturin to >=1.7.8,<2.0 Update dependency maturin to >=1.8.0,<2.0 Dec 25, 2024
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from baaa352 to 689aaa9 Compare December 30, 2024 15:54
@renovate renovate bot changed the title Update dependency maturin to >=1.8.0,<2.0 Update dependency maturin to >=1.8.1,<2.0 Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants