Accepting request 1069187 from home:glaubitz:branches:devel:languages:python

- Update to version 2.80.0
  * **analyticsadmin:** Update the api
  * **analyticshub:** Update the api
  * **bigquery:** Update the api
  * **chat:** Update the api
  * **chromemanagement:** Update the api
  * **chromepolicy:** Update the api
  * **cloudchannel:** Update the api
  * **cloudfunctions:** Update the api
  * **cloudsearch:** Update the api
  * **compute:** Update the api
  * **connectors:** Update the api
  * **containeranalysis:** Update the api
  * **contentwarehouse:** Update the api
  * **datamigration:** Update the api
  * **dataplex:** Update the api
  * **dataproc:** Update the api
  * **dialogflow:** Update the api
  * **firestore:** Update the api
  * **gkehub:** Update the api
  * **identitytoolkit:** Update the api
  * **logging:** Update the api
  * **monitoring:** Update the api
  * **policysimulator:** Update the api
  * **recaptchaenterprise:** Update the api
  * **sasportal:** Update the api
  * **servicedirectory:** Update the api
  * **servicemanagement:** Update the api
  * **tpu:** Update the api
  * **transcoder:** Update the api

OBS-URL: https://build.opensuse.org/request/show/1069187
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=66
This commit is contained in:
2023-03-03 15:05:02 +00:00
committed by Git OBS Bridge
parent b508cb6aa9
commit 35a4c50ff9
5 changed files with 236 additions and 172 deletions

View File

@@ -18,15 +18,12 @@
%define skip_python2 1
Name: python-google-api-python-client
Version: 2.70.0
Version: 2.80.0
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
URL: https://github.com/google/google-api-python-client
Source: https://files.pythonhosted.org/packages/source/g/google-api-python-client/google-api-python-client-%{version}.tar.gz
# PATCH-FIX-OPENSUSE opensuse-remove-oauth2client-tests.patch -- upstream wants to support and test deprecated oauth2client indefinitely, but
# 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.19.0}
BuildRequires: %{python_module google-auth-httplib2 >= 0.1.0}