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.26 (microsoft#185542)
- Loading branch information
1 parent
8a03113
commit dcb1f8c
Showing
3 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
manifests/a/astral-sh/uv/0.4.26/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,26 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: astral-sh.uv | ||
PackageVersion: 0.4.26 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: uv.exe | ||
- RelativeFilePath: uvx.exe | ||
ReleaseDate: 2024-10-23 | ||
Installers: | ||
- Architecture: x86 | ||
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.26/uv-i686-pc-windows-msvc.zip | ||
InstallerSha256: BD3599762172F1D321BE22F1F788CF2A6B981123F53BC7AA5336901E31E9A9BD | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x86 | ||
- Architecture: x64 | ||
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.4.26/uv-x86_64-pc-windows-msvc.zip | ||
InstallerSha256: 1DFB521253945F381279D21B7C3F4E6539100A7FEFDCD0BC7080668237575CD3 | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
74 changes: 74 additions & 0 deletions
74
manifests/a/astral-sh/uv/0.4.26/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,74 @@ | ||
# Created with komac v2.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: astral-sh.uv | ||
PackageVersion: 0.4.26 | ||
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: Either the Apache-2.0 License, or the MIT License | ||
LicenseUrl: https://github.com/astral-sh/uv/blob/0.4.26/README.md#license | ||
Copyright: Copyright (c) 2023 Astral Software Inc. | ||
CopyrightUrl: https://github.com/astral-sh/uv/blob/0.4.26/README.md#license | ||
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 | ||
Enhancements | ||
- Allow static dependency metadata entries for direct URL requirements (#7846) | ||
- Use reinstall report formatting for uv python install --reinstall (#8487) | ||
- Add support for system-level uv.toml configuration (#7851) | ||
Bug fixes | ||
- Apply requires-python narrowing with upper bounds (#8403) | ||
- Avoid rewriting [[tool.uv.index]] entries when credentials are provided (#8502) | ||
- Fix uv add comment handling for empty arrays (#8504) | ||
- Replace dashes with underscores in index credential variables (#8452) | ||
- Respect --allow-insecure-host in uv publish (#8440) | ||
- Allow arbitrary --package includes in uv tree (#8507) | ||
- Remove existing Python install after successful download in uv python install (#8485) | ||
Documentation | ||
- Add docs example for URLs with [tool.uv.dependency-metadata] (#8484) | ||
- Add help page for build failures (#8286) | ||
- Fix cache-keys typo in tags = true (#8422) | ||
- Add documentation examples for manual branch, rev, and tag Git dependencies (#8497) | ||
Error messages | ||
- Improve error message for cache info serialization (#8500) | ||
- Suggest --from command when executable is available for uvx (#8473) | ||
- Support --with-editable in uv tool install (#8472) | ||
Install uv 0.4.26 | ||
Install prebuilt binaries via shell script | ||
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.26/uv-installer.sh | sh | ||
Install prebuilt binaries via powershell script | ||
powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/uv/releases/download/0.4.26/uv-installer.ps1 | iex" | ||
Download uv 0.4.26 | ||
| 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.26 | ||
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.6.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: astral-sh.uv | ||
PackageVersion: 0.4.26 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |