[packages/python3-fido2] - updated to 2.2.1 (supports cryptography up to 51)
qboosh
qboosh at pld-linux.org
Sat Aug 22 21:10:13 CEST 2026
commit df0bbe6b04b2a230f544a522720949cf01281433
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 22 21:10:09 2026 +0200
- updated to 2.2.1 (supports cryptography up to 51)
python3-fido2.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/python3-fido2.spec b/python3-fido2.spec
index 2088daa..2ba6c4f 100644
--- a/python3-fido2.spec
+++ b/python3-fido2.spec
@@ -5,8 +5,7 @@
Summary: Python 3 based FIDO 2.0 library
Summary(pl.UTF-8): Biblioteka FIDO 2.0 dla Pythona 3
Name: python3-fido2
-# 1.1.1+ use poetry as buildsystem
-Version: 2.0.0
+Version: 2.2.1
Release: 1
# Yubico code is BSD licensed; includes also:
# pyudf (Apache 2.0)
@@ -15,7 +14,7 @@ License: BSD, Apache v2.0, MPL v2.0
Group: Libraries/Python
#Source0Download: https://github.com/Yubico/python-fido2/releases
Source0: https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz
-# Source0-md5: 2f3a157e28808c7a34d6ddd88db0aa5d
+# Source0-md5: 4d56b5bcd8e6b3677f0df40e0502ec01
URL: https://developers.yubico.com/python-fido2/
BuildRequires: python3-build
BuildRequires: python3-installer
@@ -23,7 +22,8 @@ BuildRequires: python3-modules >= 1:3.10
BuildRequires: python3-poetry-core >= 2.0.0
%if %{with tests}
BuildRequires: python3-cryptography >= 2.6
-BuildRequires: python3-cryptography < 48
+BuildRequires: python3-cryptography < 52
+BuildRequires: python3-pytest >= 9.0
%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 2.044
@@ -47,7 +47,8 @@ FIDO po USB, a także weryfikowania podpisów poświadczeń i zapewnień.
%py3_build_pyproject
%if %{with tests}
-%{__python3} -m unittest discover -s tests
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+%{__python3} -m pytest tests/test_*.py
%endif
%install
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-fido2.git/commitdiff/df0bbe6b04b2a230f544a522720949cf01281433
More information about the pld-cvs-commit
mailing list