public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10: Do not upper-bound the version of keyring
@ 2026-08-21 14:27 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-21 14:27 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-21 14:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21 14:27 [rpms/yubikey-manager] epel10: Do not upper-bound the version of keyring 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