- Update to 2.56.0:

* * : update the api
  * deps: require google-auth 1.19.0 (#1824) (7f478ae)
  * deps: require python 3.7+
  * test: Switch to unittest.mock
- Refresh patches.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=47
This commit is contained in:
2022-08-15 05:39:46 +00:00
committed by Git OBS Bridge
parent d95b7a22f0
commit b1258b585f
5 changed files with 33 additions and 24 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-google-api-python-client
Version: 2.44.0
Version: 2.56.0
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
@@ -29,10 +29,9 @@ Source: https://files.pythonhosted.org/packages/source/g/google-api-pyth
# the distro has to remove it at some point
Patch0: opensuse-remove-oauth2client-tests.patch
BuildRequires: %{python_module google-api-core >= 1.31.5}
BuildRequires: %{python_module google-auth >= 1.16.0}
BuildRequires: %{python_module google-auth >= 1.19.0}
BuildRequires: %{python_module google-auth-httplib2 >= 0.1.0}
BuildRequires: %{python_module httplib2 >= 0.15.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pandas}
BuildRequires: %{python_module parameterized}
BuildRequires: %{python_module pytest}
@@ -41,7 +40,7 @@ BuildRequires: %{python_module uritemplate >= 3.0.1}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.31.5
Requires: python-google-auth >= 1.16.0
Requires: python-google-auth >= 1.19.0
Requires: python-google-auth-httplib2 >= 0.1.0
Requires: python-httplib2 >= 0.15.0
Requires: python-uritemplate >= 3.0.1