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 b638f9a..0000000 Binary files a/fido2-1.1.2.tar.gz.sig and /dev/null differ 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}