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/yubikey-manager] epel10: Do not upper-bound the version of keyring
Date: Fri, 21 Aug 2026 14:27:28 GMT	[thread overview]
Message-ID: <178732244890.1.13942464771574486469.rpms-yubikey-manager-0fcec580afcb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/yubikey-manager
Branch : epel10
Commit : 0fcec580afcb6421a8a796663ec08ae7dbce59b7
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2024-03-27T14:48:59-04:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/0fcec580afcb6421a8a796663ec08ae7dbce59b7?branch=epel10

Log:
Do not upper-bound the version of keyring

---
diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index 77dd4a4..0ac557d 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -40,6 +40,9 @@ Python library for configuring a YubiKey.
 %prep
 %forgesetup
 %autosetup -p1 -n %{archivename}
+# Do not upper-bound the version of keyring, since its major version increases
+# frequently, usually without significant incompatibilities.
+sed -r -i 's/(keyring = ">=[^"]+), <[^"]+"/\1"/' pyproject.toml
 
 %build
 %pyproject_wheel

                 reply	other threads:[~2026-08-21 14:27 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=178732244890.1.13942464771574486469.rpms-yubikey-manager-0fcec580afcb@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