Hello community,
here is the log from the commit of package python-google-api-core for
openSUSE:Factory checked in at 2020-04-21 13:10:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-google-api-core (Old)
and /work/SRC/openSUSE:Factory/.python-google-api-core.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-core"
Tue Apr 21 13:10:53 2020 rev:12 rq:795815 version:1.16.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-google-api-core/python-google-api-core.changes
2020-04-10 23:53:24.652705749 +0200
+++
/work/SRC/openSUSE:Factory/.python-google-api-core.new.2738/python-google-api-core.changes
2020-04-21 13:10:56.240844602 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 11:56:55 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix condition for py2 only packages
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-api-core.spec ++++++
--- /var/tmp/diff_new_pack.Q1lv9H/_old 2020-04-21 13:10:56.928845974 +0200
+++ /var/tmp/diff_new_pack.Q1lv9H/_new 2020-04-21 13:10:56.928845974 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-google-api-core
Version: 1.16.0
Release: 0
@@ -48,7 +49,7 @@
Requires: python-six >= 1.10.0
Suggests: python-grpcio-gcp >= 0.2.2
BuildArch: noarch
-%ifpython2
+%if %{with python2}
BuildRequires: python2-enum34
BuildRequires: python2-futures >= 3.2.0
%endif