[packages/python3-fido2] up to 1.2.0

atler atler at pld-linux.org
Tue Mar 18 02:54:25 CET 2025


commit e9a523d4d5d65dd7e4f1bb42a29927b36d30476d
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Mar 18 01:04:46 2025 +0100

    up to 1.2.0

 fido2-cryptography.patch | 11 -----------
 fido2-ctap2.patch        | 22 ----------------------
 python3-fido2.spec       | 28 +++++++++++++---------------
 3 files changed, 13 insertions(+), 48 deletions(-)
---
diff --git a/python3-fido2.spec b/python3-fido2.spec
index 8ba16cc..81605c3 100644
--- a/python3-fido2.spec
+++ b/python3-fido2.spec
@@ -6,8 +6,8 @@ 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:	1.1.0
-Release:	4
+Version:	1.2.0
+Release:	1
 # Yubico code is BSD licensed; includes also:
 # pyudf (Apache 2.0)
 # public suffix list (MPL 2.0)
@@ -15,19 +15,19 @@ 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:	ee9c06204d6eac131b4f7ca6360b0090
-Patch0:		fido2-ctap2.patch
-Patch1:		fido2-cryptography.patch
+# Source0-md5:	7abb158668df47e7ae51493c363d9165
 URL:		https://developers.yubico.com/python-fido2/
-BuildRequires:	python3-modules >= 1:3.7
-BuildRequires:	python3-setuptools
+BuildRequires:	python3-build
+BuildRequires:	python3-installer
+BuildRequires:	python3-modules >= 1:3.8
+BuildRequires:	python3-poetry-core >= 1.0.0
 %if %{with tests}
 BuildRequires:	python3-cryptography >= 2.6
-BuildRequires:	python3-cryptography < 43
+BuildRequires:	python3-cryptography < 45
 %endif
 BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.714
-Requires:	python3-modules >= 1:3.7
+BuildRequires:	rpmbuild(macros) >= 2.044
+Requires:	python3-modules >= 1:3.8
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -42,11 +42,9 @@ FIDO po USB, a także weryfikowania podpisów poświadczeń i zapewnień.
 
 %prep
 %setup -q -n fido2-%{version}
-%patch -P 0 -p1
-%patch -P 1 -p1
 
 %build
-%py3_build
+%py3_build_pyproject
 
 %if %{with tests}
 %{__python3} -m unittest discover -s tests
@@ -55,7 +53,7 @@ FIDO po USB, a także weryfikowania podpisów poświadczeń i zapewnień.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%py3_install
+%py3_install_pyproject
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/python3-fido2-%{version}
 cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/python3-fido2-%{version}
@@ -67,5 +65,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc COPYING NEWS README.adoc
 %{py3_sitescriptdir}/fido2
-%{py3_sitescriptdir}/fido2-%{version}-py*.egg-info
+%{py3_sitescriptdir}/fido2-%{version}.dist-info
 %{_examplesdir}/python3-fido2-%{version}
diff --git a/fido2-cryptography.patch b/fido2-cryptography.patch
deleted file mode 100644
index bb04b99..0000000
--- a/fido2-cryptography.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- fido2-1.1.0/setup.py.orig	2022-10-17 15:42:20.653279300 +0200
-+++ fido2-1.1.0/setup.py	2024-02-03 09:14:44.265262432 +0100
-@@ -8,7 +8,7 @@ package_data = \
- {'': ['*']}
- 
- install_requires = \
--['cryptography>=2.6,!=35,<40']
-+['cryptography>=2.6,!=35,<43']
- 
- extras_require = \
- {'pcsc': ['pyscard>=1.9,<3']}
diff --git a/fido2-ctap2.patch b/fido2-ctap2.patch
deleted file mode 100644
index ea383a8..0000000
--- a/fido2-ctap2.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 9c980040da63c9ce08ed9a3b366aa2445b03a0bc Mon Sep 17 00:00:00 2001
-From: Fabian Kaczmarczyck <kaczmarczyck at google.com>
-Date: Mon, 5 Dec 2022 22:27:43 +0100
-Subject: [PATCH] Fixes largeBlob to be consistent with CTAP2
-
----
- fido2/ctap2/blob.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/fido2/ctap2/blob.py b/fido2/ctap2/blob.py
-index 03f267f..2363386 100644
---- a/fido2/ctap2/blob.py
-+++ b/fido2/ctap2/blob.py
-@@ -166,7 +166,7 @@ def write_blob_array(self, blob_array: Sequence[Mapping[int, Any]]) -> None:
-             self.ctap.large_blobs(
-                 offset,
-                 set=_set,
--                length=ln,
-+                length=size if offset == 0 else None,
-                 pin_uv_protocol=pin_uv_protocol,
-                 pin_uv_param=pin_uv_param,
-             )
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-fido2.git/commitdiff/e9a523d4d5d65dd7e4f1bb42a29927b36d30476d



More information about the pld-cvs-commit mailing list