Accepting request 660556 from home:kbabioch:branches:devel:languages:python

- Version 0.5.0 (released 2018-12-21)
  * Changes to server classes, some backwards breaking.
  * Add ability to authenticate U2F credentials by using the appid extension.
  * Make verification of attestation more explicit.
  * Add support for Android SafetyNet attestation.
  * Make it easier to work with U2F/CTAP1 data formats.

OBS-URL: https://build.opensuse.org/request/show/660556
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fido2?expand=0&rev=9
This commit is contained in:
Karol Babioch 2018-12-21 14:07:34 +00:00 committed by Git OBS Bridge
parent 4b18a483a1
commit 2b98c28c7d
4 changed files with 14 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 21 14:05:31 UTC 2018 - Karol Babioch <kbabioch@suse.de>
- Version 0.5.0 (released 2018-12-21)
* Changes to server classes, some backwards breaking.
* Add ability to authenticate U2F credentials by using the appid extension.
* Make verification of attestation more explicit.
* Add support for Android SafetyNet attestation.
* Make it easier to work with U2F/CTAP1 data formats.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 4 12:47:58 UTC 2018 - Matej Cepl <mcepl@suse.com> Tue Dec 4 12:47:58 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fido2 Name: python-fido2
Version: 0.4.0 Version: 0.5.0
Release: 0 Release: 0
Summary: Python-based FIDO 2.0 library Summary: Python-based FIDO 2.0 library
License: BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MPL-2.0 License: BSD-2-Clause AND BSD-3-Clause AND Apache-2.0 AND MPL-2.0