public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] rawhide: Update to 0.12.6
@ 2026-09-03 9:49 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-09-03 9:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uv
Branch : rawhide
Commit : 85c10fdc371739e7a3fb6022158d0b4b82088be8
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-09-03T07:01:32+01:00
Stats : +39/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/uv/c/85c10fdc371739e7a3fb6022158d0b4b82088be8?branch=rawhide
Log:
Update to 0.12.6
---
diff --git a/21433.patch b/21433.patch
new file mode 100644
index 0000000..8d08429
--- /dev/null
+++ b/21433.patch
@@ -0,0 +1,34 @@
+From 37b12e28bfa28593e477444467a571bda0656741 Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" <code@musicinmybrain.net>
+Date: Thu, 3 Sep 2026 06:28:52 +0100
+Subject: [PATCH] Gate dirhash::tests::test_vectors_json on test-pypi feature
+
+---
+ crates/uv-extract/Cargo.toml | 1 +
+ crates/uv-extract/src/dirhash.rs | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/crates/uv-extract/Cargo.toml b/crates/uv-extract/Cargo.toml
+index abd7bbb9895..7df1a21412f 100644
+--- a/crates/uv-extract/Cargo.toml
++++ b/crates/uv-extract/Cargo.toml
+@@ -53,6 +53,7 @@ serde_json = { workspace = true }
+
+ [features]
+ default = []
++test-pypi = []
+
+ [package.metadata.cargo-shear]
+ # NOTE: `async-compression` owns the actual Deflate codec, but we need to
+diff --git a/crates/uv-extract/src/dirhash.rs b/crates/uv-extract/src/dirhash.rs
+index 76a0300ca51..ad0ce9b78f2 100644
+--- a/crates/uv-extract/src/dirhash.rs
++++ b/crates/uv-extract/src/dirhash.rs
+@@ -804,6 +804,7 @@ mod tests {
+ dirhash: String,
+ }
+
++ #[cfg(feature = "test-pypi")]
+ // `../test_vectors/test_vectors.json` contains a series of input trees and hashes, which is
+ // generated by `cargo dev generate-dirhash-test-vectors`. This tests both `dirhash_path` and
+ // `DirhashTree` from this file, and also the `dirhash.py` Python implementation, so we're
diff --git a/sources b/sources
index 498e6ab..45619da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (uv-0.12.5.tar.gz) = 680253f889ef2a598071aeaeb51581b2b49a0aadf0f450d1c69bd60c267c71b925f6318e93572861f4410cbd3613b6fded10375821ce4376458249c75269b774
+SHA512 (uv-0.12.6.tar.gz) = afe6f5788468168f9380122073a8e96b88c14def80df8cd253cd64e4cc28f16da76137d90a73b8bd1e6cd93c0858701002161e53235f55749ac11eaa14b14000
diff --git a/uv.spec b/uv.spec
index deaa088..95c0526 100644
--- a/uv.spec
+++ b/uv.spec
@@ -5,7 +5,7 @@
%bcond other_python_versions %{undefined epel}
Name: uv
-Version: 0.12.5
+Version: 0.12.6
# The uv package has a permanent exception to the Updates Policy in Fedora, so
# it can be updated in stable releases across SemVer boundaries (subject to
# good judgement and actual compatibility of any reverse dependencies). See
@@ -160,6 +160,9 @@ Patch: uv-0.12.1-revert-blake2-beta.patch
# Add license texts for new contents of test/ecosystem/ from PR#20068
# https://github.com/astral-sh/uv/pull/20174
Patch: %{url}/pull/20174.patch
+# Gate dirhash::tests::test_vectors_json on test-pypi feature
+# https://github.com/astral-sh/uv/pull/21433
+Patch: %{url}/pull/21433.patch
BuildSystem: pyproject
BuildOption(install): --assert-license uv
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 9:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 9:49 [rpms/uv] rawhide: Update to 0.12.6 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox