Skip to content

maturin 1.12.0#267552

Merged
BrewTestBot merged 2 commits intomainfrom
bump-maturin-1.12.0
Feb 14, 2026
Merged

maturin 1.12.0#267552
BrewTestBot merged 2 commits intomainfrom
bump-maturin-1.12.0

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* Use pypi compatibility validation for own CI by @konstin in https://github.com/PyO3/maturin/pull/2929
* Update toml crates for toml 1.1 support by @konstin in https://github.com/PyO3/maturin/pull/2934
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/PyO3/maturin/pull/2937
* Use a single location for MSRV by @konstin in https://github.com/PyO3/maturin/pull/2936
* Fix editable install for binary projects with Python modules by @messense in https://github.com/PyO3/maturin/pull/2938
* Release to crates.io only after the builds passed by @konstin in https://github.com/PyO3/maturin/pull/2939
* Use `mymindstorm/setup-emsdk@v14` in generated GitHub Actions workflow by @messense in https://github.com/PyO3/maturin/pull/2941
* Use trusted publishing for crates.io by @konstin in https://github.com/PyO3/maturin/pull/2943
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/PyO3/maturin/pull/2944
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/PyO3/maturin/pull/2946
* Filter linked_paths by KIND and linked_libs by @messense in https://github.com/PyO3/maturin/pull/2949
* Update bytes to 1.11.1 by @messense in https://github.com/PyO3/maturin/pull/2960
* Normalize wheel distribution names to match the PyPA spec by @artob in https://github.com/PyO3/maturin/pull/2954
* Allow build loongarch64 and riscv64 for musllinux by @wojiushixiaobai in https://github.com/PyO3/maturin/pull/2963
* Strip excluded cargo targets in sdist by @messense in https://github.com/PyO3/maturin/pull/2964
* Normalize wheel `RECORD` paths (on Windows) by @texodus in https://github.com/PyO3/maturin/pull/2965
* Bump MSRV to 1.88.0 by @messense in https://github.com/PyO3/maturin/pull/2966
* Support MATURIN_STRIP env var and --strip true/false to override pyproject.toml by @messense in https://github.com/PyO3/maturin/pull/2968
* fix: copy bin artifacts before auditwheel repair to avoid rerun failures by @messense in https://github.com/PyO3/maturin/pull/2969
* fix: rewrite python-source in pyproject.toml when building sdist by @messense in https://github.com/PyO3/maturin/pull/2972
* fix: resolve wheel include patterns relative to project root by @messense in https://github.com/PyO3/maturin/pull/2973
* fix: always include workspace Cargo.toml in sdist by @messense in https://github.com/PyO3/maturin/pull/2974
* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/PyO3/maturin/pull/2975
* refactor: simplify source_distribution.rs by @messense in https://github.com/PyO3/maturin/pull/2976
* feat: support PEP 735 dependency groups in develop command by @messense in https://github.com/PyO3/maturin/pull/2978
* Fix license file handling for workspace-level license files by @messense in https://github.com/PyO3/maturin/pull/2970
* Support PEP 739 build-details.json when cross compiling by @messense in https://github.com/PyO3/maturin/pull/2979
* Fix .libs directory name for namespace packages by @messense in https://github.com/PyO3/maturin/pull/2981
* fix: exclude duplicate python source files from sdist for workspace members by @messense in https://github.com/PyO3/maturin/pull/2982
* fix: remove default-members from workspace Cargo.toml in sdist by @messense in https://github.com/PyO3/maturin/pull/2983
* fix: correctly filter workspace members in sdist by directory path by @messense in https://github.com/PyO3/maturin/pull/2984
* feat: Add PEP 770 SBOM support by @messense in https://github.com/PyO3/maturin/pull/2980
* Error when python-source is set but Python module is missing by @messense in https://github.com/PyO3/maturin/pull/2986
* feat: add auditwheel SBOM for grafted shared libraries by @messense in https://github.com/PyO3/maturin/pull/2985
* Fix sdist duplicate README error when readme is in both Cargo.toml and pyproject.toml by @messense in https://github.com/PyO3/maturin/pull/2987
* fix: support python-source pointing outside Rust source directory by @messense in https://github.com/PyO3/maturin/pull/2988
* Relax ziglang dependency version requirement by @messense in https://github.com/PyO3/maturin/pull/2990
* Stop adding link-native-libraries flag by default in Emscripten platform in latest Rust by @ryanking13 in https://github.com/PyO3/maturin/pull/2991
* fix: platform.system() on Android for Python 3.13+ by @thunder-coding in https://github.com/PyO3/maturin/pull/2992
* fix: check external libs for glibc version when determining platform tag by @messense in https://github.com/PyO3/maturin/pull/2993
* Update cargo-zigbuild to 0.22.0 by @messense in https://github.com/PyO3/maturin/pull/2994
* sbom: filter to bindings crate only and upgrade to CycloneDX v1.5 by @messense in https://github.com/PyO3/maturin/pull/2995
* Upgrade ureq to 3.2.0 and migrate to built-in multipart by @messense in https://github.com/PyO3/maturin/pull/2997
* Release v1.12.0 by @messense in https://github.com/PyO3/maturin/pull/2998

New Contributors

Full Changelog: PyO3/maturin@v1.11.5...v1.12.0

View the full release notes at https://github.com/PyO3/maturin/releases/tag/v1.12.0.


@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Feb 14, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Feb 14, 2026
@BrewTestBot BrewTestBot added this pull request to the merge queue Feb 14, 2026
Merged via the queue into main with commit 3784481 Feb 14, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-maturin-1.12.0 branch February 14, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants