Hello community,
here is the log from the commit of package python-pydata-google-auth for
openSUSE:Factory checked in at 2020-04-21 13:09:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pydata-google-auth (Old)
and /work/SRC/openSUSE:Factory/.python-pydata-google-auth.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydata-google-auth"
Tue Apr 21 13:09:45 2020 rev:4 rq:795777 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pydata-google-auth/python-pydata-google-auth.changes
2020-02-11 22:26:18.727597379 +0100
+++
/work/SRC/openSUSE:Factory/.python-pydata-google-auth.new.2738/python-pydata-google-auth.changes
2020-04-21 13:09:51.628715737 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 10:44:08 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pydata-google-auth.spec ++++++
--- /var/tmp/diff_new_pack.IrRFq2/_old 2020-04-21 13:09:52.720717915 +0200
+++ /var/tmp/diff_new_pack.IrRFq2/_new 2020-04-21 13:09:52.724717923 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-pydata-google-auth
Version: 0.3.0
Release: 0
@@ -33,7 +34,9 @@
BuildRequires: %{python_module google-auth}
BuildRequires: %{python_module pyfakefs}
BuildRequires: %{python_module pytest}
+%if %{with python2}
BuildRequires: python-mock
+%endif
# /SECTION
Requires: python-google-auth
Requires: python-google-auth-oauthlib