public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-uv-build] epel10: Allow spdx 0.12
@ 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 : f52dab3c083e15ea7c01391408fdea954c62662d
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2025-11-02T12:34:45+00:00
Stats : +18/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-uv-build/c/f52dab3c083e15ea7c01391408fdea954c62662d?branch=epel10
Log:
Allow spdx 0.12
---
diff --git a/python-uv-build.spec b/python-uv-build.spec
index c4132f4..fa408e7 100644
--- a/python-uv-build.spec
+++ b/python-uv-build.spec
@@ -225,6 +225,24 @@ find -L . -type f -name Cargo.toml -print \
tomcli set pyproject.toml false tool.maturin.strip
tomcli set Cargo.toml false profile.release.strip
+# We retain the following example even when there are currently no dependencies
+# that need to be adjusted.
+#
+# # foocrate
+# # wanted: 0.2.0
+# # currently packaged: 0.1.2
+# # https://bugzilla.redhat.com/show_bug.cgi?id=1234567
+# tomcli set Cargo.toml str workspace.dependencies.foocrate.version 0.1.2
+
+# spdx
+# wanted: 0.10.6
+# currently packaged: 0.10.9 (but we want to update to 0.12)
+# https://bugzilla.redhat.com/show_bug.cgi?id=2387258
+# Update the spdx dependency to version 0.12
+# https://github.com/astral-sh/uv/pull/16552
+tomcli set Cargo.toml str workspace.dependencies.spdx.version \
+ '>=0.10.6, <0.13.0'
+
%cargo_prep
^ 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: Allow spdx 0.12 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