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

epel9
gbcox 3 years ago
parent 9a007f626f
commit 7ae398d9ca

@ -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"}

@ -6,12 +6,13 @@ Version: 4.0.8
%forgemeta %forgemeta
Release: 2%{?dist} Release: 3%{?dist}
Summary: Python library and command line tool for configuring a YubiKey Summary: Python library and command line tool for configuring a YubiKey
License: BSD License: BSD
URL: %{forgeurl} URL: %{forgeurl}
Source0: %{forgesource} Source0: %{forgesource}
Source1: %{name}.rpmlintrc Source1: %{name}.rpmlintrc
Patch0: rhbz2095489.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: swig pcsc-lite-devel ykpers pyproject-rpm-macros BuildRequires: swig pcsc-lite-devel ykpers pyproject-rpm-macros
@ -59,6 +60,9 @@ Python library for configuring a YubiKey.
%{_bindir}/ykman %{_bindir}/ykman
%changelog %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 * Thu Jun 09 2022 Gerald Cox <gbcox@member.fsf.org> - 4.0.8-2
- rhbz#2095489 - rhbz#2095489

Loading…
Cancel
Save