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

pixi 0.16.0 #165621

Merged
merged 2 commits into from
Mar 10, 2024
Merged

pixi 0.16.0 #165621

merged 2 commits into from
Mar 10, 2024

Conversation

pavelzw
Copy link
Contributor

@pavelzw pavelzw commented Mar 9, 2024

Created with brew bump-formula-pr.

release notes
### ✨ Highlights
- This release removes [`rip`]() and add [`uv`]() as the PyPI resolver and installer.

📃 Details

Added

  • Add tcsh install support by @obust in #898
  • Add user agent to pixi http client by @baszalmstra in #892
  • Add a schema for the pixi.toml by @ruben-arts in #936

Changed

  • Switch from rip to uv by @tdejager in #863
  • Move uv options into context by @tdejager in #911
  • Add Deltares projects to Community.md by @Hofer-Julian in #920
  • Upgrade to uv 0.1.16, updated for changes in the API by @tdejager in #935

Fixed

  • Made the uv re-install logic a bit more clear by @tdejager in #894
  • Avoid duplicate pip dependency while importing environment.yaml by @sumanth-manchala in #890
  • Handle custom channels when importing from env yaml by @sumanth-manchala in #901
  • Pip editable installs getting uninstalled by @renan-r-santos in #902
  • Highlight pypi deps in pixi list by @sumanth-manchala in #907
  • Default to the default environment if possible by @ruben-arts in #921
  • Switching channels by @baszalmstra in #923
  • Use correct name of the channel on adding by @ruben-arts in #928
  • Turn back on jlap for faster repodata fetching by @ruben-arts in #937
  • Remove dists site-packages's when python interpreter changes by @tdejager in #896

New Contributors

  • @obust made their first contribution in #898
  • @renan-r-santos made their first contribution in #902

Full Commit history

@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` autosquash Automatically squash pull request commits according to Homebrew style. labels Mar 9, 2024
@pavelzw
Copy link
Contributor Author

pavelzw commented Mar 9, 2024

==> brew linkage --test pixi
==> FAILED
Full linkage --test pixi output
  Broken dependencies:
    /opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib (openssl@3)
    /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib (openssl@3)
Truncated linkage --test pixi output
  Error: Broken dependencies:
    /opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib (openssl@3)
    /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib (openssl@3)
  
==> brew linkage --cached pixi
==> brew install --only-dependencies --include-test pixi
==> brew test --verbose pixi
==> FAILED
Full test pixi output
  /opt/homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean
  ==> Testing pixi
  ==> /opt/homebrew/Cellar/pixi/0.16.0/bin/pixi --version
  dyld[8859]: Library not loaded: '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib'
    Referenced from: '/opt/homebrew/Cellar/pixi/0.16.0/bin/pixi'
    Reason: tried: '/opt/homebrew/opt/openssl@3/lib/libssl.3.dylib' (no such file), '/usr/local/lib/libssl.3.dylib' (no such file), '/usr/lib/libssl.3.dylib' (no such file)

@pavelzw pavelzw force-pushed the bump-pixi-0.16.0 branch from eb5d26d to 8caeb6d Compare March 9, 2024 16:23
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Mar 9, 2024
@pavelzw
Copy link
Contributor Author

pavelzw commented Mar 9, 2024

==> brew linkage --test pixi
==> FAILED
Full linkage --test pixi output
  Missing libraries:
    libgit2.so.1.7
Truncated linkage --test pixi output
  Error: Missing libraries:
    libgit2.so.1.7
  
==> brew linkage --cached pixi
==> brew install --only-dependencies --include-test pixi
==> brew test --verbose pixi
==> FAILED
Full test pixi output
  /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor/bundle/ruby/3.1.0/bin/bundle clean
  ==> Testing pixi
  ==> /home/linuxbrew/.linuxbrew/Cellar/pixi/0.16.0/bin/pixi --version
  /home/linuxbrew/.linuxbrew/Cellar/pixi/0.16.0/bin/pixi: error while loading shared libraries: libgit2.so.1.7: cannot open shared object file: No such file or directory
  
  Error: pixi: failed

@pavelzw pavelzw force-pushed the bump-pixi-0.16.0 branch from 8caeb6d to 62b04a8 Compare March 9, 2024 16:42
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Mar 9, 2024
@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Mar 9, 2024
@chenrui333 chenrui333 removed the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Mar 9, 2024
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Mar 9, 2024
@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Mar 9, 2024
Formula/p/pixi.rb Outdated Show resolved Hide resolved
@github-actions github-actions bot added the autosquash Automatically squash pull request commits according to Homebrew style. label Mar 10, 2024
pixi: update build and test

Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: Ruoyu Zhong <zhongruoyu@outlook.com>
@chenrui333 chenrui333 requested a review from ZhongRuoyu March 10, 2024 01:44
@github-actions github-actions bot removed the autosquash Automatically squash pull request commits according to Homebrew style. label Mar 10, 2024
@ZhongRuoyu
Copy link
Member

Thanks @pavelzw and @chenrui333!

Copy link
Contributor

🤖 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 Mar 10, 2024
@BrewTestBot BrewTestBot enabled auto-merge March 10, 2024 02:15
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 10, 2024
Merged via the queue into Homebrew:master with commit 4697066 Mar 10, 2024
13 checks passed
@pavelzw pavelzw deleted the bump-pixi-0.16.0 branch March 10, 2024 07:23
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 9, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 9, 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.

4 participants