Date: Tue, 21 Sep 2021 03:53:16 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: c63be5e592a6 - main - www/py-google-cloud-storage: Update to 1.42.1 Message-ID: <202109210353.18L3rGL2035424@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=c63be5e592a6e81d278045a4b1fff35a3561ecdc commit c63be5e592a6e81d278045a4b1fff35a3561ecdc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-21 03:17:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-21 03:45:03 +0000 www/py-google-cloud-storage: Update to 1.42.1 Changes: https://github.com/googleapis/python-storage/releases --- www/py-google-cloud-storage/Makefile | 7 ++++--- www/py-google-cloud-storage/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index d62ebf184901..ae65b25c6320 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 1.41.1 +PORTVERSION= 1.42.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +10,13 @@ COMMENT= Python Client for Google Cloud Storage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.24.0<3.0:security/py-google-auth@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.29.0<3.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=1.25.0<3.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.6.0<3.0:www/py-google-cloud-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.3.0<3.0:www/py-google-resumable-media@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index 80d9625ce329..cceaf8143685 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626891052 -SHA256 (google-cloud-storage-1.41.1.tar.gz) = a81ecc0f382b8e4437cc7f152f74d77ef917c8280a5d1040f5dcfbd0502c7906 -SIZE (google-cloud-storage-1.41.1.tar.gz) = 5469295 +TIMESTAMP = 1632037270 +SHA256 (google-cloud-storage-1.42.1.tar.gz) = b37ec5b0cd69aacb09270674c4c14873898cbc77624d17fef41ec0cb08004866 +SIZE (google-cloud-storage-1.42.1.tar.gz) = 5475458
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109210353.18L3rGL2035424>