Date: Thu, 16 Jun 2022 19:39:24 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: fc3e327a5ffb - main - www/py-google-api-core: Update to 2.8.2 Message-ID: <202206161939.25GJdOtg064415@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=fc3e327a5ffbafb13b391220e08dd6bd9d55b818 commit fc3e327a5ffbafb13b391220e08dd6bd9d55b818 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-16 19:35:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-16 19:35:12 +0000 www/py-google-api-core: Update to 2.8.2 - Remove GRPCGCP option Changes: https://github.com/googleapis/python-api-core/releases --- www/py-google-api-core/Makefile | 8 +++----- www/py-google-api-core/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/www/py-google-api-core/Makefile b/www/py-google-api-core/Makefile index 40096cc7762f..2c6d2e830caa 100644 --- a/www/py-google-api-core/Makefile +++ b/www/py-google-api-core/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= google-api-core -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.25.0<3.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.56.2<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.15.0,1<4.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=3.15.0,1<5.0.0,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ @@ -22,13 +22,11 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes -OPTIONS_DEFINE= GRPC GRPCGCP +OPTIONS_DEFINE= GRPC OPTIONS_DEFAULT=GRPC GRPC_DESC= gRPC support -GRPCGCP_DESC= gRPC support for GCP GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.33.2<2.0:devel/py-grpcio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}grpcio-status>=1.33.2<2.0:devel/py-grpcio-status@${PY_FLAVOR} -GRPCGCP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio-gcp>=0.2.2<1.0:devel/py-grpcio-gcp@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/www/py-google-api-core/distinfo b/www/py-google-api-core/distinfo index a23a2e5ced60..703636ded52f 100644 --- a/www/py-google-api-core/distinfo +++ b/www/py-google-api-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653926026 -SHA256 (google-api-core-2.8.1.tar.gz) = 958024c6aa3460b08f35741231076a4dd9a4c819a6a39d44da9627febe8b28f0 -SIZE (google-api-core-2.8.1.tar.gz) = 122117 +TIMESTAMP = 1655398686 +SHA256 (google-api-core-2.8.2.tar.gz) = 06f7244c640322b508b125903bb5701bebabce8832f85aba9335ec00b3d02edc +SIZE (google-api-core-2.8.2.tar.gz) = 121768
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206161939.25GJdOtg064415>