From 9f170fa4aef3dd7317a6cda0d08f132951cdf810bc394c389f935c5ee092b126 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Mon, 17 Jun 2019 15:29:52 +0000 Subject: [PATCH] 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 --- fido2-0.6.0.tar.gz | 3 --- fido2-0.6.0.tar.gz.sig | Bin 310 -> 0 bytes fido2-0.7.0.tar.gz | 3 +++ fido2-0.7.0.tar.gz.sig | Bin 0 -> 310 bytes python-fido2.changes | 9 +++++++++ python-fido2.spec | 2 +- 6 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 fido2-0.6.0.tar.gz delete mode 100644 fido2-0.6.0.tar.gz.sig create mode 100644 fido2-0.7.0.tar.gz create mode 100644 fido2-0.7.0.tar.gz.sig diff --git a/fido2-0.6.0.tar.gz b/fido2-0.6.0.tar.gz deleted file mode 100644 index c75f201..0000000 --- a/fido2-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7541edad31967d23f5006ffeccc54536ab9934dd981d65d29620d9dfb54566bf -size 163137 diff --git a/fido2-0.6.0.tar.gz.sig b/fido2-0.6.0.tar.gz.sig deleted file mode 100644 index 38ae882712a951d97bab814b4ee966730ad00d89f796af147aa9a9568f816052..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 310 zcmV-60m=S}0W$;u0SW*e79j*6?lN13s2j`E(^-(jbj>_` z%obqDM%C7HGQ;Na*%zL)jgiRnOA-BRT_wrD{;(I2ysglUODP14UwIwGfb^_k6J!)) zY*gx@l%9zq@GT8Pe&`|MC`eEDp+}!)Xxe^0o&QiMbPeIMF;5_+xl$RZ`f~#Obzw#3 z!iRArp;mK=MxtJOc=1N-!x5m^b)O IzhGj}zFKvSdH?_b diff --git a/fido2-0.7.0.tar.gz b/fido2-0.7.0.tar.gz new file mode 100644 index 0000000..95ee3ee --- /dev/null +++ b/fido2-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b02852780849bb4bb698b9727d61970ee77a83eb25715fe7c6235ebd648d87 +size 171787 diff --git a/fido2-0.7.0.tar.gz.sig b/fido2-0.7.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..ba584935a115c04f03eb7d3d3f344ea38e6c08b30c775124f9fa6760003be652 GIT binary patch literal 310 zcmV-60m=S}0W$;u0SW*e79j*6?lN13s2j`Eb{vdqo9~%Xjjbg@=%C=Y-$s2(oM6E3y2sWJK_7E5V00?rX+$735$Zcu; zri9LcZa-m-fU?LH)IdleAp9J3V|;p*r304S#@m*Ube33C8V7d4;$f(;Xz)KSD`12B z3$S5TT-87M8S>Wp*Kq!+S1499k|jA&f|Zo-fdbonGUIG2VpTAo$_{tJkaW;w=Mx`W zS#d|2x>FC1w-fDkkhg7*RH=~Uc3 + +* 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 diff --git a/python-fido2.spec b/python-fido2.spec index b71cce1..1338cef 100644 --- a/python-fido2.spec +++ b/python-fido2.spec @@ -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