From 3bbf4ce63c9330ca82713e57cda4e90c0e6fd0900d4fc4d1839c42e6588250a9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 May 2024 16:27:58 +0000 Subject: [PATCH] - update to 1.1.3: * Fix USB HID issue on MacOS that sometimes caused a pause while waiting for a timeout. * Fix argument to CredProp extension where an enum value was required instead of also allowing a string. * Fix parsing of some key types (ES384, ES512) causing signature verification to fail. * Deprecation: Calling websafe_decode with a bytes argument instead of str. This will raise a TypeError in the next major version of the library. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fido2?expand=0&rev=36 --- fido2-1.1.2.tar.gz | 3 --- fido2-1.1.2.tar.gz.sig | Bin 310 -> 0 bytes fido2-1.1.3.tar.gz | 3 +++ fido2-1.1.3.tar.gz.asc | 11 +++++++++++ python-fido2.changes | 15 +++++++++++++++ python-fido2.spec | 6 +++--- 6 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 fido2-1.1.2.tar.gz delete mode 100644 fido2-1.1.2.tar.gz.sig create mode 100644 fido2-1.1.3.tar.gz create mode 100644 fido2-1.1.3.tar.gz.asc diff --git a/fido2-1.1.2.tar.gz b/fido2-1.1.2.tar.gz deleted file mode 100644 index f032bcb..0000000 --- a/fido2-1.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6110d913106f76199201b32d262b2857562cc46ba1d0b9c51fbce30dc936c573 -size 248554 diff --git a/fido2-1.1.2.tar.gz.sig b/fido2-1.1.2.tar.gz.sig deleted file mode 100644 index b638f9a305f28417f857cf51f65f1bb543997f29b4c33541e13b92b362f5f105..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SEvc79j*6?lN13s2j`E|Zb91mmYxh_wiH+dw0WRlvy1Vr!gVpJA19sIChN zp%X14+BO>Avsu=_14tO)@f}~!+m?zUa%_b8*g$J1`Se`?pBn)_HXbESKvo*$v_?pq zQzG~S_`_tP;%%)4fw6Xj6{-Hc+LNr)NqF5BTb>Tpw;DC7J@L(|-8*!a-}gy6Cl8B4 zeJ-y015;844DePH0xk0QX0(w{#-k)~>g#3lvS4?rxC5>0>U%4XL?!yfbIeDqT(27L IjQ6OqRqNuFe*gdg diff --git a/fido2-1.1.3.tar.gz b/fido2-1.1.3.tar.gz new file mode 100644 index 0000000..80d74dd --- /dev/null +++ b/fido2-1.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26100f226d12ced621ca6198528ce17edf67b78df4287aee1285fee3cd5aa9fc +size 252813 diff --git a/fido2-1.1.3.tar.gz.asc b/fido2-1.1.3.tar.gz.asc new file mode 100644 index 0000000..3d07a10 --- /dev/null +++ b/fido2-1.1.3.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEIO4yW4aoG8vT5WeY8ENnCW+6legFAmXxZHgACgkQ8ENnCW+6 +lej2wAf9Ha5pDCOPduSgI1rMUNtyAoKa/Fpol3zOMR4zm3FLQKKLvI0L8kglmQVb +MyKFMGr8goBOEyrZSV8BjE2hGYFMzVFbqaqIFgJXh3UlWuUuZnGRG6EY3agLLE7C +Ew3QXaGWO14r5a5Hlxw1hLHjASUrhZ21nsTUMZk1T8fVd8rcsldt3rMce2n1yGZJ +lXIKUvKGguutjPYDUTSchtp57BA127PztZkc8yatUr1tOJkualjsHBb5WcYL5+O+ +dPjG+oOrxMqZjOaQ3VMWDUjO7G7gBMCQ5WtDEKjV/GHdY2MgYuIsp/bNcF5+q5RZ +P7R/n5UXtNXHhO06HVO+LKxzrG1M+w== +=S7aA +-----END PGP SIGNATURE----- diff --git a/python-fido2.changes b/python-fido2.changes index a871f39..8cb136a 100644 --- a/python-fido2.changes +++ b/python-fido2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue May 7 16:26:39 UTC 2024 - Dirk Müller + +- update to 1.1.3: + * Fix USB HID issue on MacOS that sometimes caused a pause + while waiting for a timeout. + * Fix argument to CredProp extension where an enum value + was required instead of also allowing a string. + * Fix parsing of some key types (ES384, ES512) causing + signature verification to fail. + * Deprecation: Calling websafe_decode with a bytes argument + instead of str. + This will raise a TypeError in the next major version of + the library. + ------------------------------------------------------------------- Mon Nov 27 15:40:01 UTC 2023 - Dirk Müller diff --git a/python-fido2.spec b/python-fido2.spec index ecc4947..af7c0cc 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,7 +1,7 @@ # # spec file for package python-fido2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-fido2 -Version: 1.1.2 +Version: 1.1.3 Release: 0 Summary: Python-based FIDO 2.0 library License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND MPL-2.0 Group: Development/Languages/Python URL: https://github.com/Yubico/python-fido2 Source0: https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz -Source1: https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz.sig +Source1: https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz.asc Source2: %{name}.keyring BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module cryptography >= 2.6}