]> git.pld-linux.org Git - packages/python-fido2.git/commitdiff
up to 0.8.1 auto/th/python-fido2-0.8.1-1
authorJan Palus <atler@pld-linux.org>
Sat, 30 Nov 2019 15:35:47 +0000 (16:35 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 30 Nov 2019 15:35:47 +0000 (16:35 +0100)
python-fido2-mock.patch
python-fido2.spec

index 2dd2b24719d60635b3d41819a27e2114bc7f7c04..98eef31e3960c97a541c817b678894b2ecc2f627 100644 (file)
@@ -10,7 +10,7 @@
 +    import mock
 +except:
 +    from unittest import mock
- from threading import Event
+ from threading import Event, Timer
  from binascii import a2b_hex
  from fido2.utils import sha256, websafe_decode
 --- fido2-0.3.0/test/test_ctap1.py.orig        2018-04-05 14:24:00.000000000 +0200
index dda92292d8f2c9ce836685cf3a8a73ac09ca91f5..606b4dbe6f960743653a2271cc157f12301a5e5b 100644 (file)
@@ -7,8 +7,8 @@
 Summary:       Python 2 based FIDO 2.0 library
 Summary(pl.UTF-8):     Biblioteka FIDO 2.0 dla Pythona 2
 Name:          python-fido2
-Version:       0.7.3
-Release:       2
+Version:       0.8.1
+Release:       1
 # Yubico code is BSD licensed; includes also:
 # pyudf (Apache 2.0)
 # public suffix list (MPL 2.0)
@@ -16,7 +16,7 @@ License:      BSD, Apache v2.0, MPL v2.0
 Group:         Libraries/Python
 #Source0Download: https://github.com/Yubico/python-fido2/releases
 Source0:       https://github.com/Yubico/python-fido2/releases/download/%{version}/fido2-%{version}.tar.gz
-# Source0-md5: 43ce94c38f2fdd7ae1e3438e6aa01f8c
+# Source0-md5: f691a99d1223ab00607d56430b27804e
 Patch0:                %{name}-mock.patch
 URL:           https://developers.yubico.com/python-fido2/
 BuildRequires: rpm-pythonprov
This page took 0.212581 seconds and 4 git commands to generate.