public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Update to 0.8.5 (close RHBZ#2386645)
@ 2026-08-16  7:55 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-16  7:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-uv-build
Branch : epel10
Commit : 395229308828959a86bf8f278c2bf2430f68f484
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2025-08-06T08:59:42-04:00
Stats  : +31/-2 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/395229308828959a86bf8f278c2bf2430f68f484?branch=epel10

Log:
Update to 0.8.5 (close RHBZ#2386645)

---
diff --git a/.gitignore b/.gitignore
index 36d6145..69be722 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /uv_build-0.8.2.tar.gz
 /uv_build-0.8.3.tar.gz
 /uv_build-0.8.4.tar.gz
+/uv_build-0.8.5.tar.gz

diff --git a/python-uv-build.spec b/python-uv-build.spec
index a5026b3..9c6c4d9 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -1,7 +1,7 @@
 %bcond check 1
 
 Name:           python-uv-build
-Version:        0.8.4
+Version:        0.8.5
 Release:        %autorelease
 Summary:        The uv build backend
 
@@ -103,6 +103,14 @@ Source200:      %{pubgrub_git}/archive/%{pubgrub_rev}/pubgrub-%{pubgrub_rev}.tar
 %global reqwest_retry_baseversion 0.7.0
 Source300:      %{reqwest_middleware_git}/archive/%{reqwest_middleware_rev}/reqwest-middleware-%{reqwest_middleware_rev}.tar.gz
 
+# Downstream-only: unpin h2 (pinned in
+# https://github.com/astral-sh/uv/commit/b2c382f7c1f6949c007cd95248cdcaa9ec3dd559)
+# because we cannot respect the version downgrade using system packages;
+# unfortunately, this means we will continue to be affected by
+# https://github.com/astral-sh/uv/issues/15056,
+# https://github.com/hyperium/h2/issues/856.
+Patch:          uv_build-0.8.5-unpin-h2.patch
+
 BuildSystem:            pyproject
 BuildOption(install):   -l uv_build
 

diff --git a/sources b/sources
index e5f7e69..81e0666 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (uv_build-0.8.4.tar.gz) = 875de875a2c1f73d4d4d53f1844ce11dbfde69dca552da3fabb071689309d01f4759cdb3ca71142dfdf791be5e1ada0de9a0326ad2107acd93483fa25eb518b4
+SHA512 (uv_build-0.8.5.tar.gz) = 3bc3de1d240d78d5034c97801bcb6696d3ade9fb1a3cfe838a2ed66e7225ea72fa61ff82fdee66b213c7e5f63b0ee6ec2e04820102f3b50c3292107a643a3749
 SHA512 (pubgrub-06ec5a5f59ffaeb6cf5079c6cb184467da06c9db.tar.gz) = 3f0b18aecbc73fee91fc7de9f10d240ddc06c836fa2f116c1f007dd7818d099e6aea1852ca0b8d1a26ac19aac896535dba1a6298851a65515b553810c6245784
 SHA512 (reqwest-middleware-ad8b9d332d1773fde8b4cd008486de5973e0a3f8.tar.gz) = 2dad83835c87cdd79e2a08c19b5024b3fdf30d1d8cd14e480e434612e856ecc20a5404881ff81d5793d3e9d5808ee3d59ce920312a86a100535009da43d7d46b

diff --git a/uv_build-0.8.5-unpin-h2.patch b/uv_build-0.8.5-unpin-h2.patch
new file mode 100644
index 0000000..3951a26
--- /dev/null
+++ b/uv_build-0.8.5-unpin-h2.patch
@@ -0,0 +1,20 @@
+diff -Naur uv_build-0.8.5-original/Cargo.toml uv_build-0.8.5/Cargo.toml
+--- uv_build-0.8.5-original/Cargo.toml	1969-12-31 19:00:00.000000000 -0500
++++ uv_build-0.8.5/Cargo.toml	2025-08-06 08:57:15.451553586 -0400
+@@ -112,7 +112,6 @@
+ globset = { version = "0.4.15" }
+ globwalk = { version = "0.9.1" }
+ goblin = { version = "0.10.0", default-features = false, features = ["std", "elf32", "elf64", "endian_fd"] }
+-h2 = { version = "<=0.4.7" }
+ hashbrown = { version = "0.15.1" }
+ hex = { version = "0.4.3" }
+ home = { version = "0.5.9" }
+@@ -214,7 +213,7 @@
+ whoami = { version = "1.6.0" }
+ 
+ [workspace.metadata.cargo-shear]
+-ignored = ["flate2", "xz2", "h2"]
++ignored = ["flate2", "xz2"]
+ 
+ [workspace.lints.rust]
+ unsafe_code = "warn"

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-16  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16  7:55 [rpms/python-uv-build] epel10: Update to 0.8.5 (close RHBZ#2386645) 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