- 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
This commit is contained in:
parent
4c11945204
commit
3bbf4ce63c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6110d913106f76199201b32d262b2857562cc46ba1d0b9c51fbce30dc936c573
|
||||
size 248554
|
Binary file not shown.
3
fido2-1.1.3.tar.gz
Normal file
3
fido2-1.1.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26100f226d12ced621ca6198528ce17edf67b78df4287aee1285fee3cd5aa9fc
|
||||
size 252813
|
11
fido2-1.1.3.tar.gz.asc
Normal file
11
fido2-1.1.3.tar.gz.asc
Normal file
@ -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-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 16:26:39 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user