diff mbox series

[2/8] python3-uv-build: upgrade 0.12.8 -> 0.12.9

Message ID 20260902-mathieu-updates-2026-09-02-v1-2-039b74833ec7@bootlin.com
State Under Review
Headers show
Series Upgrades of 2026-09-02 | expand

Commit Message

Mathieu Dubois-Briand Sept. 2, 2026, 3:46 p.m. UTC
Changelog:

- Python
  - Add CPython 3.15.0rc2
- Enhancements
  - Add --no-locked and --no-frozen to disable lock modes enabled by
    UV_LOCKED and UV_FROZEN for a single invocation
  - Report the exact command-line lock-mode flag in warnings and errors
- Performance
  - Speed up cold wheel installs by extracting each streaming ZIP
    archive in a single blocking task and reusing buffers across files
- Bug fixes
  - Update async_http_range_reader to 0.11.1 to address a potential
    memory-safety issue when reading metadata ranges from untrusted
    wheels
  - Remove sensitive headers when redirects cross authentication realms,
    including same-host redirects that change URL schemes
  - Redact secrets in signed URLs from retry diagnostics, including
    nested request errors
  - Give --locked, --frozen, --check, and --check-exists precedence over
    conflicting UV_LOCKED and UV_FROZEN values
  - Prevent concurrent uv processes from redundantly extracting the same
    local or source-built wheel

Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
 .../python/{python3-uv-build_0.12.8.bb => python3-uv-build_0.12.9.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-uv-build_0.12.8.bb b/meta/recipes-devtools/python/python3-uv-build_0.12.9.bb
similarity index 92%
rename from meta/recipes-devtools/python/python3-uv-build_0.12.8.bb
rename to meta/recipes-devtools/python/python3-uv-build_0.12.9.bb
index c711bc265db6..db313f57578a 100644
--- a/meta/recipes-devtools/python/python3-uv-build_0.12.8.bb
+++ b/meta/recipes-devtools/python/python3-uv-build_0.12.9.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSE-APACHE;md5=86d3f3a95c324c9479bd8986968f4327 \
                     file://crates/uv-pep508/License-Apache;md5=e23fadd6ceef8c618fc1c65191d846fa \
                     file://crates/uv-pep508/License-BSD;md5=ef7a6027dc4c2389b9afad7e690274c7"
 
-SRC_URI[sha256sum] = "6604ea05bc47d69f187896e579eb5c80fff349aa1b886c67cd2da68801ccfff0"
+SRC_URI[sha256sum] = "5811820c072a3f7489133594028f451eea7d65ad94e97f58bff70da1b1a5970d"
 
 require ${BPN}-crates.inc