17
0

- 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:
2023-12-16 20:25:09 +00:00
committed by Git OBS Bridge
parent 2f9320360a
commit b32efc9a0b
4 changed files with 44 additions and 12 deletions

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