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: Allow spdx 0.12
Date: Sun, 16 Aug 2026 07:55:31 GMT [thread overview]
Message-ID: <178686693171.1.16341247858961929512.rpms-python-uv-build-f52dab3c083e@fedoraproject.org> (raw)
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
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=178686693171.1.16341247858961929512.rpms-python-uv-build-f52dab3c083e@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