Hello community,
here is the log from the commit of package python-google-cloud-core for
openSUSE:Factory checked in at 2020-04-21 13:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-cloud-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-cloud-core.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-cloud-core"
Tue Apr 21 13:10:47 2020 rev:7 rq:795813 version:1.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-cloud-core/python-google-cloud-core.changes
2020-04-10 23:53:36.680714569 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-cloud-core.new.2738/python-google-cloud-core.changes
2020-04-21 13:10:49.748831654 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:50:58 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-cloud-core.spec ++++++
--- /var/tmp/diff_new_pack.lZcs3q/_old 2020-04-21 13:10:50.304832763 +0200
+++ /var/tmp/diff_new_pack.lZcs3q/_new 2020-04-21 13:10:50.308832771 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-google-cloud-core
Version: 1.3.0
Release: 0
@@ -31,11 +32,13 @@
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-BuildRequires: python-futures
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.16.0
Recommends: python-grpcio >= 1.8.2
BuildArch: noarch
+%if %{with python2}
+BuildRequires: python-futures
+%endif
%ifpython2
Requires: python-futures >= 3.2.0
%endif