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

* Version 0.7.0 (released 2019-06-17)
  * Add support for NFC devices using PCSC.
  * Add support for the hmac-secret Authenticator extension.
  * Honor max credential ID length and number of credentials to Authenticator.
  * Add close() method to CTAP devices to explicitly release their resources.

OBS-URL: https://build.opensuse.org/request/show/710379
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fido2?expand=0&rev=13
This commit is contained in:
Karol Babioch 2019-06-17 15:29:52 +00:00 committed by Git OBS Bridge
parent c713ede171
commit 9f170fa4ae
6 changed files with 13 additions and 4 deletions

View File

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

Binary file not shown.

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

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

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

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 17 15:26:45 UTC 2019 - Karol Babioch <kbabioch@suse.de>
* Version 0.7.0 (released 2019-06-17)
* Add support for NFC devices using PCSC.
* Add support for the hmac-secret Authenticator extension.
* Honor max credential ID length and number of credentials to Authenticator.
* Add close() method to CTAP devices to explicitly release their resources.
-------------------------------------------------------------------
Fri May 10 19:45:22 UTC 2019 - Karol Babioch <kbabioch@suse.de>

View File

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