Date: Sat, 30 Jul 2022 06:02:36 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: 032aa362175a - main - www/py-google-cloud-dlp: Update to 3.8.0 Message-ID: <202207300602.26U62aKC049835@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=032aa362175abf0388595763377a7f51158636aa commit 032aa362175abf0388595763377a7f51158636aa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-07-30 05:58:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-07-30 05:58:30 +0000 www/py-google-cloud-dlp: Update to 3.8.0 Changes: https://github.com/googleapis/python-dlp/releases --- www/py-google-cloud-dlp/Makefile | 6 +++--- www/py-google-cloud-dlp/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-google-cloud-dlp/Makefile b/www/py-google-cloud-dlp/Makefile index cc975e49a73c..a911bae62d87 100644 --- a/www/py-google-cloud-dlp/Makefile +++ b/www/py-google-cloud-dlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-dlp -PORTVERSION= 3.7.1 +PORTVERSION= 3.8.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,11 @@ COMMENT= Cloud Data Loss Prevention (DLP) API API client library LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.8.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.15.0<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=3.19.0,1<4.0.0,1:devel/py-protobuf@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-google-cloud-dlp/distinfo b/www/py-google-cloud-dlp/distinfo index 98f032ae2f33..530a74618a18 100644 --- a/www/py-google-cloud-dlp/distinfo +++ b/www/py-google-cloud-dlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654708408 -SHA256 (google-cloud-dlp-3.7.1.tar.gz) = ab623792ef1fe79ad2250139a220edb50389158b463e39ab5bb86dad9f8130f5 -SIZE (google-cloud-dlp-3.7.1.tar.gz) = 127613 +TIMESTAMP = 1658506631 +SHA256 (google-cloud-dlp-3.8.0.tar.gz) = c62759ec4b5ec83505c715ce5e04a0e8e524ce52331209c031195e7616b4b3f6 +SIZE (google-cloud-dlp-3.8.0.tar.gz) = 129005
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207300602.26U62aKC049835>