public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-uv-build] epel10: Update to 0.8.6
Date: Sun, 16 Aug 2026 07:55:16 GMT [thread overview]
Message-ID: <178686691681.1.7699770892042173048.rpms-python-uv-build-7dc621c62566@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-uv-build
Branch : epel10
Commit : 7dc621c6256648a278533b6bf4cf3d557dd779f9
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-08-09T07:09:21-04:00
Stats : +3/-30 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-uv-build/c/7dc621c6256648a278533b6bf4cf3d557dd779f9?branch=epel10
Log:
Update to 0.8.6
---
diff --git a/.gitignore b/.gitignore
index 69be722..daef07d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/uv_build-0.8.3.tar.gz
/uv_build-0.8.4.tar.gz
/uv_build-0.8.5.tar.gz
+/uv_build-0.8.6.tar.gz
diff --git a/python-uv-build.spec b/python-uv-build.spec
index 9c6c4d9..a8b5b01 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.5
+Version: 0.8.6
Release: %autorelease
Summary: The uv build backend
@@ -103,14 +103,6 @@ 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 81e0666..956e1aa 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (uv_build-0.8.5.tar.gz) = 3bc3de1d240d78d5034c97801bcb6696d3ade9fb1a3cfe838a2ed66e7225ea72fa61ff82fdee66b213c7e5f63b0ee6ec2e04820102f3b50c3292107a643a3749
+SHA512 (uv_build-0.8.6.tar.gz) = da83c3ba7f2daa1c39a8bac5b18635eff4afc93460ea23b770518ebaf44bef573654e272c117e257f4126124c71a5b661f2751ff36be792c03ee28f257d1eddc
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
deleted file mode 100644
index 3951a26..0000000
--- a/uv_build-0.8.5-unpin-h2.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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"
reply other threads:[~2026-08-16 7:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178686691681.1.7699770892042173048.rpms-python-uv-build-7dc621c62566@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox