Date: Fri, 3 Jun 2022 09:04:51 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: cb4cfdec6147 - main - devel/py-googleapis-common-protos: Update to 1.56.2 Message-ID: <202206030904.25394pd1090305@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=cb4cfdec61474a615c3885963c8c7e5b79b4117d commit cb4cfdec61474a615c3885963c8c7e5b79b4117d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-03 08:51:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-03 09:00:34 +0000 devel/py-googleapis-common-protos: Update to 1.56.2 Changes: https://github.com/googleapis/python-api-common-protos/releases --- devel/py-googleapis-common-protos/Makefile | 6 +++--- devel/py-googleapis-common-protos/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-googleapis-common-protos/Makefile b/devel/py-googleapis-common-protos/Makefile index 4b40b451bbac..ef6b57441312 100644 --- a/devel/py-googleapis-common-protos/Makefile +++ b/devel/py-googleapis-common-protos/Makefile @@ -1,5 +1,5 @@ PORTNAME= googleapis-common-protos -PORTVERSION= 1.56.1 +PORTVERSION= 1.56.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,7 +9,7 @@ COMMENT= Common protobufs used in Google APIs LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.15.0,1:devel/py-protobuf@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=3.15.0,1<4.0.0,1:devel/py-protobuf@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils @@ -19,6 +19,6 @@ NO_ARCH= yes OPTIONS_DEFINE= GRPC GRPC_DESC= gRPC support -GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.0.0:devel/py-grpcio@${PY_FLAVOR} +GRPC_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grpcio>=1.0.0<2.0.0:devel/py-grpcio@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-googleapis-common-protos/distinfo b/devel/py-googleapis-common-protos/distinfo index 267d0324489f..dd4b10f3ca39 100644 --- a/devel/py-googleapis-common-protos/distinfo +++ b/devel/py-googleapis-common-protos/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652446272 -SHA256 (googleapis-common-protos-1.56.1.tar.gz) = 6b5ee59dc646eb61a8eb65ee1db186d3df6687c8804830024f32573298bca19b -SIZE (googleapis-common-protos-1.56.1.tar.gz) = 109702 +TIMESTAMP = 1653925952 +SHA256 (googleapis-common-protos-1.56.2.tar.gz) = b09b56f5463070c2153753ef123f07d2e49235e89148e9b2459ec8ed2f68d7d3 +SIZE (googleapis-common-protos-1.56.2.tar.gz) = 109718
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206030904.25394pd1090305>