- 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:
parent
774035ca04
commit
b7e0770960
@ -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
BIN
google-api-python-client-2.111.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user