deps: Update pixi tool constraint to >=0.67.2#728
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=v0.45.0→>=0.67.20.68.1(+1)Release Notes
prefix-dev/pixi (pixi)
v0.67.2Compare Source
Added
Changed
Documentation
New Contributors
v0.67.1Compare Source
Changed
-l 0by @niklasmarderx in #5820Documentation
global expose removesnippet by @Hofer-Julian in #5869pixi runwith duplicate tasks by @wulmer in #5892canonical_version: latestin mike by @AVHopp in #5888Fixed
pixi-buildusing detached environments location for cache by @ruben-arts in #5855New Contributors
v0.67.0Compare Source
✨ Highlights
This release adds the ability to have relative
exclude-newerconfiguration.Allowing users to specify an acceptable settle time before the package is used in their environments.
This example extensively uses the new
exclude-newerconfiguration options:Added
pixi publishcommand for building and uploading packages by @wolfv in #5678[exclude-newer]table instead by @pavelzw in #5843Documentation
index.mdby @kikocorreoso in #5753Fixed
New Contributors
v0.66.0Compare Source
✨ Highlights
Want a
conda/mambalike workflow for Pixi workspaces? This release brings registered workspaces!You can now register your Pixi workspace and then use its name to refer to it from anywhere on your machine.
For example:
You can also specify
constraintsfor packages that may be part of your environment without explicitly requiring them (similar torun_constraintsfor Conda packages):Added
constraintsto limit dependency versions by @delsner in #5603pixi searchimprovements: allow arbitrary MatchSpecs, add--jsonby @pavelzw in #5442--separator to pass extra args to typed-arg tasks by @ruben-arts in #5569pyproject.tomlschema by @bollwyvl in #5583Documentation
pixi-browseby @pavelzw in #5642 and #5664Fixed
aws-lc-systo 0.38.0 by @baszalmstra in #5610pixi cleanbehavior improvements by @ruben-arts in #5685mp.suspendforpixi_progress::println!by @lucascolley in #5459New Contributors
v0.65.0Compare Source
✨ Highlights
We're now properly signing our own Windows binaries resulting in no errors from the "smart screen".
Added
pixi-guiby @haecker-felix in #4930choicesto tasks args, with arg validation by @Hofer-Julian in #5543--jsonflag topixi global listby @Hofer-Julian in #5530Documentation
Fixed
tool.pixi.pypi-options.no-build = truein combination with--lockedby @hameerabbasi in #5554v0.64.0Compare Source
✨ Highlights
Big release with lots of different fixes and small features, but no overarching theme this time.
Added
--dry-runflag topixi lockcommand by @akshatsrivastava11 in #5288--executableflag topixi runby @kajal-jotwani in #5253pixi workspace export conda-environmenthandles env variables by @SrisharanVS in #5425--templatedflag topixi runby @pavelzw in #5489{{ pixi.init_cwd }}template variable for task inputs/outputs by @Premkumar-2004 in #5505Documentation
pixi-skillsextension by @pavelzw in #5471descriptionfield for tasks by @VeckoTheGecko in #5479bunin available software by @pavelzw in #5496clickpackage by @Hofer-Julian in #5532Fixed
package.build.configdoes not invalidate caches by @baszalmstra in #5371is_explicittopixi list --jsonby @renan-r-santos in #5391compiler(c)per default withpixi-build-rustby @Hofer-Julian in #5457PIXI_env vars when --manifest-path is different toPIXI_PROJECT_ROOTby @Hofer-Julian in #5441tool.pixi.feature.pypi-dependenciestable by @Premkumar-2004 in #5504New Contributors
v0.63.2Compare Source
✨ Highlights
This release brings important fixes for Pixi Build and PyPI support.
Documentation
Fixed
Refactor
New Contributors
v0.63.1Compare Source
✨ Highlights
Yes, a patch release the day after looks like we messed up the last release, but we really just wanted to get these fixes out 🙃
Fixed
build.sourcespec in lock-file for relative paths by @baszalmstra in #5247v0.63.0Compare Source
✨ Highlights
Pixi now supports PEP508 environment markers for PyPI dependencies. Tasks can specify a
default_environment, making it easier to run tasks without explicitly selecting an environment. Error messages become more readable with syntax highlighting in error reports.As usual this release also includes a lot of bug fixes.
This version introduces a breaking chance in the communication protocol between build backends and pixi. New versions of the build backends that support this protocol have been released but if you pin your build backends to an older version you might encounter an error. Updating the version constraints of your build backend will fix this.
Added
default_environmentoption for specifying the default environment for a task by @prady0t in #5164Documentation
Fixed
pixi lockbackend override by @nichmor in #5179TlsRootCertsto selectAllby default by @tdejager in #5244Style
New Contributors
v0.62.2Compare Source
✨ Highlights
This is a small patch release fixing issues with source packages and caching.
Fixed
v0.62.1Compare Source
✨ Highlights
Small release with fixes related to the conda source dependencies.
Added
SourceRecordPython by @lucascolley in #5159Documentation
devtable documentation by @ruben-arts in #5163Fixed
pixi runorpixi installfail on unsupported platforms by @Hofer-Julian in #5141v0.62.0Compare Source
✨ Highlights
Do you need all the build/host/run dependencies of a package?
Now you can add source packages to the
[dev]table to get them all at once without installing the package itself.Breaking change for
pixi-buildpreviewThis release removes the input hashes from the lockfile for source dependencies to reduce unnecessary lockfile changes. This may cause some lockfiles with source dependencies to become invalid. Rerun
pixi lockto fix the lockfile. The changes in this release should significantly reduce lockfile churn when working with source packages going forward.Added
featureCLI commands and add remove_feature to pixi_api by @haecker-felix in #5086editablein lockfile by @tdejager in #5106--fieldsargument topixi listby @baszalmstra in #5105-mshort alias for manifest_path option by @paugier in #5066[dev]dependencies by @baszalmstra in #4778input.hashfrom the lockfile by @nichmor #5011Documentation
Fixed
global install blafails by @mrswastik-robot in #4860self-updateby @tdejager in #5119Refactor
New Contributors
v0.61.0Compare Source
✨ Highlights
This Pixi release features a new and improved
pixi uploadfunctionality, that is shared withrattler-buildthroughrattler.Changed
Fixed
online_testsby @mgorny in #5060test_add_url_no_channelas slow by @Hofer-Julian in #5093New Contributors
v0.60.0Compare Source
✨ Highlights
This release, our first in a month, brings a massive amount of changes and improvements.
Pixi Build continues to get more powerful and stable with every iteration.
We especially focused on making development with ROS and the broader robotics ecosystem as smooth as possible.
Finally, this release contains a lot of bug fixes and documentation improvements,
often driven by our amazing community 🫶
Changed
pixi listdescription by @ShalokShalom in #4852package.xmlmanifest for ROS by @remimimimimi in #4820pixi execby @tdejager in #4945~inconfig.detached_environmentsby @MartinJepsen in #4968Documentation
readthedocs-overrideexample by @jtpio in #4957project->workspacein docs by @Dashlander in #4921Fixed
.pixi/.gitignoreis created duringpixi buildby @baszalmstra in #4884.gitattributesby @h-vetinari in #4913ChannelPriorityCombinationErrorby @MartinJepsen in #4943Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.