Hello community,
here is the log from the commit of package python-google-auth-oauthlib for
openSUSE:Factory checked in at 2020-04-21 13:10:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-auth-oauthlib (Old)
and /work/SRC/openSUSE:Factory/.python-google-auth-oauthlib.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-auth-oauthlib"
Tue Apr 21 13:10:50 2020 rev:4 rq:795814 version:0.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-auth-oauthlib/python-google-auth-oauthlib.changes
2019-10-08 19:59:22.443938065 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-auth-oauthlib.new.2738/python-google-auth-oauthlib.changes
2020-04-21 13:10:52.304836752 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:55:01 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-auth-oauthlib.spec ++++++
--- /var/tmp/diff_new_pack.Gqus17/_old 2020-04-21 13:10:52.896837933 +0200
+++ /var/tmp/diff_new_pack.Gqus17/_new 2020-04-21 13:10:52.896837933 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-google-auth-oauthlib
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-google-auth-oauthlib
Version: 0.4.1
Release: 0
@@ -39,7 +40,9 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests-oauthlib >= 0.7.0}
BuildRequires: %{python_module six}
+%if %{with python2}
BuildRequires: python-futures
+%endif
# /SECTION
%ifpython2
Requires: python-futures