Skip to content

Commit 579db42

Browse files
authored
New version: prefix-dev.pixi version 0.72.2
1 parent b44bda8 commit 579db42

3 files changed

Lines changed: 84 additions & 0 deletions

File tree

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.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: prefix-dev.pixi
5+
PackageVersion: 0.72.2
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: user
9+
InstallerSwitches:
10+
Custom: -norestart
11+
UpgradeBehavior: install
12+
ProductCode: '{46FE255B-5048-41D0-AEEC-72C9C4CE16E4}'
13+
ReleaseDate: 2026-07-09
14+
AppsAndFeaturesEntries:
15+
- Publisher: pixi contributors
16+
ProductCode: '{46FE255B-5048-41D0-AEEC-72C9C4CE16E4}'
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.72.2/pixi-x86_64-pc-windows-msvc.msi
23+
InstallerSha256: 85FD5EE8CDB0020DA62E7205A9859E1380A2B723E3B153B181D9A5650952173E
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Created with WinGet Releaser using komac v2.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: prefix-dev.pixi
5+
PackageVersion: 0.72.2
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+
[0.72.2] - 2026-07-09
32+
✨ Highlights
33+
This release contains more fixes for rich platforms.
34+
Added
35+
- Add pixi workspace platform add --auto-detected by @hunger in #6355
36+
- Explain why each declared platform cannot run here by @hunger in #6491
37+
Changed
38+
- Compose sysreq platforms from customisations only by @kilian-hu in #6520
39+
- Report unsatisfied virtual packages instead of a misleading interpreter error by @hunger
40+
Documentation
41+
- Document the build variants pixi sets automatically by @hunger in #6534
42+
Fixed
43+
- Quick-validate to rebuild source packages on rich platforms by @wolfv in #6544
44+
- Satisfiability of conditional dependencies with virtual packages by @ruben-arts in #6554
45+
- Name the unmet virtual package in the runs-by-accident warning by @hunger in #6563
46+
- Truncate stdlib variant version to major.minor by @hunger in #6567
47+
Removed
48+
- Remove outdated click pin by @lucascolley in #6549
49+
ReleaseNotesUrl: https://github.com/prefix-dev/pixi/releases/tag/v0.72.2
50+
ManifestType: defaultLocale
51+
ManifestVersion: 1.12.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.16.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: prefix-dev.pixi
5+
PackageVersion: 0.72.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)