Skip to content

Commit 70c0f7f

Browse files
authored
New version: prefix-dev.pixi version 0.72.1
1 parent 99cd181 commit 70c0f7f

3 files changed

Lines changed: 86 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.1
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: user
9+
InstallerSwitches:
10+
Custom: -norestart
11+
UpgradeBehavior: install
12+
ProductCode: '{D64A72AC-3583-418D-94DE-6305668FC735}'
13+
ReleaseDate: 2026-07-07
14+
AppsAndFeaturesEntries:
15+
- Publisher: pixi contributors
16+
ProductCode: '{D64A72AC-3583-418D-94DE-6305668FC735}'
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.1/pixi-x86_64-pc-windows-msvc.msi
23+
InstallerSha256: 545F143FBE331C010A82A5BBE93AE95892E5542D1F23419DA9A8ACED0F168766
24+
ManifestType: installer
25+
ManifestVersion: 1.12.0
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
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.1
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.1] - 2026-07-07
32+
✨ Highlights
33+
This release contains important bugfixes for rich platforms, v3 repodata handling, pixi-build-r and more.
34+
Changed
35+
- Do not fail when running tasks in an environment by @hunger in #6507
36+
- Provide R packages under their r-prefixed conda name by @roaldarbol in #6515
37+
- Suggest pixi self-update --version for requires-pixi errors by @hunger in #6516
38+
- Register run-export-introduced source deps on the assembled record by @wolfv in #6519
39+
- Let explicit source registrations win over implied ones by @Hofer-Julian in #6532
40+
Documentation
41+
- Document all override variables by @Hofer-Julian in #6486
42+
- Fix requires-python field by @mwtoews in #6512
43+
Fixed
44+
- Don't drag rich platform variants into bare-subdir environments by @hunger in #6517
45+
- Invalidate lock file when an inline package definition changes by @Hofer-Julian in #6529
46+
Refactor
47+
- Use shared config types from rattler_config by @wolfv in #6528
48+
New Contributors
49+
- @mwtoews made their first contribution in #6512
50+
- @roaldarbol made their first contribution in #6515
51+
ReleaseNotesUrl: https://github.com/prefix-dev/pixi/releases/tag/v0.72.1
52+
ManifestType: defaultLocale
53+
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.1
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)