diff --git a/fido2-1.1.3.tar.gz b/fido2-1.1.3.tar.gz deleted file mode 100644 index 80d74dd..0000000 --- a/fido2-1.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 3d07a10..0000000 --- a/fido2-1.1.3.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------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/fido2-1.2.0.tar.gz b/fido2-1.2.0.tar.gz new file mode 100644 index 0000000..99d9998 --- /dev/null +++ b/fido2-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b +size 266369 diff --git a/fido2-1.2.0.tar.gz.sig b/fido2-1.2.0.tar.gz.sig new file mode 100644 index 0000000..51b36ac Binary files /dev/null and b/fido2-1.2.0.tar.gz.sig differ diff --git a/python-fido2.changes b/python-fido2.changes index 8cb136a..a7346c5 100644 --- a/python-fido2.changes +++ b/python-fido2.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jan 9 13:29:42 UTC 2025 - Johannes Kastl + +- update to 1.2.0: + - Improved extension handling: + - Several new extensions are now supported, both for Fido2Client + and WindowsClient. + - Extension APIs have been redesigned, and old APIs have been + deprecated, slated for + - removal in version 2.0. + - Disable hmac-secret extension by default, preferring prf. + - Improved (de-)serialization of dataclasses to/from + JSON-friendly dicts. + - Fido2Client: + - Support allowCredentials/excludeCredentials of arbitrary + length. + - Handle PUAT_REQUIRED by re-attempting with PIN/UV. + - Allow localhost (and subdomains) to use http:// in RP ID + verification by default. + - NFC: Support for Authenticators that return SW=61XX on SELECT. + - USB: Improve connection recovery and use more specific + exceptions for errors. + - Fix: Handle residentKey=preferred properly. + - Fix: Handle Authentictors that do not pass extensions in + GetInfo. + ------------------------------------------------------------------- Tue May 7 16:26:39 UTC 2024 - Dirk Müller diff --git a/python-fido2.spec b/python-fido2.spec index af7c0cc..6385f08 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -1,7 +1,7 @@ # # spec file for package python-fido2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.3 +Version: 1.2.0 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.asc +Source1: https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz.sig Source2: %{name}.keyring BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module cryptography >= 2.6}