aboutsummaryrefslogtreecommitdiff
path: root/www/py-google-cloud-core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-google-cloud-core/Makefile')
-rw-r--r--www/py-google-cloud-core/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-google-cloud-core/Makefile b/www/py-google-cloud-core/Makefile
index 2bcbac0de43f..a6036c4f235f 100644
--- a/www/py-google-cloud-core/Makefile
+++ b/www/py-google-cloud-core/Makefile
@@ -1,5 +1,5 @@
PORTNAME= google-cloud-core
-PORTVERSION= 2.4.3
+PORTVERSION= 2.5.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.3.1<3.0:www/py-google-api-core@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.3.1<3.0.0:www/py-google-api-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}google-auth>=1.25.0<3.0.0:security/py-google-auth@${PY_FLAVOR}
USES= python
@@ -26,7 +26,7 @@ NO_ARCH= yes
OPTIONS_DEFINE= GRPC
OPTIONS_DEFAULT=GRPC
-GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.38.0<2.0:devel/py-grpcio@${PY_FLAVOR} \
+GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.75.1<2.0.0:devel/py-grpcio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.38.0<2.0.0:devel/py-grpcio-status@${PY_FLAVOR}
.include <bsd.port.mk>