Date: Fri, 3 Jun 2022 09:05:34 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: 9abde15af735 - main - www/py-google-api-core: Update to 2.8.1 Message-ID: <202206030905.25395YiA091265@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=9abde15af73586107d1274e0f1a58783424068e4 commit 9abde15af73586107d1274e0f1a58783424068e4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:52:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:00:42 +0000 www/py-google-api-core: Update to 2.8.1 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, 7 insertions(+), 7 deletions(-) diff --git a/www/py-google-api-core/Makefile b/www/py-google-api-core/Makefile index 4e7afd0dc616..40096cc7762f 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.0 +PORTVERSION= 2.8.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,8 +13,8 @@ LICENSE= APACHE20 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.52.0<2.0:devel/py-googleapis-common-protos@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}protobuf>=3.12.0,1:devel/py-protobuf@${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}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python:3.6+ @@ -29,6 +29,6 @@ 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:devel/py-grpcio-gcp@${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 6a8fa74ad4df..a23a2e5ced60 100644 --- a/www/py-google-api-core/distinfo +++ b/www/py-google-api-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653151152 -SHA256 (google-api-core-2.8.0.tar.gz) = 065bb8e11c605fd232707ae50963dc1c8af5b3c95b4568887515985e6c1156b3 -SIZE (google-api-core-2.8.0.tar.gz) = 122108 +TIMESTAMP = 1653926026 +SHA256 (google-api-core-2.8.1.tar.gz) = 958024c6aa3460b08f35741231076a4dd9a4c819a6a39d44da9627febe8b28f0 +SIZE (google-api-core-2.8.1.tar.gz) = 122117
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206030905.25395YiA091265>