public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Update to 0.10.3 (close RHBZ#2440200)
@ 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 : 0daec061ee1396a9e22556a47c958bd05b732b8d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-02-16T15:15:09+00:00
Stats  : +14/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-uv-build/c/0daec061ee1396a9e22556a47c958bd05b732b8d?branch=epel10

Log:
Update to 0.10.3 (close RHBZ#2440200)

---
diff --git a/.gitignore b/.gitignore
index 92798eb..2a75d1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -88,3 +88,4 @@
 /uv_build-0.10.0.tar.gz
 /uv_build-0.10.1.tar.gz
 /uv_build-0.10.2.tar.gz
+/uv_build-0.10.3.tar.gz

diff --git a/python-uv-build.spec b/python-uv-build.spec
index 6a835ca..e2fc95e 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -1,7 +1,7 @@
 %bcond check 1
 
 Name:           python-uv-build
-Version:        0.10.2
+Version:        0.10.3
 Release:        %autorelease
 Summary:        The uv build backend
 
@@ -133,6 +133,10 @@ find -L . -type f -name Cargo.toml -print \
 tomcli set pyproject.toml false tool.maturin.strip
 tomcli set Cargo.toml false profile.release.strip
 
+# Do not request static linking of anything (particularly, liblzma)
+tomcli set Cargo.toml lists delitem \
+    workspace.dependencies.xz2.features 'static'
+
 # We retain the following example even when there are currently no dependencies
 # that need to be adjusted.
 #
@@ -142,6 +146,13 @@ tomcli set Cargo.toml false profile.release.strip
 # #   https://bugzilla.redhat.com/show_bug.cgi?id=1234567
 # tomcli set Cargo.toml str workspace.dependencies.foocrate.version 0.1.2
 
+# zip
+#   wanted: >=2.2.3, <7.2
+#   currently packaged: 7.2
+#   pinned upstream due to different output on Windows; OK on Linux
+#   https://github.com/zip-rs/zip2/issues/656
+tomcli set Cargo.toml str workspace.dependencies.zip.version '>=2.2.3'
+
 %cargo_prep
 
 

diff --git a/sources b/sources
index 079307e..bc2b214 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (uv_build-0.10.2.tar.gz) = fee7ddb7eedc2490eed4240120b6541b6d4b247dd428e8e6844895880d4ed8310dc90a5a0805ee77a5ea179b753212719cf9e2be9baad19c5661e7df50d84f34
+SHA512 (uv_build-0.10.3.tar.gz) = b49b5089b34d18851264f4f0645021828a7b5a8a46b393d4a67e9f99d508aa12f24d9fcb7c821d585a5dfea8c2a4fb1980853df64cb63fc07cde63eb9a27440f

^ 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.10.3 (close RHBZ#2440200) 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