Accepting request 706153 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/706153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fido2?expand=0&rev=5
This commit is contained in:
commit
635e4bb634
3
fido2-0.6.0.tar.gz
Normal file
3
fido2-0.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7541edad31967d23f5006ffeccc54536ab9934dd981d65d29620d9dfb54566bf
|
||||
size 163137
|
BIN
fido2-0.6.0.tar.gz.sig
Normal file
BIN
fido2-0.6.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23fe606dbe581e9ae5a0d6ac55820b6c9605a555a0f5f3c2e12e7d285f9b526e
|
||||
size 169050
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 10 19:45:22 UTC 2019 - Karol Babioch <kbabioch@suse.de>
|
||||
|
||||
- Version 0.6.0 (released 2019-05-10)
|
||||
* Don't fail if CTAP2 Info contains unknown fields.
|
||||
* Replace cbor loads/dumps functions with encode/decode/decode_from.
|
||||
* Server: Add support for AuthenticatorAttachment.
|
||||
* Server: Add support for more key algorithms.
|
||||
* Client: Expose CTAP2 Info object as Fido2Client.info.
|
||||
- Changed source URL to official release tarball
|
||||
- Verifying signature of release tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 21 14:05:31 UTC 2018 - Karol Babioch <kbabioch@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fido2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,22 +18,23 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fido2
|
||||
Version: 0.5.0
|
||||
Version: 0.6.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
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/Yubico/python-fido2
|
||||
Source: https://github.com/Yubico/python-fido2/archive/%{version}.tar.gz#/python-fido2-%{version}.tar.gz
|
||||
BuildRequires: %{python_module cryptography >= 1.0}
|
||||
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
|
||||
BuildRequires: %{python_module cryptography >= 1.5}
|
||||
BuildRequires: %{python_module mock >= 1.0.1}
|
||||
BuildRequires: %{python_module pyfakefs >= 2.4}
|
||||
BuildRequires: %{python_module pyfakefs >= 3.4}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: python2-enum34
|
||||
Requires: python-cryptography >= 1.0
|
||||
Requires: python-cryptography >= 1.5
|
||||
Requires: python-six
|
||||
BuildArch: noarch
|
||||
%ifpython2
|
||||
@ -48,7 +49,7 @@ In addition to this low-level device access, classes defined in the fido2.client
|
||||
implement higher level device operations.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n fido2-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user