From 1e668e15f66f57850db5627bfabcf8302914a0ec Mon Sep 17 00:00:00 2001 From: Tianyi Tao Date: Sat, 21 Sep 2024 09:59:10 +0800 Subject: [PATCH] New version: astral-sh.uv version 0.4.14 (#174545) --- .../uv/0.4.14/astral-sh.uv.installer.yaml | 25 +++++++ .../uv/0.4.14/astral-sh.uv.locale.en-US.yaml | 72 +++++++++++++++++++ .../a/astral-sh/uv/0.4.14/astral-sh.uv.yaml | 8 +++ 3 files changed, 105 insertions(+) create mode 100644 manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.installer.yaml create mode 100644 manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.locale.en-US.yaml create mode 100644 manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.yaml diff --git a/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.installer.yaml b/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.installer.yaml new file mode 100644 index 0000000000000..70feea1ecfb3d --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.installer.yaml @@ -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 diff --git a/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.locale.en-US.yaml b/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.locale.en-US.yaml new file mode 100644 index 0000000000000..e0b499a2f6aa6 --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.locale.en-US.yaml @@ -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 diff --git a/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.yaml b/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.yaml new file mode 100644 index 0000000000000..fd91d69e51c7f --- /dev/null +++ b/manifests/a/astral-sh/uv/0.4.14/astral-sh.uv.yaml @@ -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