From 2b98c28c7da1bc6f040f5c046386d60a4fddcb104ac6a86c0534d98feb478984 Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Fri, 21 Dec 2018 14:07:34 +0000 Subject: [PATCH] Accepting request 660556 from home:kbabioch:branches:devel:languages:python - Version 0.5.0 (released 2018-12-21) * Changes to server classes, some backwards breaking. * Add ability to authenticate U2F credentials by using the appid extension. * Make verification of attestation more explicit. * Add support for Android SafetyNet attestation. * Make it easier to work with U2F/CTAP1 data formats. OBS-URL: https://build.opensuse.org/request/show/660556 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fido2?expand=0&rev=9 --- python-fido2-0.4.0.tar.gz | 3 --- python-fido2-0.5.0.tar.gz | 3 +++ python-fido2.changes | 10 ++++++++++ python-fido2.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-fido2-0.4.0.tar.gz create mode 100644 python-fido2-0.5.0.tar.gz diff --git a/python-fido2-0.4.0.tar.gz b/python-fido2-0.4.0.tar.gz deleted file mode 100644 index 2a24d51..0000000 --- a/python-fido2-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1dd408037f94cd73895c980859e61aba5b4e9bab136383534433259c7a689ad -size 153654 diff --git a/python-fido2-0.5.0.tar.gz b/python-fido2-0.5.0.tar.gz new file mode 100644 index 0000000..a2fc370 --- /dev/null +++ b/python-fido2-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23fe606dbe581e9ae5a0d6ac55820b6c9605a555a0f5f3c2e12e7d285f9b526e +size 169050 diff --git a/python-fido2.changes b/python-fido2.changes index 9b3c0c4..93e2498 100644 --- a/python-fido2.changes +++ b/python-fido2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 21 14:05:31 UTC 2018 - Karol Babioch + +- Version 0.5.0 (released 2018-12-21) + * Changes to server classes, some backwards breaking. + * Add ability to authenticate U2F credentials by using the appid extension. + * Make verification of attestation more explicit. + * Add support for Android SafetyNet attestation. + * Make it easier to work with U2F/CTAP1 data formats. + ------------------------------------------------------------------- Tue Dec 4 12:47:58 UTC 2018 - Matej Cepl diff --git a/python-fido2.spec b/python-fido2.spec index 7c07ce0..cb03db6 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.4.0 +Version: 0.5.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