Skip to content

chore(ci): Update Pixi#106

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pixi
Open

chore(ci): Update Pixi#106
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/pixi

Conversation

@renovate

@renovate renovate Bot commented May 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
rattler-build feature-packaging minor >=0.62,<0.63>=0.65,<0.66 0.66.2 (+2)
rust (source) minor >=1.94,<1.95>=1.96,<1.97
rust-src (source) minor >=1.94,<1.95>=1.96,<1.97

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

prefix-dev/rattler-build (rattler-build)

v0.65.1

✨ Highlights

This release includes a small py-rattler-build fix.

Fixed

v0.65.0

✨ Highlights

Just some minor changes, and a release to pull in the latest rattler release.

Added
Fixed
New Contributors

v0.64.1

✨ Highlights
Added

v0.64.0

✨ Highlights

We added experimental support for v3 packages, which means you can define extras, conditional dependencies and flags.

  • extras: define optional dependency groups, a well known concept from PyPI
  • when: define conditions under which dependencies should appear (e.g. `foo[when="python>=3.10"])
  • flags: make variants easy to select by adding flags to your variant output, e.g. foo[flags=['blas', 'cuda']]

Example recipe:

package:
  name: v3-explore
  version: 0.1.0

build:
  flags:
    - ${{ "cuda" if cuda else "blas" }}
    - "release"

requirements:
  run:
    - python
    # pull in scipy only when `python >=3.10`
    - scipy [when="python >=3.10"]

  extras:
    scipy:
      - numpy
Added
Documentation
Fixed
Performance

v0.63.1

✨ Highlights
Fixed
  • Use force directory removal to handle Windows file locks by @​wolfv in #​2444
  • Remove PKG_* environment variables in staging cache, set variant values by @​wolfv in #​2449

v0.63.0

✨ Highlights

The staging output is no longer experimental! 🎉

[!WARNING]
Multi-output recipes no longer auto-discover build.sh / build.bat files. Each output must now explicitly reference its build script. To preserve current behavior use script: build (which auto-selects .sh or .bat) in the output.

Added
Documentation
Fixed

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on tuesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 (squash) May 12, 2026 01:47
@renovate renovate Bot force-pushed the renovate/pixi branch from 13633f7 to a1ed0e0 Compare May 13, 2026 20:46
@renovate renovate Bot changed the title chore(ci): Update dependency rattler-build to >=0.63,<0.64 chore(ci): Update Pixi May 13, 2026
@renovate renovate Bot force-pushed the renovate/pixi branch 2 times, most recently from c367c3b to d433a45 Compare May 18, 2026 19:16
@renovate renovate Bot force-pushed the renovate/pixi branch 2 times, most recently from d9040c9 to 881f57e Compare June 9, 2026 13:47
@renovate renovate Bot force-pushed the renovate/pixi branch 2 times, most recently from e2aabbd to 901e88e Compare June 11, 2026 15:18
@renovate renovate Bot force-pushed the renovate/pixi branch from 901e88e to 3f3af07 Compare June 12, 2026 15:33
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