diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2024-08-29 09:05:04 +0200 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2024-08-29 09:05:04 +0200 |
commit | 438a27189e624c743348521ac673c83cbc3c51fc (patch) | |
tree | 86e76f91228edbd74294b0161c751f86bf324ad1 /www/py-google-api-python-client | |
parent | security/snort3: Update version 3.3.3.0=>3.3.4.0 (diff) |
www/py-google-api-python-client: Update to 2.143.0
- Ignore another test because it requires Application Default
Credentials when testing
Release changes: https://github.com/googleapis/google-api-python-client/releases/tag/v2.143.0
Reported by: portscout
Diffstat (limited to 'www/py-google-api-python-client')
-rw-r--r-- | www/py-google-api-python-client/Makefile | 7 | ||||
-rw-r--r-- | www/py-google-api-python-client/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/py-google-api-python-client/Makefile b/www/py-google-api-python-client/Makefile index a3a66531eef0..762d88a2da52 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.142.0 +DISTVERSION= 2.143.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5:www/py-google-api-co ${PYTHON_PKGNAMEPREFIX}httplib2>=0.19.0:www/py-httplib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}oauth2client>=4.1.3:security/py-oauth2client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.1:net/py-uritemplate@${PY_FLAVOR} -# tests: 318 passed, 3 deselected +# tests: 317 passed, 4 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} \ @@ -32,7 +32,8 @@ USE_PYTHON= autoplist distutils unittest # Require Application Default Credentials # see https://cloud.google.com/docs/authentication/external/set-up-adc PYTEST_IGNORED_TESTS= test_universe_env_var_configured_with_mtls \ - test_client_options_universe_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 diff --git a/www/py-google-api-python-client/distinfo b/www/py-google-api-python-client/distinfo index 17c7cffc2c3c..4d3f227f62b5 100644 --- a/www/py-google-api-python-client/distinfo +++ b/www/py-google-api-python-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724173255 -SHA256 (google_api_python_client-2.142.0.tar.gz) = a1101ac9e24356557ca22f07ff48b7f61fa5d4b4e7feeef3bda16e5dcb86350e -SIZE (google_api_python_client-2.142.0.tar.gz) = 11680160 +TIMESTAMP = 1724914191 +SHA256 (google_api_python_client-2.143.0.tar.gz) = 6a75441f9078e6e2fcdf4946a153fda1e2cc81b5e9c8d6e8c0750c85c7f8a566 +SIZE (google_api_python_client-2.143.0.tar.gz) = 11695158 |