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

maturin 1.6.0 #173664

Merged
merged 2 commits into from
Jun 4, 2024
Merged

maturin 1.6.0 #173664

merged 2 commits into from
Jun 4, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Use virtual env for pytest in github actions by @Owen-CH-Leung in https://github.com/PyO3/maturin/pull/2004
* Add pypi name validation by @alonme in https://github.com/PyO3/maturin/pull/2007
* Add JSON schema generation by @JonathanPlasse in https://github.com/PyO3/maturin/pull/2005
* Detect compiling from Linux gnu to Linux musl as cross compiling by @messense in https://github.com/PyO3/maturin/pull/2010
* generate-ci: add musllinux support by @messense in https://github.com/PyO3/maturin/pull/2011
* Use pyo3 0.21 for tests and examples by @konstin in https://github.com/PyO3/maturin/pull/2016
* generate-ci: use macos-12 runner for x86_64 macOS job by @messense in https://github.com/PyO3/maturin/pull/2020
* Upgrade uniffi to 0.27.0 by @messense in https://github.com/PyO3/maturin/pull/2021
* Add instrumentation support for develop by @konstin in https://github.com/PyO3/maturin/pull/2019
* Make `tracing-subscriber` mandatory by @messense in https://github.com/PyO3/maturin/pull/2022
* Import hook upgrade by @mbway in https://github.com/PyO3/maturin/pull/2024
* Add uv as develop backend command by @dmatos2012 in https://github.com/PyO3/maturin/pull/2015
* Also try `uv` in `PATH` in `develop --uv` by @messense in https://github.com/PyO3/maturin/pull/2026
* docs: update pyo3 to match tutorial by @henryiii in https://github.com/PyO3/maturin/pull/2029
* Add support for AIX by @bzEq in https://github.com/PyO3/maturin/pull/2030
* Remove rust-cpython from project init/new template by @messense in https://github.com/PyO3/maturin/pull/2034
* Only run uv tests on platforms that has wheel on PyPI or when uv bina… by @messense in https://github.com/PyO3/maturin/pull/2037
* Install cffi and uv on demand in `test_develop` by @messense in https://github.com/PyO3/maturin/pull/2043
* Add support for `wasm32-wasip1` and `wasm32-wasip2` targets by @messense in https://github.com/PyO3/maturin/pull/2054
* fix: windows exit code with python by @trim21 in https://github.com/PyO3/maturin/pull/2055
* Remove rust-cpython support from documentation by @messense in https://github.com/PyO3/maturin/pull/2057
* docs: Add bleuscore in examples by @shenxiangzhuang in https://github.com/PyO3/maturin/pull/2061
* Fix new clippy warnings on Rust 1.78.0 by @messense in https://github.com/PyO3/maturin/pull/2065
* Allows to use Maturin with ziglang 0.11 and 0.12 by @Tpt in https://github.com/PyO3/maturin/pull/2067
* Remove pyston from CI by @konstin in https://github.com/PyO3/maturin/pull/2081
* Show full path in missing readme error message by @konstin in https://github.com/PyO3/maturin/pull/2074
* Update cargo mock deps by @konstin in https://github.com/PyO3/maturin/pull/2075
* Ban std::fs trough clippy by @konstin in https://github.com/PyO3/maturin/pull/2076
* Preserve file permission when copying by @blmarket in https://github.com/PyO3/maturin/pull/2069
* Detect target based on interpreter for pep517 build-wheel by @kcking in https://github.com/PyO3/maturin/pull/2088
* Add a global verbose option by @konstin in https://github.com/PyO3/maturin/pull/2080
* Use base executable when possible in PEP 517 build by @messense in https://github.com/PyO3/maturin/pull/2094
* Remove support for rust-cpython by @Owen-CH-Leung in https://github.com/PyO3/maturin/pull/2044

New Contributors

Full Changelog: PyO3/maturin@v1.5.1...v1.6.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 Jun 4, 2024
maturin: declare indirect deps with linkage

Signed-off-by: Rui Chen <rui@chenrui.dev>
@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Jun 4, 2024
Copy link
Contributor

github-actions bot commented Jun 4, 2024

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

@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 Jun 4, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 4, 2024
Merged via the queue into master with commit ba9daa9 Jun 4, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-maturin-1.6.0 branch June 4, 2024 21:27
@github-actions github-actions bot added the outdated PR was locked due to age label Jul 5, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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. outdated PR was locked due to age ready to merge PR can be merged once CI is green 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