Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 10, 2025

This PR contains the following updates:

Package Change Age Confidence
maturin (changelog) ==1.8.6==1.11.2 age confidence

Release Notes

pyo3/maturin (maturin)

v1.11.2

Compare Source

  • Fix failed release

v1.11.0

Compare Source

Note: This release was yanked to a regression: PyO3#2909

  • Refactor ModuleWriter to be easier to implement and use
  • Add Android cross compilation support, fix wheel tags for Android
  • Update generate-ci to macos-15-intel and add windows arm support
  • Deprecate 'upload' and 'publish' CLI commands

v1.10.2

Compare Source

  • Fix tagging for iOS x86_64 simulator wheels.
  • Set entry type when adding to the tar file.

v1.10.1

Compare Source

  • Fix wrong dependency on Homebrew liblzma on macOS by static linking liblama

v1.10.0

Compare Source

  • Add tool.maturin.editable-profile option to override profile for editable package installations.
  • Add support for Cygwin.
  • When building abi3 wheels on non-Windows platforms that aren't cross-compiling, the sysconfigdata of the interpreter used to run maturin will now be used, rather than a dummy interpreter.
  • Allow iOS cross-platform virtual environments, such as those used by cibuildwheel, to imply an iOS target.
  • Fix iOS wheel naming to be compliant with PEP 730.
  • Fix generated WHEEL Tag metadata to be spec compliant.
  • Fix incorrect warning about missing extension-module feature on PyO3 0.26+.
  • Remove add_directory() from ModuleWriter and make it an implementation detail for the specific impl.
  • Clear out uid/gid and set deterministic mtime for files in sdist.
  • Always use "library" mode to build uniffi bindings.

v1.9.6

Compare Source

  • Fix regressions to interpreter platform detection on Windows from 1.9.5
  • Further fixes to interpreter detection for Windows ARM64

v1.9.5

Compare Source

  • Add builtin sysconfig for FreeBSD 14.2 amd64
  • Fix issue searching lib dir containing Python 3.14 build-details.json
  • Fix detection of compatible interpreters on Windows ARM64

v1.9.4

Compare Source

  • Add a use-base-python option to pyproject.toml with the same behaviour as MATURIN_PEP517_USE_BASE_PYTHON.
  • Add builtin sysconfigs for GraalPy
  • Fix calculation of platform tag for FreeBSD

v1.9.3

Compare Source

  • Fix adding project.license-files to source distributions.
  • Fix relative Readme rewrite of the root crate in source distributions.

v1.9.2

Compare Source

  • Fix PEP 639 implementation, use License-Expression over License.

v1.9.1

Compare Source

  • Fix absolute license file path from Cargo.toml in #​2667

v1.9.0

Compare Source

  • Add full PEP 639 support for project.license and project.license-files in #​2647.
  • Add --compatibility pypi to only build wheels with platform tags that can also be uploaded to PyPI. This blocks e.g. building for riscv64, which is supported by manylinux, but not by PyPI.

v1.8.7

Compare Source

  • Allow specifying compression method and level, in both build and develop modes, in #​2625.
  • Fix Windows free-threaded builds on Python 3.14 in #​2632

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 is behind base branch, 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.

@codecov
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.32%. Comparing base (8cacf08) to head (71f7fa1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #748   +/-   ##
=======================================
  Coverage   64.32%   64.32%           
=======================================
  Files          95       95           
  Lines        7659     7659           
  Branches      702      702           
=======================================
  Hits         4927     4927           
  Misses       2598     2598           
  Partials      134      134           
Flag Coverage Δ *Carryforward flag
agent 72.85% <ø> (ø)
cli 82.09% <ø> (ø) Carriedforward from 8cacf08
device 51.11% <ø> (ø) Carriedforward from 8cacf08
server 84.34% <ø> (ø) Carriedforward from 8cacf08

*This pull request uses carry forward flags. Click here to find out more.

Components Coverage Δ
Agent 72.85% <ø> (ø)
CLI 82.09% <ø> (ø)
Common ∅ <ø> (∅)
Device Connectors 51.11% <ø> (ø)
Server 84.34% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/maturin-1.x branch 2 times, most recently from e0c1335 to d4d0fd4 Compare July 14, 2025 14:32
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.9.1 chore(deps): update dependency maturin to v1.9.1 - autoclosed Jul 15, 2025
@renovate renovate bot closed this Jul 15, 2025
@renovate renovate bot deleted the renovate/maturin-1.x branch July 15, 2025 09:44
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.9.1 - autoclosed chore(deps): update dependency maturin to v1.9.1 Jul 15, 2025
@renovate renovate bot reopened this Jul 15, 2025
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 2 times, most recently from d4d0fd4 to 5436ed7 Compare July 21, 2025 05:15
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 9 times, most recently from 17ff7c7 to 6b19ed4 Compare July 27, 2025 19:42
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.9.1 chore(deps): update dependency maturin to v1.9.2 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 3 times, most recently from 4d5b38e to 1381543 Compare August 1, 2025 14:10
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from 1381543 to 995fe6a Compare August 4, 2025 15:31
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.9.2 chore(deps): update dependency maturin to v1.9.3 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 2 times, most recently from 6e3f46b to ebbb8dd Compare August 6, 2025 19:20
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from f74a3ac to f7cf319 Compare October 30, 2025 15:51
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from f7cf319 to 5beb1f6 Compare November 10, 2025 12:10
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.9.6 chore(deps): update dependency maturin to v1.10.0 Nov 10, 2025
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from 5beb1f6 to 2c1f944 Compare November 11, 2025 15:05
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.10.0 chore(deps): update dependency maturin to v1.10.1 Nov 11, 2025
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.10.1 chore(deps): update dependency maturin to v1.10.2 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 3 times, most recently from e20e959 to 88655a8 Compare November 21, 2025 16:12
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 7 times, most recently from 50e7fdf to a6d833f Compare December 4, 2025 18:07
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 5 times, most recently from 1405f1f to 5a47c93 Compare December 12, 2025 22:32
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from 5a47c93 to 39e8ecb Compare December 19, 2025 17:53
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from 39e8ecb to 9a3a716 Compare December 31, 2025 02:24
@renovate renovate bot changed the title chore(deps): update dependency maturin to v1.10.2 chore(deps): update dependency maturin to v1.11.2 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/maturin-1.x branch 4 times, most recently from 34b851a to 2a821db Compare January 6, 2026 19:40
@renovate renovate bot force-pushed the renovate/maturin-1.x branch from 2a821db to 71f7fa1 Compare January 7, 2026 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant