Hello community,

here is the log from the commit of package python-fido2 for openSUSE:Factory 
checked in at 2019-06-01 09:51:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fido2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-fido2.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fido2"

Sat Jun  1 09:51:35 2019 rev:5 rq:706153 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fido2/python-fido2.changes        
2018-12-24 11:47:16.401140077 +0100
+++ /work/SRC/openSUSE:Factory/.python-fido2.new.5148/python-fido2.changes      
2019-06-01 09:51:39.303280138 +0200
@@ -1,0 +2,12 @@
+Fri May 10 19:45:22 UTC 2019 - Karol Babioch <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  python-fido2-0.5.0.tar.gz

New:
----
  fido2-0.6.0.tar.gz
  fido2-0.6.0.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fido2.spec ++++++
--- /var/tmp/diff_new_pack.SRLDuV/_old  2019-06-01 09:51:40.011279896 +0200
+++ /var/tmp/diff_new_pack.SRLDuV/_new  2019-06-01 09:51:40.019279893 +0200
@@ -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 @@
 implement higher level device operations.
 
 %prep
-%setup -q
+%setup -q -n fido2-%{version}
 
 %build
 %python_build

++++++ python-fido2-0.5.0.tar.gz -> fido2-0.6.0.tar.gz ++++++
++++ 1980 lines of diff (skipped)


Reply via email to