Skip to content

Commit 24672f0

Browse files
authored
New version: astral-sh.uv version 0.9.27 (microsoft#333891)
1 parent e3b11f4 commit 24672f0

4 files changed

Lines changed: 119 additions & 0 deletions

File tree

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json
3+
4+
PackageIdentifier: astral-sh.uv
5+
PackageVersion: 0.9.27
6+
InstallerType: zip
7+
NestedInstallerType: portable
8+
NestedInstallerFiles:
9+
- RelativeFilePath: uvx.exe
10+
PortableCommandAlias: uvx
11+
- RelativeFilePath: uv.exe
12+
PortableCommandAlias: uv
13+
- RelativeFilePath: uvw.exe
14+
PortableCommandAlias: uvw
15+
Commands:
16+
- uv
17+
- uvw
18+
- uvx
19+
ReleaseDate: 2026-01-26
20+
Installers:
21+
- Architecture: x86
22+
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.9.27/uv-i686-pc-windows-msvc.zip
23+
InstallerSha256: F47831A97B8A1BC7C7211905C1E517CC2F4EF84DF877F2A283C49609275DB0FA
24+
Dependencies:
25+
PackageDependencies:
26+
- PackageIdentifier: Microsoft.VCRedist.2015+.x86
27+
- Architecture: x64
28+
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.9.27/uv-x86_64-pc-windows-msvc.zip
29+
InstallerSha256: C3BF465D5F2B93C836F369AEC9F3FA8350843F24ABD5F710BB74E72440B82898
30+
Dependencies:
31+
PackageDependencies:
32+
- PackageIdentifier: Microsoft.VCRedist.2015+.x64
33+
- Architecture: arm64
34+
InstallerUrl: https://github.com/astral-sh/uv/releases/download/0.9.27/uv-aarch64-pc-windows-msvc.zip
35+
InstallerSha256: B448AB228F5D1165B8497E8CA10346AF6F652EB8AD4E75E47FA55E8CDB5B60D7
36+
Dependencies:
37+
PackageDependencies:
38+
- PackageIdentifier: Microsoft.VCRedist.2015+.arm64
39+
ManifestType: installer
40+
ManifestVersion: 1.12.0
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json
3+
4+
PackageIdentifier: astral-sh.uv
5+
PackageVersion: 0.9.27
6+
PackageLocale: en-US
7+
Publisher: Astral Software Inc.
8+
PublisherUrl: https://astral.sh/
9+
PublisherSupportUrl: https://github.com/astral-sh/uv/issues
10+
Author: Astral Software Inc.
11+
PackageName: uv
12+
PackageUrl: https://github.com/astral-sh/uv
13+
License: Apache-2.0 or MIT
14+
LicenseUrl: https://github.com/astral-sh/uv/blob/HEAD/README.md#license
15+
Copyright: Copyright (c) 2026 Astral Software Inc.
16+
ShortDescription: An extremely fast Python package and project manager, written in Rust.
17+
Description: An extremely fast Python package and project manager, written in Rust. Designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, twine, virtualenv workflows, and more.
18+
Moniker: uv
19+
Tags:
20+
- python
21+
ReleaseNotes: |-
22+
Released on 2026-01-26.
23+
Python
24+
- Upgrade Pyodide to 0.29.2 (#17652)
25+
- Upgrade to GraalPy 25.0.2 (#17634)
26+
Enhancements
27+
- Add -t shortform for --target to uv pip subcommands (#17501)
28+
- Add support for ROCm 7.0 and 7.1 accelerator backends (#17681)
29+
- Further improve free-threading ABI incompatibility errors (#17491)
30+
- Implement uv pip freeze --exclude flag (#17045)
31+
- Improve warnings for --system and --no-system in uv venv (#17647)
32+
- Make uv pip compile attempt to download a specified --python-version if it can. (#17249)
33+
- Support Trusted Publishing with pyx (#17438)
34+
- Fix JSON schema for exclude-newer-package (#17665)
35+
Preview features
36+
- Better detection for conflicting packages (#17623)
37+
- Upgrade based on outdated build versions in uv python upgrade (#17653)
38+
Bug fixes
39+
- Change chocolatey system test to ensure uv uses the right python (#17533)
40+
- Fix infinite loop when SSL_CERT_FILE is a directory (#17503)
41+
Documentation
42+
- Add cargo-xwin to the CONTRIBUTING guide (#17507)
43+
- Fix typo in the documentation of UV_PUBLISH_INDEX (#17672)
44+
- Move MSRV to platform support section (#17534)
45+
- Update the testing instructions in the CONTRIBUTING guide (#17528)
46+
- Use --locked to install cargo-xwin in guide (#17530)
47+
- Warn about PyPy being unmaintained (#17643)
48+
- docs: Correct gitlab-ci.yml to .gitlab-ci.yml (#17682)
49+
Other changes
50+
- Update MSRV to 1.91 (#17677)
51+
ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.9.27
52+
Documentations:
53+
- DocumentLabel: Docs
54+
DocumentUrl: https://docs.astral.sh/uv/
55+
ManifestType: defaultLocale
56+
ManifestVersion: 1.12.0
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.12.0.schema.json
3+
4+
PackageIdentifier: astral-sh.uv
5+
PackageVersion: 0.9.27
6+
PackageLocale: zh-CN
7+
License: Apache-2.0 或 MIT
8+
ShortDescription: 用 Rust 编写的极速 Python 软件包和项目管理器
9+
Description: 用 Rust 编写的极速 Python 软件包和项目管理器。可作为单一工具替代 pip、pip-tools、pipx、poles、pyenv、twine、virtualenv 工作流等。
10+
ReleaseNotesUrl: https://github.com/astral-sh/uv/releases/tag/0.9.27
11+
Documentations:
12+
- DocumentLabel: 文档
13+
DocumentUrl: https://docs.astral.sh/uv/
14+
ManifestType: locale
15+
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 YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json
3+
4+
PackageIdentifier: astral-sh.uv
5+
PackageVersion: 0.9.27
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.12.0

0 commit comments

Comments
 (0)