diff options
Diffstat (limited to '')
-rw-r--r-- | www/py-google-cloud-storage/Makefile | 6 | ||||
-rw-r--r-- | www/py-google-cloud-storage/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index 7de175cff6fb..012cfe7c9378 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 3.2.0 +PORTVERSION= 3.3.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,10 +26,12 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= PROTOBUF +OPTIONS_DEFINE= PROTOBUF TRACING OPTIONS_DEFINE= PROTOBUF PROTOBUF_DESC= Protocol buffers support +TRACING_DESC= Generate traces using OpenTelemetry PROTOBUF_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.20.2,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} +TRACING_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.1.0<2.0.0:devel/py-opentelemetry-api@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index 13fb0f8cb019..e906312f7893 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753796126 -SHA256 (google_cloud_storage-3.2.0.tar.gz) = decca843076036f45633198c125d1861ffbf47ebf5c0e3b98dcb9b2db155896c -SIZE (google_cloud_storage-3.2.0.tar.gz) = 7669611 +TIMESTAMP = 1757120866 +SHA256 (google_cloud_storage-3.3.0.tar.gz) = ae9d891d53e17d9681d7c4ef1ffeea0cde9bdc53d5b64fa6ff6bf30d1911cf61 +SIZE (google_cloud_storage-3.3.0.tar.gz) = 7781974 |