From 40177f69a71d32cce061666cefbd96825650f9b2 Mon Sep 17 00:00:00 2001 From: ECG Bot Date: Fri, 20 Dec 2024 17:01:35 +0000 Subject: [PATCH] build(deps): update astral-sh/uv to v0.5.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This MR contains the following updates: | Package | Update | Change | |---|---|---| | [astral-sh/uv](https://github.com/astral-sh/uv) | patch | `0.5.8` -> `0.5.11` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes
astral-sh/uv (astral-sh/uv) ### [`v0.5.11`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0511) [Compare Source](https://github.com/astral-sh/uv/compare/0.5.10...0.5.11) ##### Enhancements - Normalize `platform_system` to `sys_platform` ([#​9949](https://github.com/astral-sh/uv/pull/9949)) - Improve retry mechanisms on Windows for `copy_atomic` and `write_atomic` ([#​10026](https://github.com/astral-sh/uv/pull/10026)) - Add nuance to prefetch logging ([#​9984](https://github.com/astral-sh/uv/pull/9984)) - Update to [`python-build-standalone 20241219`](https://github.com/astral-sh/python-build-standalone/releases/tag/20241219) ##### Preview features - Build backend: Preserve executable bits for scripts in distributions ([#​10027](https://github.com/astral-sh/uv/pull/10027)) - Build backend: Handle case where `metadata_directory` already contains `dist-info` directory ([#​10005](https://github.com/astral-sh/uv/pull/10005)) ##### Performance - Batch resolver pre-fetches per fork ([#​10029](https://github.com/astral-sh/uv/pull/10029)) ##### Bug fixes - Allow `--script` to be provided with `uv run -` ([#​10035](https://github.com/astral-sh/uv/pull/10035)) - Allow `uv run` arguments when reading from `stdin` ([#​10034](https://github.com/astral-sh/uv/pull/10034)) - Prefer higher Python lower-bounds when forking ([#​10007](https://github.com/astral-sh/uv/pull/10007)) - Remove references to deprecated `first-match` ([#​10036](https://github.com/astral-sh/uv/pull/10036)) ##### Documentation - Add `uv python install --preview` to the documentation ([#​10010](https://github.com/astral-sh/uv/pull/10010)) - Fix `uv python install --default` note about multiple requests ([#​10011](https://github.com/astral-sh/uv/pull/10011)) - Fix typo in Caching docs ([#​10032](https://github.com/astral-sh/uv/pull/10032)) - Remove remaining references to deprecated `first-match` ([#​10038](https://github.com/astral-sh/uv/pull/10038)) - Supplement missing separators for `UV_INSTALL_DIR` directions on Windows ([#​9507](https://github.com/astral-sh/uv/pull/9507)) ### [`v0.5.10`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0510) [Compare Source](https://github.com/astral-sh/uv/compare/0.5.9...0.5.10) ##### Enhancements - Improve backtracking behavior when packages conflict repeatedly ([#​9843](https://github.com/astral-sh/uv/pull/9843)) - Patch Python `sysconfig` values such as `AR` at `ar` install time ([#​9905](https://github.com/astral-sh/uv/pull/9905)) - Patch Python `sysconfig` values such as `clang` to `cc` at install time ([#​9916](https://github.com/astral-sh/uv/pull/9916)) - Skip `--native-tls` in `pip compile` header ([#​9913](https://github.com/astral-sh/uv/pull/9913)) - Add resolver error hint for no-binary and no-build failures ([#​9948](https://github.com/astral-sh/uv/pull/9948)) - Improve build error messages ([#​9660](https://github.com/astral-sh/uv/pull/9660)) - Reduce redundant Python version incompatibilities in resolver error message ([#​9957](https://github.com/astral-sh/uv/pull/9957)) - Reduce redundant enumeration of all package versions in some resolver errors ([#​9885](https://github.com/astral-sh/uv/pull/9885)) - Improve display of ranges when pre-releases are not allowed ([#​9944](https://github.com/astral-sh/uv/pull/9944)) - Improve error messages for `uv remove` ([#​9959](https://github.com/astral-sh/uv/pull/9959)) - Improve phrasing for single term incompatibilities ([#​9953](https://github.com/astral-sh/uv/pull/9953)) - Improve styling of `uv remove` dependency hints ([#​9960](https://github.com/astral-sh/uv/pull/9960)) - Omit trailing zeros on Python requirements inferred from versions ([#​9952](https://github.com/astral-sh/uv/pull/9952)) - Show a concise error message for missing `version` field ([#​9912](https://github.com/astral-sh/uv/pull/9912)) - Use the build options value to improve hints for no wheel / source distribution errors ([#​9950](https://github.com/astral-sh/uv/pull/9950)) ##### Bug fixes - Allow multiple disjoint URLs in overrides ([#​9893](https://github.com/astral-sh/uv/pull/9893)) - Include explicit indexes in publish index choice ([#​9932](https://github.com/astral-sh/uv/pull/9932)) - Fix Python interpreter detection for 32-bit operating systems on 64-bit hosts ([#​9970](https://github.com/astral-sh/uv/pull/9970)) ##### Documentation - Fix typo "operation system" ([#​9971](https://github.com/astral-sh/uv/pull/9971)) - Clarify uninstallation docs ([#​9938](https://github.com/astral-sh/uv/pull/9938)) - Add a note to say that dependencies between workspace members are editable ([#​9363](https://github.com/astral-sh/uv/pull/9363)) - Correctly document default value of `fork-strategy` setting ([#​9931](https://github.com/astral-sh/uv/pull/9931)) - Use double quotes for Windows support in examples ([#​9946](https://github.com/astral-sh/uv/pull/9946)) - Remove `pypy` from top-level pin example ([#​9896](https://github.com/astral-sh/uv/pull/9896)) - Update references to `python-build-standalone` to reflect the transferred project ([#​9977](https://github.com/astral-sh/uv/pull/9977)) - Use a different Ruff version in documentation ([#​9943](https://github.com/astral-sh/uv/pull/9943)) - Change example so it works as-is on `powershell` and `cmd.exe` ([#​9903](https://github.com/astral-sh/uv/pull/9903)) - Clarify best practice for Python matrix strategy in GitHub Actions ([#​9454](https://github.com/astral-sh/uv/pull/9454)) - Add documentation for `uv-lock` and `uv-export` pre-commit hooks ([#​9872](https://github.com/astral-sh/uv/pull/9872)) ##### Preview features - Build backend: Fix pre-PEP 639 license files ([#​9965](https://github.com/astral-sh/uv/pull/9965)) ### [`v0.5.9`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#059) [Compare Source](https://github.com/astral-sh/uv/compare/0.5.8...0.5.9) ##### Enhancements - Fork version selection based on `requires-python` requirements ([#​9827](https://github.com/astral-sh/uv/pull/9827)) - Patch `sysconfig` data at install time ([#​9857](https://github.com/astral-sh/uv/pull/9857)) - Remove `-isysroot` when patching sysconfig ([#​9860](https://github.com/astral-sh/uv/pull/9860)) ##### Configuration - Introduce a `--fork-strategy` preference mode ([#​9868](https://github.com/astral-sh/uv/pull/9868)) - Add support for `UV_OFFLINE` ([#​9795](https://github.com/astral-sh/uv/pull/9795)) ##### Bug fixes - Avoid `panic!()` when current directory does not exist ([#​9876](https://github.com/astral-sh/uv/pull/9876)) - Avoid reusing interpreter metadata when running under Rosetta ([#​9846](https://github.com/astral-sh/uv/pull/9846)) - Avoid trailing slash when deserializing from lockfile ([#​9848](https://github.com/astral-sh/uv/pull/9848)) - Fix bug in terms when collapsing unavailable versions in resolver errors ([#​9877](https://github.com/astral-sh/uv/pull/9877)) - Fix suggestion to use `uv help python` on invalid install requests ([#​9820](https://github.com/astral-sh/uv/pull/9820)) - Skip root when assessing prefix viability ([#​9823](https://github.com/astral-sh/uv/pull/9823)) - Avoid spurious 'Upgraded tool environment' in `uv tool upgrade` ([#​9870](https://github.com/astral-sh/uv/pull/9870)) ##### Rust API - Upgrade minimum Rust version to 1.83 ([#​9815](https://github.com/astral-sh/uv/pull/9815)) ##### Documentation - Document the `--fork-strategy` setting ([#​9887](https://github.com/astral-sh/uv/pull/9887)) ##### Preview features - Build backend: Allow underscores in entrypoints ([#​9825](https://github.com/astral-sh/uv/pull/9825))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). --- chezmoi/dot_config/aquaproj-aqua/aqua.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml index 49ddfc4..f67d5a5 100644 --- a/chezmoi/dot_config/aquaproj-aqua/aqua.yaml +++ b/chezmoi/dot_config/aquaproj-aqua/aqua.yaml @@ -139,7 +139,7 @@ packages: - name: tofuutils/tenv@v3.2.11 description: OpenTofu / Terraform version manager link: https://github.com/tofuutils/tenv -- name: astral-sh/uv@0.5.8 +- name: astral-sh/uv@0.5.11 description: An extremely fast Python package installer and resolver, written in Rust link: https://github.com/astral-sh/uv - name: martinvonz/jj@v0.24.0