Date: Mon, 14 Jun 2021 17:47:14 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: 7cb5d79e590e - main - devel/py-google-cloud-iam: Update to 2.2.0 Message-ID: <202106141747.15EHlEHC054253@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=7cb5d79e590e8fe35d5d39cc0d873722c07d5550 commit 7cb5d79e590e8fe35d5d39cc0d873722c07d5550 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-14 17:39:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-14 17:39:57 +0000 devel/py-google-cloud-iam: Update to 2.2.0 Changes: https://github.com/googleapis/python-iam/releases --- devel/py-google-cloud-iam/Makefile | 5 +++-- devel/py-google-cloud-iam/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-google-cloud-iam/Makefile b/devel/py-google-cloud-iam/Makefile index 55b9b8f6b788..259f5cb42147 100644 --- a/devel/py-google-cloud-iam/Makefile +++ b/devel/py-google-cloud-iam/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= google-cloud-iam -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= IAM Service Account Credentials API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.0<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.22.2<2.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=14.3:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=0.4.0:devel/py-proto-plus@${PY_FLAVOR} USES= python:3.6+ diff --git a/devel/py-google-cloud-iam/distinfo b/devel/py-google-cloud-iam/distinfo index c6006b339e7c..29488e11894b 100644 --- a/devel/py-google-cloud-iam/distinfo +++ b/devel/py-google-cloud-iam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665413 -SHA256 (google-cloud-iam-2.1.0.tar.gz) = d34604508e3e87b9161ccd5ff29474867ac91ffb8d29e1a2fc9ff0e26d934b73 -SIZE (google-cloud-iam-2.1.0.tar.gz) = 33660 +TIMESTAMP = 1622214072 +SHA256 (google-cloud-iam-2.2.0.tar.gz) = 1f64b78c854c0629f20903011d6def28c981ce5682a5221031f6ae1caa0a1fea +SIZE (google-cloud-iam-2.2.0.tar.gz) = 35404
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106141747.15EHlEHC054253>