public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yubikey-manager] epel10: rhbz#2095489 - Patch to allow new python-fido2 version 1.0
@ 2026-08-21 14:27 gbcox
  0 siblings, 0 replies; only message in thread
From: gbcox @ 2026-08-21 14:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/yubikey-manager
Branch : epel10
Commit : 7ae398d9ca95ad0d6d066b96815ef875c4c14bec
Author : gbcox <gbcox@bzb.us>
Date   : 2022-06-10T09:14:34-07:00
Stats  : +17/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/yubikey-manager/c/7ae398d9ca95ad0d6d066b96815ef875c4c14bec?branch=epel10

Log:
rhbz#2095489 - Patch to allow new python-fido2 version 1.0

---
diff --git a/rhbz2095489.patch b/rhbz2095489.patch
new file mode 100644
index 0000000..8347371
--- /dev/null
+++ b/rhbz2095489.patch
@@ -0,0 +1,12 @@
+diff -ruN yubikey-manager-6a61db55a316aec374de8e80950918331bcc33d6/pyproject.toml yubikey-manager-6a61db55a316aec374de8e80950918331bcc33d6.new/pyproject.toml
+--- yubikey-manager-6a61db55a316aec374de8e80950918331bcc33d6/pyproject.toml	2022-01-31 03:26:02.000000000 -0800
++++ yubikey-manager-6a61db55a316aec374de8e80950918331bcc33d6.new/pyproject.toml	2022-06-10 08:57:36.109909910 -0700
+@@ -32,7 +32,7 @@
+ cryptography = ">=2.1, <39"
+ pyOpenSSL = {version = ">=0.15.1", optional = true}
+ pyscard = "^1.9 || ^2.0"
+-fido2 = ">=0.9, <1.0"
++fido2 = ">=0.9, <2.0"
+ click = "^6.0 || ^7.0 || ^8.0"
+ pywin32 = {version = ">=223", platform = "win32"}
+ 

diff --git a/yubikey-manager.spec b/yubikey-manager.spec
index cea2c2b..a59f4b4 100644
--- a/yubikey-manager.spec
+++ b/yubikey-manager.spec
@@ -6,12 +6,13 @@ Version:        4.0.8
 
 %forgemeta
 
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python library and command line tool for configuring a YubiKey
 License:        BSD
 URL:            %{forgeurl}
 Source0:        %{forgesource}
 Source1:        %{name}.rpmlintrc
+Patch0:         rhbz2095489.patch
 
 BuildArch:      noarch
 BuildRequires:  swig pcsc-lite-devel ykpers pyproject-rpm-macros
@@ -59,6 +60,9 @@ Python library for configuring a YubiKey.
 %{_bindir}/ykman
 
 %changelog
+* Fri Jun 10 2022 Gerald Cox <gbcox@member.fsf.org> - 4.0.8-3
+- rhbz#2095489 - Patch to allow new python-fido2 version 1.0
+
 * Thu Jun 09 2022 Gerald Cox <gbcox@member.fsf.org> - 4.0.8-2
 - rhbz#2095489
 

^ 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: rhbz#2095489 - Patch to allow new python-fido2 version 1.0 gbcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox