Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Update Change
pixi minor v0.48.2 -> v0.49.0

Release Notes

prefix-dev/pixi (pixi)

v0.49.0: 0.49.0 - 2025-06-30

Compare Source

Release Notes
✨ Highlights

This release enables pixi to pick up extensions that are installed as pixi-.
This is similar to cargo, git and other tools.
This means that you can now install extensions like this:

pixi global install pixi-pack
pixi pack

It also allows you to use pixi exec more easily:

pixi exec --with numpy python -c "import numpy; print(numpy.__version__)"

##### Previous command is equivalent to:
pixi exec --spec numpy --spec python python -c "import numpy; print(numpy.__version__)"
Added
Changed
Documentation
Fixed
Refactor
New Contributors
Download pixi 0.49.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

Configuration

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

🚦 Automerge: Enabled.

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 enabled auto-merge July 1, 2025 13:17
@renovate renovate bot added this pull request to the merge queue Jul 1, 2025
Merged via the queue into main with commit 2e63d05 Jul 1, 2025
53 checks passed
@renovate renovate bot deleted the renovate/main-test-pixi-0.x branch July 1, 2025 13:48
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