commit:     77442b9d46a22470705a82c6deb2cf9edbf0d9a4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 14 02:46:04 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 03:08:19 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77442b9d

dev-python/google-api-python-client: Bump to 2.188.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/google-api-python-client/Manifest       |  2 +
 .../google-api-python-client-2.188.0.ebuild        | 52 ++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 4c4c7e5935bb..8121ea5f6a53 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,3 +1,5 @@
 DIST google_api_python_client-2.185.0.tar.gz 13885609 BLAKE2B 
c2afec9ced8750a605235afbd939f8a90a11e757b446eb89f6771af9aeadee9fe523c07150561aafd58d03ee0f17bb72a6fcdfd48ff73ad5f64aaa4fbc548d0d
 SHA512 
a7eac14c644d759bcbfb2d8b9d9285c6bf28332e4ebabb904e78a8abc948b666effcd8532f5a4beb3f82b77357283cd02264511032f47e6d6ca0afd211cd8e69
 DIST google_api_python_client-2.186.0.tar.gz 13937230 BLAKE2B 
416c092b1ae3e051bde8887bd67faf70f5bcdc95869cf9b592cdbb8573499cc6bdb61444149f6d945e7c98e1be4f24583bf8319da3173276e4452e8e2f16c6a7
 SHA512 
816c16c0a1b8db5767d93c6908d81d657b88f8230f5545e44fec1998945e1d9c76c40ca30b721106d7b274703f65bdc73e7291f248cbc27f2178b152a5491388
 DIST google_api_python_client-2.187.0.tar.gz 14068154 BLAKE2B 
318b99ae63dc3020ae9fc01816a4c92f518fbbe40627d7afb8d4338b4abc2334bc66f6ca35038efc7105e1100cb4e4e438258f7f00bee669e4f15541dec167a7
 SHA512 
8456c348d6c10949de86c2898761d800fb24d3bbe1b6f5aa0893a6bdfdac0324df3645b8bcecd33be32ac7e44f55f1ced3f53ed16544dd38c6d4250aebec0985
+DIST google_api_python_client-2.188.0.tar.gz 14302906 BLAKE2B 
822b2897260a3c37ff1a03b37c1014a62750cf4dfd77f26c1be5c16733bc884e5c6bf9a363db97630f307c2cf86517778f16ab5f58fce1bdfec70ef7c54e0714
 SHA512 
85ed19bed2fc3c2dfa00af6556c6d32f61c41beaf4c30c58ceab767394a5397d44bf300c5c32588a8649b62f89b474050f6d9546a99378c0cabcd914df9d5a20
+DIST google_api_python_client-2.188.0.tar.gz.provenance 5771 BLAKE2B 
54ffd78d498a5b86e96ebdcc038a6c4477dde2c74e269978beb2000f2eac723b00160c7440efbe26960dab4ba59dfb789f28dfa03824f0abf86f95961de97140
 SHA512 
d2999a10c1bf82b54b3404f9c1cfa68de61546a61507e21094afd2d911fca53b1e086ea6559e012e11fe2d4a1bb99b9fb57e033322f0c93045e50f4a79d46e75

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.188.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.188.0.ebuild
new file mode 100644
index 000000000000..afe582e39b48
--- /dev/null
+++ 
b/dev-python/google-api-python-client/google-api-python-client-2.188.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_VERIFY_REPO=gcp:[email protected]
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="
+       https://github.com/googleapis/google-api-python-client/
+       https://pypi.org/project/google-api-python-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+       <dev-python/httplib2-1[${PYTHON_USEDEP}]
+       >=dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
+       >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
+       >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+       >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+       <dev-python/uritemplate-5[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/mock[${PYTHON_USEDEP}]
+               dev-python/pandas[${PYTHON_USEDEP}]
+               dev-python/parameterized[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+       local EPYTEST_DESELECT=(
+               # require Internet access (and credentials)
+               
tests/test_discovery.py::DiscoveryErrors::test_credentials_and_credentials_file_mutually_exclusive
+               
tests/test_discovery.py::DiscoveryFromDocument::test_api_endpoint_override_from_client_options_mapping_object
+               
tests/test_discovery.py::Universe::test_client_options_universe_configured_with_mtls
+               
tests/test_discovery.py::Universe::test_universe_env_var_configured_with_mtls
+       )
+
+       epytest tests
+}

Reply via email to