Skip to content

Commit f8b6277

Browse files
authored
New version: prefix-dev.pixi version 0.62.0
1 parent e9611d4 commit f8b6277

File tree

3 files changed

+124
-0
lines changed

3 files changed

+124
-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.14.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.62.0
6+
InstallerLocale: en-US
7+
InstallerType: wix
8+
Scope: machine
9+
InstallerSwitches:
10+
Custom: -norestart
11+
UpgradeBehavior: install
12+
ProductCode: '{10B6CF0E-5191-450B-A7B9-27B3C95F0DC1}'
13+
ReleaseDate: 2025-12-17
14+
AppsAndFeaturesEntries:
15+
- Publisher: pixi contributors
16+
ProductCode: '{10B6CF0E-5191-450B-A7B9-27B3C95F0DC1}'
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.62.0/pixi-x86_64-pc-windows-msvc.msi
23+
InstallerSha256: 91CACC029029B8BCDAFE399FEAA759F974C74430D0BB476AE6B13272E1CA6808
24+
ManifestType: installer
25+
ManifestVersion: 1.10.0
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
# Created with WinGet Releaser using komac v2.14.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.62.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+
Do you need all the build/host/run dependencies of a package?
34+
Now you can add source packages to the [dev] table to get them all at once without installing the package itself.
35+
[dev]
36+
my-package = { path = "src" }
37+
Breaking change for pixi-build preview
38+
This 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 lock to fix the lockfile. The changes in this release should significantly reduce lockfile churn when working with source packages going forward.
39+
Added
40+
- Add cache path in the error by @nichmor in #5091
41+
- Add feature CLI commands and add remove_feature to pixi_api by @haecker-felix in #5086
42+
- Stop recording PyPI editable in lockfile by @tdejager in #5106
43+
- Add --fields argument to pixi list by @baszalmstra in #5105
44+
- Add -m short alias for manifest_path option by @paugier in #5066
45+
- Add description / channel / platform functionality by @haecker-felix in #5107
46+
- Add [dev] dependencies by @baszalmstra in #4778
47+
- Remove input.hash from the lockfile by @nichmor #5011
48+
Documentation
49+
- Add documentation for RATTLER_AUTH_FILE environment variable by @Hofer-Julian in #5116
50+
- Add imprint and privacy policy by @wolfv in #5120
51+
- Improve platforms clarity by @ruben-arts in #5133
52+
Fixed
53+
- Exclude reserved names from task arg names in schema by @bollwyvl in #5078
54+
- Change binary to source should always select source by @baszalmstra in #5098
55+
- Handle empty dirs when global install bla fails by @mrswastik-robot in #4860
56+
- Enhance feature removal confirmation message by @Hofer-Julian in #5115
57+
- Use global config tls setting with self-update by @tdejager in #5119
58+
- Mark more tests as online by @baszalmstra in #5104
59+
- DAQ passthrough by @TheSkyentist in #5126
60+
- Enforce github actions security with zizmor by @Hofer-Julian in #5134
61+
- Accidentally always compiling for rustls by @tdejager in #5132
62+
- Zizmor medium severity lints by @Hofer-Julian in #5144
63+
Refactor
64+
- Sync "pixi workspace feature remove" behaviour with "pixi remove" by @haecker-felix in #5129
65+
- Bumping up to rust v1.90 by @prady0t in #5112
66+
New Contributors
67+
- @prady0t made their first contribution in #5112
68+
- @TheSkyentist made their first contribution in #5126
69+
Download pixi 0.62.0
70+
───────────────────────────────────────────┬───────────────────┬─────────────
71+
File │Platform │Checksum
72+
───────────────────────────────────────────┼───────────────────┼─────────────
73+
pixi-aarch64-apple-darwin.tar.gz │Apple Silicon macOS│checksum
74+
───────────────────────────────────────────┼───────────────────┼─────────────
75+
pixi-x86_64-apple-darwin.tar.gz │Intel macOS │checksum
76+
───────────────────────────────────────────┼───────────────────┼─────────────
77+
pixi-aarch64-pc-windows-msvc.zip │ARM64 Windows │checksum
78+
───────────────────────────────────────────┼───────────────────┼─────────────
79+
pixi-aarch64-pc-windows-msvc.msi │ARM64 Windows │checksum
80+
───────────────────────────────────────────┼───────────────────┼─────────────
81+
pixi-x86_64-pc-windows-msvc.zip │x64 Windows │checksum
82+
───────────────────────────────────────────┼───────────────────┼─────────────
83+
pixi-x86_64-pc-windows-msvc.msi │x64 Windows │checksum
84+
───────────────────────────────────────────┼───────────────────┼─────────────
85+
pixi-aarch64-unknown-linux-musl.tar.gz │ARM64 MUSL Linux │checksum
86+
───────────────────────────────────────────┼───────────────────┼─────────────
87+
pixi-x86_64-unknown-linux-musl.tar.gz │x64 MUSL Linux │checksum
88+
───────────────────────────────────────────┴───────────────────┴─────────────
89+
ReleaseNotesUrl: https://github.com/prefix-dev/pixi/releases/tag/v0.62.0
90+
ManifestType: defaultLocale
91+
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.14.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.62.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)