From c6289b6cf415c4585334cf1249529a56cdaabf2adadb060df4ea7a8aebbf24a1 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 15 Jul 2024 13:19:42 +0000 Subject: [PATCH] Accepting request 1187559 from home:glaubitz:branches:devel:languages:python - Update to 2.137.0 * **aiplatform:** Update the api * **alloydb:** Update the api * **analyticsadmin:** Update the api * **assuredworkloads:** Update the api * **backupdr:** Update the api * **bigquery:** Update the api * **bigtableadmin:** Update the api * **cloudbuild:** Update the api * **clouderrorreporting:** Update the api * **contactcenterinsights:** Update the api * **containeranalysis:** Update the api * **container:** Update the api * **dataform:** Update the api * **datafusion:** Update the api * **dataplex:** Update the api * **discoveryengine:** Update the api * **dlp:** Update the api * **firebaseappcheck:** Update the api * **firebaseml:** Update the api * **games:** Update the api * **integrations:** Update the api * **pubsub:** Update the api * **run:** Update the api * **storage:** Update the api * **tagmanager:** Update the api * **vmmigration:** Update the api * **vmwareengine:** Update the api * **workloadmanager:** Update the api * **connectors:** Update the api OBS-URL: https://build.opensuse.org/request/show/1187559 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=104 --- google-api-python-client-2.136.0.tar.gz | 3 --- google_api_python_client-2.137.0.tar.gz | 3 +++ python-google-api-python-client.changes | 35 +++++++++++++++++++++++++ python-google-api-python-client.spec | 6 ++--- 4 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 google-api-python-client-2.136.0.tar.gz create mode 100644 google_api_python_client-2.137.0.tar.gz diff --git a/google-api-python-client-2.136.0.tar.gz b/google-api-python-client-2.136.0.tar.gz deleted file mode 100644 index 9137044..0000000 --- a/google-api-python-client-2.136.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:161c722c8864e7ed39393e2b7eea76ef4e1c933a6a59f9d7c70409b6635f225d -size 11443821 diff --git a/google_api_python_client-2.137.0.tar.gz b/google_api_python_client-2.137.0.tar.gz new file mode 100644 index 0000000..8ecb2c8 --- /dev/null +++ b/google_api_python_client-2.137.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e739cb74aac8258b1886cb853b0722d47c81fe07ad649d7f2206f06530513c04 +size 11477114 diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index df1dbce..fded378 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Mon Jul 15 13:11:18 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.137.0 + * **aiplatform:** Update the api + * **alloydb:** Update the api + * **analyticsadmin:** Update the api + * **assuredworkloads:** Update the api + * **backupdr:** Update the api + * **bigquery:** Update the api + * **bigtableadmin:** Update the api + * **cloudbuild:** Update the api + * **clouderrorreporting:** Update the api + * **contactcenterinsights:** Update the api + * **containeranalysis:** Update the api + * **container:** Update the api + * **dataform:** Update the api + * **datafusion:** Update the api + * **dataplex:** Update the api + * **discoveryengine:** Update the api + * **dlp:** Update the api + * **firebaseappcheck:** Update the api + * **firebaseml:** Update the api + * **games:** Update the api + * **integrations:** Update the api + * **pubsub:** Update the api + * **run:** Update the api + * **storage:** Update the api + * **tagmanager:** Update the api + * **vmmigration:** Update the api + * **vmwareengine:** Update the api + * **workloadmanager:** Update the api + * **connectors:** Update the api +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Thu Jul 4 08:44:48 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index 0f78ab0..c72ee08 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-google-api-python-client -Version: 2.136.0 +Version: 2.137.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 +Source: https://files.pythonhosted.org/packages/source/g/google_api_python_client/google_api_python_client-%{version}.tar.gz BuildRequires: %{python_module google-api-core >= 1.31.5} BuildRequires: %{python_module google-auth >= 1.32.0} BuildRequires: %{python_module google-auth-httplib2 >= 0.2.0} @@ -51,7 +51,7 @@ BuildArch: noarch Google APIs Client Library for Python %prep -%autosetup -p1 -n google-api-python-client-%{version} +%autosetup -p1 -n google_api_python_client-%{version} %build %pyproject_wheel