1
0

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

- Update to 2.130.0
  * **admin:** Update the api
  * **analyticsadmin:** Update the api
  * **analyticsdata:** Update the api
  * **androidpublisher:** Update the api
  * **artifactregistry:** Update the api
  * **backupdr:** Update the api
  * **chromemanagement:** Update the api
  * **cloudbuild:** Update the api
  * **clouddeploy:** Update the api
  * **cloudkms:** Update the api
  * **compute:** Update the api
  * **connectors:** Update the api
  * **containeranalysis:** Update the api
  * **containeranalysis:** Update the api
  * **content:** Update the api
  * **dialogflow:** Update the api
  * **discoveryengine:** Update the api
  * **dlp:** Update the api
  * **fcmdata:** Update the api
  * **firebaseml:** Update the api
  * **firestore:** Update the api
  * **gkehub:** Update the api
  * **healthcare:** Update the api
  * **integrations:** Update the api
  * **integrations:** Update the api
  * **metastore:** Update the api
  * **migrationcenter:** Update the api
  * **networkconnectivity:** Update the api
  * **orgpolicy:** Update the api

OBS-URL: https://build.opensuse.org/request/show/1177066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=98
This commit is contained in:
2024-05-27 15:01:41 +00:00
committed by Git OBS Bridge
parent 8173d1b59b
commit 6336cac4d5
4 changed files with 190 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-google-api-python-client
Version: 2.126.0
Version: 2.130.0
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
@@ -65,6 +65,8 @@ Google APIs Client Library for Python
donttest="test_credentials_and_credentials_file_mutually_exclusive"
# don't test deprecated oaut2client usage
donttest="$donttest or TestAuthWithOAuth2Client or test_oauth2client_crendentials"
# Both test_client_options_universe_configured_with_mtls and test_universe_env_var_configured_with_mtls require internet connection
donttest="$donttest or test_client_options_universe_configured_with_mtls or test_universe_env_var_configured_with_mtls"
# test_http.py uses mocked Credentials class and API from deprecated oauth2client
%pytest --ignore=samples --ignore tests/test_http.py -k "not ($donttest)"