Hello community,
here is the log from the commit of package python-google-api-python-client for
openSUSE:Leap:15.2 checked in at 2020-04-25 19:05:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-google-api-python-client (Old)
and
/work/SRC/openSUSE:Leap:15.2/.python-google-api-python-client.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-google-api-python-client"
Sat Apr 25 19:05:38 2020 rev:14 rq:797121 version:1.7.4
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-google-api-python-client/python-google-api-python-client.changes
2020-01-15 15:49:06.851449020 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-google-api-python-client.new.2738/python-google-api-python-client.changes
2020-04-25 19:05:43.719678810 +0200
@@ -1,0 +2,6 @@
+Thu Apr 9 15:03:25 CEST 2020 - [email protected]
+
+- Fix dependencies to use google-auth instead of deprecated
+ oauth2client (bsc#1160933, jsc#ECO-1148)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-google-api-python-client.spec ++++++
--- /var/tmp/diff_new_pack.UnhQg8/_old 2020-04-25 19:05:45.143681871 +0200
+++ /var/tmp/diff_new_pack.UnhQg8/_new 2020-04-25 19:05:45.143681871 +0200
@@ -20,7 +20,12 @@
# https://github.com/google/google-api-python-client/issues/513
%bcond_with test
+%if 0%{?sle_version} < 150000
+%define skip_python3 1
+%{?!python_module:%define python_module() python-%{**}}
+%else
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%endif
Name: python-google-api-python-client
Version: 1.7.4
Release: 0
@@ -31,6 +36,8 @@
Source:
https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
Patch0: hidePythonDeps.patch
BuildRequires: %{python_module devel}
+BuildRequires: %{python_module google-auth >= 1.4.1}
+BuildRequires: %{python_module google-auth-httplib2 >= 0.0.3}
BuildRequires: %{python_module httplib2 >= 0.9.2}
BuildRequires: %{python_module oauth2client >= 1.5.0}
BuildRequires: %{python_module setuptools}
@@ -44,8 +51,9 @@
# Python 2 test requirements
BuildRequires: python-mock
%endif
+Requires: python-google-auth >= 1.4.1
+Requires: python-google-auth-httplib2 >= 0.0.3
Requires: python-httplib2 >= 0.9.2
-Requires: python-oauth2client >= 1.5.0
Requires: python-six >= 1.6.1
Requires: python-uritemplate >= 3.0.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build