Skip to content

Commit ccf8301

Browse files
authored
New version: prefix-dev.pixi version 0.56.0
1 parent 43380f0 commit ccf8301

File tree

3 files changed

+143
-0
lines changed

3 files changed

+143
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: prefix-dev.pixi
5+
PackageVersion: 0.56.0
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallerSwitches:
10+
Custom: -norestart
11+
UpgradeBehavior: install
12+
ProductCode: '{E50A60F2-CB7A-4829-9203-3B3D10420B1E}'
13+
ReleaseDate: 2025-10-07
14+
AppsAndFeaturesEntries:
15+
- Publisher: pixi contributors
16+
ProductCode: '{E50A60F2-CB7A-4829-9203-3B3D10420B1E}'
17+
UpgradeCode: '{D983A0B8-0183-4F99-BA13-A1C49BD8E46F}'
18+
InstallationMetadata:
19+
DefaultInstallLocation: '%LocalAppData%\pixi\bin'
20+
Installers:
21+
- Architecture: x64
22+
InstallerUrl: https://github.com/prefix-dev/pixi/releases/download/v0.56.0/pixi-x86_64-pc-windows-msvc.msi
23+
InstallerSha256: 2F2D25E38635C5823ABD71F2C9FD0EDDBCC9A3157E568CA9D66CF8E59CD64464
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,110 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: prefix-dev.pixi
5+
PackageVersion: 0.56.0
6+
PackageLocale: en-US
7+
Publisher: prefix-dev
8+
PublisherUrl: https://pixi.sh/
9+
PublisherSupportUrl: https://github.com/prefix-dev/pixi/issues
10+
Author: pixi contributors
11+
PackageName: pixi
12+
PackageUrl: https://github.com/prefix-dev/pixi
13+
License: BSD-3-Clause
14+
LicenseUrl: https://github.com/prefix-dev/pixi/blob/HEAD/LICENSE
15+
Copyright: Copyright (c) 2023, prefix.dev GmbH
16+
CopyrightUrl: https://github.com/prefix-dev/pixi/blob/main/LICENSE
17+
ShortDescription: A cross-platform, multi-language package manager and workflow tool
18+
Moniker: pixi
19+
Tags:
20+
- conda
21+
- conda-environment
22+
- conda-packages
23+
- hacktoberfest
24+
- package-management
25+
- package-manager
26+
- package-manager-tool
27+
- python-virtual-environment
28+
- rust
29+
- rust-lang
30+
ReleaseNotes: |-
31+
Release Notes
32+
✨ Highlights
33+
Install a .conda package directly using pixi global install:
34+
pixi global install --path /path/to/package-name.conda
35+
Added
36+
- Add paxton-as-pixi SVG by @VeckoTheGecko in #4592
37+
- Add a hyperlink to lock file docs by @lucascolley in #4600
38+
- Add description of a workspace to first workspace docs by @lucascolley in #4602
39+
- Add a tutorial on pixi import and pixi init --import by @lucascolley in #4631
40+
Changed
41+
- Option to ignore env var during activation by @Hofer-Julian in #4619
42+
- Add new (minimal) pixi_api abstraction crate by @haecker-felix in #4546
43+
- Drop StyledText abstraction, rename config to workspace by @haecker-felix in #4647
44+
- More simple introduction to manifest reference by @lucascolley in #4601
45+
- Direct .conda global installation by @lucascolley in #4502
46+
- Implement task support for WorkspaceContext by @haecker-felix in #4667
47+
- Unsafe-best-match for build as well by @tdejager in #4649
48+
Documentation
49+
- project -> workspace, improve first_workspace page by @lucascolley in #4586
50+
- Fix bash completion sourcing example by @Hofer-Julian in #4590
51+
- project -> workspace in README also by @lucascolley in #4589
52+
- Fix typo by @Hofer-Julian in #4596
53+
- Fix broken hyperlink by @magsol in #4605
54+
- Add global environments in setup-pixi by @pavelzw in #4627
55+
- Add warning when viewing old docs version by @lucascolley in #4628
56+
- Fix list in pixi extensions page by @pavelzw in #4630
57+
- Update doc to include global environment caching information by @olivier-lacroix in #4672
58+
Fixed
59+
- Correct SIGINT forwarding by @remimimimimi in #4552
60+
- Inconsistent caching when input or output globs unmatched by @tdejager in #4547
61+
- Obscure error when importing environment.yml with empty pip: by @Hofer-Julian in #4609
62+
- Use source name for a package by @nichmor in #4597
63+
- Pixi init config loading by @Hofer-Julian in #4610
64+
- add_tests::add_with_channel by @Hofer-Julian in #4618
65+
- Optional dependencies break requirement conversion code by @Hofer-Julian in #4603
66+
- Handle url::pkg dependencies from conda env file by @lucascolley in #4621
67+
- Panic when trying to resolve cross-platform deps by @nichmor in #4612
68+
- Adapt testsuite CI by @Hofer-Julian in #4632
69+
- Skip multi-output test by @Hofer-Julian in #4653
70+
- Upgrade all features by default by @lucascolley in #4646
71+
- Available tasks output by @remimimimimi in #4655
72+
- Restore $status before calling __fish_prompt_orig by @fstanis in #4651
73+
- Use correct equality specifier for conda-environment export with git subdir pypi dep by @ihnorton in #4658
74+
- Fix test-exports integration test after PR4658 by @ihnorton in #4695
75+
- pixi list shouldn't panic in case of BrokenPipe error by @mrswastik-robot in #4673
76+
- Double relative manifest path by @remimimimimi in #4699
77+
Performance
78+
- Use ignore crate instead of wax crate for globbing by @tdejager in #4578
79+
- Initialize the reqwest client lazily by @baszalmstra in #4666
80+
- Initialize the environment variables lazily for sdist environments by @baszalmstra in #4685
81+
Refactor
82+
- Extracted pixi_install_pypi from core by @tdejager in #4643
83+
New Contributors
84+
- @ihnorton made their first contribution in #4695
85+
- @fstanis made their first contribution in #4651
86+
- @magsol made their first contribution in #4605
87+
- @VeckoTheGecko made their first contribution in #4592
88+
Download pixi 0.56.0
89+
───────────────────────────────────────────┬───────────────────┬─────────────
90+
File │Platform │Checksum
91+
───────────────────────────────────────────┼───────────────────┼─────────────
92+
pixi-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum
93+
───────────────────────────────────────────┼───────────────────┼─────────────
94+
pixi-x86_64-apple-darwin.tar.gz │Intel macOS │checksum
95+
───────────────────────────────────────────┼───────────────────┼─────────────
96+
pixi-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum
97+
───────────────────────────────────────────┼───────────────────┼─────────────
98+
pixi-aarch64-pc-windows-msvc.msi │ARM64 Windows │checksum
99+
───────────────────────────────────────────┼───────────────────┼─────────────
100+
pixi-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
101+
───────────────────────────────────────────┼───────────────────┼─────────────
102+
pixi-x86_64-pc-windows-msvc.msi │x64 Windows │checksum
103+
───────────────────────────────────────────┼───────────────────┼─────────────
104+
pixi-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum
105+
───────────────────────────────────────────┼───────────────────┼─────────────
106+
pixi-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum
107+
───────────────────────────────────────────┴───────────────────┴─────────────
108+
ReleaseNotesUrl: https://github.com/prefix-dev/pixi/releases/tag/v0.56.0
109+
ManifestType: defaultLocale
110+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser using komac v2.13.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: prefix-dev.pixi
5+
PackageVersion: 0.56.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)