- update to 2.111.0:

* Add support for Python 3.12 (#2288)
  * **aiplatform:** Update the api
  * **alloydb:** Update the api
  * **androidpublisher:** Update the api
  * **baremetalsolution:** Update the api
  * **batch:** Update the api
  * **bigquery:** Update the api
  * **cloudbilling:** Update the api
  * **clouddeploy:** Update the api
  * **connectors:** Update the api
  * **container:** Update the api
  * **datacatalog:** Update the api
  * **dataflow:** Update the api
  * **dns:** Update the api
  * **gkehub:** Update the api
  * **gkeonprem:** Update the api
  * **metastore:** Update the api
  * **monitoring:** Update the api
  * **networkmanagement:** Update the api
  * **networksecurity:** Update the api
  * **networkservices:** Update the api
  * **playdeveloperreporting:** Update the api
  * **pubsub:** Update the api
  * **script:** Update the api
  * **securitycenter:** Update the api
  * **vpcaccess:** Update the api
  * Replace deprecated utcnow, utcfromtimestamp (#2286)
- Update to version 2.70.0
- Update to version 2.69.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-python-client?expand=0&rev=84
This commit is contained in:
Dirk Mueller 2023-12-16 20:25:09 +00:00 committed by Git OBS Bridge
parent 774035ca04
commit b7e0770960
4 changed files with 44 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b48dc23913b9a1b447991add03f27c335831559b5a870c522316eae671caf44
size 12063767

BIN
google-api-python-client-2.111.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Dec 16 20:23:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.111.0:
* Add support for Python 3.12 (#2288)
* **aiplatform:** Update the api
* **alloydb:** Update the api
* **androidpublisher:** Update the api
* **baremetalsolution:** Update the api
* **batch:** Update the api
* **bigquery:** Update the api
* **cloudbilling:** Update the api
* **clouddeploy:** Update the api
* **connectors:** Update the api
* **container:** Update the api
* **datacatalog:** Update the api
* **dataflow:** Update the api
* **dns:** Update the api
* **gkehub:** Update the api
* **gkeonprem:** Update the api
* **metastore:** Update the api
* **monitoring:** Update the api
* **networkmanagement:** Update the api
* **networksecurity:** Update the api
* **networkservices:** Update the api
* **playdeveloperreporting:** Update the api
* **pubsub:** Update the api
* **script:** Update the api
* **securitycenter:** Update the api
* **vpcaccess:** Update the api
* Replace deprecated utcnow, utcfromtimestamp (#2286)
-------------------------------------------------------------------
Wed Nov 22 17:12:38 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
@ -1204,7 +1236,7 @@ Fri Mar 3 14:58:29 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
-------------------------------------------------------------------
Thu Jan 5 19:36:47 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.70.0
- Update to version 2.70.0
* Features
appengine: update the api https://togithub.com/googleapis/google-api-python-client/commit/f3ae3793e74aae883aa8f3bca7d2d75227c99cbd (1506e28)
bigquery: update the api https://togithub.com/googleapis/google-api-python-client/commit/9d8a28de9f2709a066cc62765132688f5a4eeba3 (1506e28)
@ -1237,7 +1269,7 @@ Wed Dec 14 08:50:40 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
-------------------------------------------------------------------
Tue Dec 13 15:32:43 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 2.69.0
- Update to version 2.69.0
* Features
analyticsadmin: update the api https://togithub.com/googleapis/google-api-python-client/commit/1277148ed4bb16c03802a6d11bb15ab138bf6c19 (fa65fca)
assuredworkloads: update the api https://togithub.com/googleapis/google-api-python-client/commit/0777a539623f6a0e5c0ee8a0014c49797e14a826 (fa65fca)
@ -1360,7 +1392,7 @@ Wed Nov 30 12:14:13 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
-------------------------------------------------------------------
Fri Oct 28 17:22:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.65.0:
- Update to 2.65.0:
Features
* alertcenter: update the api https://togithub.com/googleapis/google-api-python-client/commit/99b94eeb1cf0f695d921ac1d9081c0841f6b1693 (5d54a7d)
* analyticsadmin: update the api https://togithub.com/googleapis/google-api-python-client/commit/41818c6eb42aa3551fc2a326208f9cc083cb1953 (7110d89)

View File

@ -16,10 +16,9 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-google-api-python-client
Version: 2.103.0
Version: 2.111.0
Release: 0
Summary: Google APIs Python Client
License: Apache-2.0
@ -30,9 +29,10 @@ 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 parameterized}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module uritemplate >= 3.0.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-google-api-core >= 1.31.5
@ -54,10 +54,10 @@ Google APIs Client Library for Python
%autosetup -p1 -n google-api-python-client-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@ -73,6 +73,6 @@ donttest="$donttest or TestAuthWithOAuth2Client or test_oauth2client_crendential
%license LICENSE
%{python_sitelib}/apiclient
%{python_sitelib}/googleapiclient
%{python_sitelib}/google_api_python_client-%{version}*-info
%{python_sitelib}/google_api_python_client-%{version}.dist-info
%changelog