Date: Thu, 14 Dec 2023 06:06:46 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7afbf94281cb - main - www/py-google-cloud-core: Update to 2.4.0 Message-ID: <202312140606.3BE66kms001543@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7afbf94281cbdd357c1a5671f14f5543725f2386 commit 7afbf94281cbdd357c1a5671f14f5543725f2386 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-12-14 05:37:29 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-12-14 05:48:34 +0000 www/py-google-cloud-core: Update to 2.4.0 Changes: https://github.com/googleapis/python-cloud-core/releases --- www/py-google-cloud-core/Makefile | 5 +++-- www/py-google-cloud-core/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/py-google-cloud-core/Makefile b/www/py-google-cloud-core/Makefile index 39278ab52767..b2feedbbdd59 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.3.3 +PORTVERSION= 2.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,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.38.0<2.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> diff --git a/www/py-google-cloud-core/distinfo b/www/py-google-cloud-core/distinfo index 6ba396c3f443..5063ea6a7aae 100644 --- a/www/py-google-cloud-core/distinfo +++ b/www/py-google-cloud-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1688902195 -SHA256 (google-cloud-core-2.3.3.tar.gz) = 37b80273c8d7eee1ae816b3a20ae43585ea50506cb0e60f3cf5be5f87f1373cb -SIZE (google-cloud-core-2.3.3.tar.gz) = 35242 +TIMESTAMP = 1702028160 +SHA256 (google-cloud-core-2.4.0.tar.gz) = 09d7b356a1ef99bd3613fac9e759960c077f19f5137b4c54180a1cc7dd166edb +SIZE (google-cloud-core-2.4.0.tar.gz) = 35585
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312140606.3BE66kms001543>