diff --git a/google-api-python-client-2.103.0.tar.gz b/google-api-python-client-2.103.0.tar.gz deleted file mode 100644 index 3ec5349..0000000 --- a/google-api-python-client-2.103.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b48dc23913b9a1b447991add03f27c335831559b5a870c522316eae671caf44 -size 12063767 diff --git a/google-api-python-client-2.111.0.tar.gz b/google-api-python-client-2.111.0.tar.gz new file mode 100644 index 0000000..0a4bd49 --- /dev/null +++ b/google-api-python-client-2.111.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a45a53c031478d1c82c7162dd25c9a965247bca6bd438af0838a9d9b8219405 +size 12461105 diff --git a/python-google-api-python-client.changes b/python-google-api-python-client.changes index e6796ff..8143a56 100644 --- a/python-google-api-python-client.changes +++ b/python-google-api-python-client.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Dec 16 20:23:55 UTC 2023 - Dirk Müller + +- 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 @@ -1204,7 +1236,7 @@ Fri Mar 3 14:58:29 UTC 2023 - John Paul Adrian Glaubitz -- 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 ------------------------------------------------------------------- Tue Dec 13 15:32:43 UTC 2022 - Yogalakshmi Arunachalam -- 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 -- 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) diff --git a/python-google-api-python-client.spec b/python-google-api-python-client.spec index 0856b56..5fbf8c9 100644 --- a/python-google-api-python-client.spec +++ b/python-google-api-python-client.spec @@ -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