Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2025 13:35:07 GMT
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ff731929e175 - main - www/py-google-api-python-client: Update to 2.173.0
Message-ID:  <202506201335.55KDZ7i6020884@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nivit:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ff731929e17569e5bf877effc15b4ce541bdbc10

commit ff731929e17569e5bf877effc15b4ce541bdbc10
Author:     Nicola Vitale <nivit@FreeBSD.org>
AuthorDate: 2025-06-20 13:33:50 +0000
Commit:     Nicola Vitale <nivit@FreeBSD.org>
CommitDate: 2025-06-20 13:35:02 +0000

    www/py-google-api-python-client: Update to 2.173.0
    
    - Update list of test dependencies
    
    Release changes:        https://github.com/googleapis/google-api-python-client/releases/tag/v2.173.0
    Reported by:    "release-please[bot]" <notifications@github.com>
---
 www/py-google-api-python-client/Makefile | 10 ++--------
 www/py-google-api-python-client/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile
index 549103268e0a..cfdef689f061 100644
--- a/www/py-google-api-python-client/Makefile
+++ b/www/py-google-api-python-client/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	google-api-python-client
-DISTVERSION=	2.172.0
+DISTVERSION=	2.173.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,12 +17,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-co
 		${PYTHON_PKGNAMEPREFIX}google-auth>=1.32:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httplib2>=0.19.0:www/py-httplib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR}
-# tests: 317 passed, 4 deselected
+# tests: 317 passed, 1 skipped, 3 deselected
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-core@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-auth-httplib2>=0.2.0:security/py-google-auth-httplib2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-auth>=1.32:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}httplib2>=0.19.0:www/py-httplib2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}oauth2client>=4.1.3:security/py-oauth2client@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}parameterized>=0.8.1:devel/py-parameterized@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR}
 # We don't want to use Pytest plugins, for example devel/py-ruff, if available in the system
@@ -35,11 +34,6 @@ USE_PYTHON=	autoplist distutils pytest
 PYTEST_IGNORED_TESTS=	test_universe_env_var_configured_with_mtls \
 			test_client_options_universe_configured_with_mtls \
 			test_tests_should_be_run_with_strict_positional_enforcement
-# Requires oauth2client < 4.0.0 to pass
-# tests/test_discovery_cache.py:34: FileCache unavailable.
-# ModuleNotFoundError: No module named oauth2client.contrib.locked_file
-# ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
-PYTEST_IGNORED_TESTS+=	test_discovery_cache.py
 
 NO_ARCH=	yes
 
diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo
index 29105febf84a..e19ccbbc306a 100644
--- a/www/py-google-api-python-client/distinfo
+++ b/www/py-google-api-python-client/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1749970866
-SHA256 (google_api_python_client-2.172.0.tar.gz) = dcb3b7e067154b2aa41f1776cf86584a5739c0ac74e6ff46fc665790dca0e6a6
-SIZE (google_api_python_client-2.172.0.tar.gz) = 13074841
+TIMESTAMP = 1750425525
+SHA256 (google_api_python_client-2.173.0.tar.gz) = b537bc689758f4be3e6f40d59a6c0cd305abafdea91af4bc66ec31d40c08c804
+SIZE (google_api_python_client-2.173.0.tar.gz) = 13091318


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506201335.55KDZ7i6020884>