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.10.3 (close RHBZ#2440200)
Date: Sun, 16 Aug 2026 07:55:44 GMT	[thread overview]
Message-ID: <178686694461.1.8503241792905809829.rpms-python-uv-build-0daec061ee13@fedoraproject.org> (raw)

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

                 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=178686694461.1.8503241792905809829.rpms-python-uv-build-0daec061ee13@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