Accepting request 1236812 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1236812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fido2?expand=0&rev=19
This commit is contained in:
Ana Guerrero 2025-01-12 10:20:45 +00:00 committed by Git OBS Bridge
commit d2c0f0c6d9
6 changed files with 32 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26100f226d12ced621ca6198528ce17edf67b78df4287aee1285fee3cd5aa9fc
size 252813

View File

@ -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-----

3
fido2-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e39f95920122d64283fda5e5581d95a206e704fa42846bfa4662f86aa0d3333b
size 266369

BIN
fido2-1.2.0.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jan 9 13:29:42 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- 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 <dmueller@suse.com>

View File

@ -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}