Skip to content

pixi 0.53.0#234088

Merged
BrewTestBot merged 2 commits intomainfrom
bump-pixi-0.53.0
Aug 19, 2025
Merged

pixi 0.53.0#234088
BrewTestBot merged 2 commits intomainfrom
bump-pixi-0.53.0

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## Release Notes

✨ Highlights

  • Big cleanup of the CLI flags, mainly --frozen, --locked, and --no-install.
  • Added --as-is to pixi run/shell to run the command without installing the dependencies or touching the lockfile.
  • Support the Bash shell on Windows using pixi shell.
  • Pixi build can now support package.build.source.path = "some/path" to use a different source root for the build.

⚠️ Breaking Change

We've removed --no-lockfile-update and replaced it with --no-install --frozen.
On pixi run/shell you can use --as-is to run the command without installing the dependencies or touching the lockfile.

Added

  • Add --as-is as a shorthand for --no-install --frozen by @tdejager in #4357
  • Add profiling profile by @ruben-arts in #4376

Changed

  • Infer package name for source package with pixi global install by @Hofer-Julian in #4340
  • Add pixi --list to view all the commands (pixi-extensions + built-in commands) by @mrswastik-robot in #4307
  • Use log level info for build backends by @pavelzw in #4354
  • Use pixi build with non-prefix channels, through fixing run-exports fetching by @remimimimimi in #4179
  • Alternative source root for build by @remimimimimi in #4240
  • Add --build-platform to pixi build by @baszalmstra in #4298
  • Support Bash on Windows using 'pixi shell' by @mwiebe in #3981
  • Move build.channels to build.backend.channels by @nichmor in #4361
  • Return error on build dispatch panic by @tdejager in #4382

Documentation

  • Add document for proxy-config table by @gzm55 in #4367

Fixed

  • Cargo-machete action 0.9.1 by @bnjbvr in #4368
  • Preserve comments when inserting dependency to manifest by @baszalmstra in #4370
  • Now cache miss when a pypi no-binary, no-build was found by @tdejager in #4362
  • Resolve shell quoting issue with pixi run commands by @chrisburr in #4352
  • Allow dots in global environment names by @baszalmstra in #4374
  • Improve infer_package_name_from_spec by @Hofer-Julian in #4378
  • Replace build.configuration with build.config by @ruben-arts in #4380
  • Pass run-dependencies and run-exports to packages by @baszalmstra in #4373

Refactor

  • Remove manual conflicts check for --frozen & --locked by @tdejager in #4359

New Contributors

  • @chrisburr made their first contribution in #4352
  • @bnjbvr made their first contribution in #4368

Download pixi 0.53.0

File Platform Checksum
pixi-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
pixi-x86_64-apple-darwin.tar.gz Intel macOS checksum
pixi-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
pixi-aarch64-pc-windows-msvc.msi ARM64 Windows checksum
pixi-x86_64-pc-windows-msvc.zip x64 Windows checksum
pixi-x86_64-pc-windows-msvc.msi x64 Windows checksum
pixi-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
pixi-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

View the full release notes at https://github.com/prefix-dev/pixi/releases/tag/v0.53.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 Aug 19, 2025
@github-actions
Copy link
Copy Markdown
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 Aug 19, 2025
@BrewTestBot BrewTestBot enabled auto-merge August 19, 2025 15:58
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 19, 2025
Merged via the queue into main with commit 5dd0e40 Aug 19, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-pixi-0.53.0 branch August 19, 2025 16:07
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.

2 participants