[packages/python-fido2] up to 0.8.1
atler
atler at pld-linux.org
Sat Nov 30 16:36:13 CET 2019
commit 7c9a6a39a7a9982de7cdfce0d6eb8ee9377b564a
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Nov 30 16:35:47 2019 +0100
up to 0.8.1
python-fido2-mock.patch | 2 +-
python-fido2.spec | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/python-fido2.spec b/python-fido2.spec
index dda9229..606b4db 100644
--- a/python-fido2.spec
+++ b/python-fido2.spec
@@ -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
diff --git a/python-fido2-mock.patch b/python-fido2-mock.patch
index 2dd2b24..98eef31 100644
--- a/python-fido2-mock.patch
+++ b/python-fido2-mock.patch
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-fido2.git/commitdiff/7c9a6a39a7a9982de7cdfce0d6eb8ee9377b564a
More information about the pld-cvs-commit
mailing list