forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: astral-sh.uv version 0.4.14 (microsoft#174545)
- Loading branch information
Showing
3 changed files
with
105 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Created with komac v2.2.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: astral-sh.uv | ||
PackageVersion: 0.4.14 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: uv.exe | ||
ReleaseDate: 2024-09-20 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.14/uv-i686-pc-windows-msvc.zip | ||
InstallerSha256: A6D255D229D2447A259D8AFFE9E537AADB12079852C1BC9097664371E2406A82 | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x86 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.14/uv-x86_64-pc-windows-msvc.zip | ||
InstallerSha256: DBDE8853A1D7C005E34DEE03EC1BFC337374C111C86B26701C403BBA6076254C | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
72 changes: 72 additions & 0 deletions
72
manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
# Created with komac v2.2.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: astral-sh.uv | ||
PackageVersion: 0.4.14 | ||
PackageLocale: en-US | ||
Publisher: Astral | ||
PublisherUrl: https://github.com/astral-sh/uv | ||
PublisherSupportUrl: https://github.com/astral-sh/uv/issues | ||
Author: uv contributors | ||
PackageName: uv | ||
PackageUrl: https://github.com/astral-sh/uv | ||
License: Apache-2.0 | ||
LicenseUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT | ||
Copyright: Copyright (c) 2023 Astral Software Inc. | ||
CopyrightUrl: https://github.com/astral-sh/uv/blob/main/LICENSE-MIT | ||
ShortDescription: An extremely fast Python package installer and resolver, written in Rust. | ||
Description: An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in replacement for common pip and pip-tools workflows. | ||
Moniker: uv | ||
Tags: | ||
- python | ||
- uv | ||
ReleaseNotes: |- | ||
Release Notes | ||
Breaking | ||
- Move uvx shell completion to uvx --generate-shell-completion (#7511) | ||
Enhancements | ||
- Adjust messaging for frozen hint on resolution failure during uv add (#7597) | ||
- Provide resolution hints in case of possible local name conflicts (#7505) | ||
- Improve Docker image release tagging order and display on ghcr.io (#7568) | ||
- Improve deserialization error messages (#7598) | ||
Bug fixes | ||
- Allow system environments during project environment validity check (#7585) | ||
- Avoid validating workspace members when --no-sources is provided (#7599) | ||
- Fix handling of sys.base_prefix collision in interpreter identity check during tool installs (#7596) | ||
- Make uv cache prune robust to unreadable rkyv entries (#7561) | ||
- Revert "Remove duplicate warning for settings discovery errors (#7384)" (#7594) | ||
Documentation | ||
- Fix - to _ in packaged applications document (#7571) | ||
Install uv 0.4.14 | ||
Install prebuilt binaries via shell script | ||
curl --proto '=https' --tlsv1.2 -LsSf | sh | ||
Install prebuilt binaries via powershell script | ||
powershell -ExecutionPolicy ByPass -c "irm | iex" | ||
Download uv 0.4.14 | ||
| File | Platform | Checksum | | ||
|--------|----------|----------| | ||
| uv-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum | | ||
| uv-x86_64-apple-darwin.tar.gz | Intel macOS | checksum | | ||
| uv-i686-pc-windows-msvc.zip | x86 Windows | checksum | | ||
| uv-x86_64-pc-windows-msvc.zip | x64 Windows | checksum | | ||
| uv-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum | | ||
| uv-i686-unknown-linux-gnu.tar.gz | x86 Linux | checksum | | ||
| uv-powerpc64-unknown-linux-gnu.tar.gz | PPC64 Linux | checksum | | ||
| uv-powerpc64le-unknown-linux-gnu.tar.gz | PPC64LE Linux | checksum | | ||
| uv-s390x-unknown-linux-gnu.tar.gz | S390x Linux | checksum | | ||
| uv-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum | | ||
| uv-armv7-unknown-linux-gnueabihf.tar.gz | ARMv7 Linux | checksum | | ||
| uv-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum | | ||
| uv-i686-unknown-linux-musl.tar.gz | x86 MUSL Linux | checksum | | ||
| uv-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum | | ||
| uv-arm-unknown-linux-musleabihf.tar.gz | ARMv6 MUSL Linux (Hardfloat) | checksum | | ||
| uv-armv7-unknown-linux-musleabihf.tar.gz | ARMv7 MUSL Linux | checksum | | ||
ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.4.14 | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.2.1 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: astral-sh.uv | ||
PackageVersion: 0.4.14 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |