Date: Wed, 30 Mar 2022 22:24:29 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: 0824f55f32cc - main - www/py-google-cloud-storage: Update to 2.2.1 Message-ID: <202203302224.22UMOT8H065470@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=0824f55f32cc1ef037596d494151f976c754c438 commit 0824f55f32cc1ef037596d494151f976c754c438 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-30 22:07:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-30 22:21:20 +0000 www/py-google-cloud-storage: Update to 2.2.1 Changes: https://github.com/googleapis/python-storage/releases --- www/py-google-cloud-storage/Makefile | 6 +++--- www/py-google-cloud-storage/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index 3f369bf69746..4f97faad024d 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 2.1.0 +PORTVERSION= 2.2.1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,10 @@ COMMENT= Python Client for Google Cloud Storage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.29.0<3.0:www/py-google-api-core@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.31.5<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:www/py-google-resumable-media@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=2.3.2:www/py-google-resumable-media@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=0,1:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index b0460c7d1c25..71cefdb1b095 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643382570 -SHA256 (google-cloud-storage-2.1.0.tar.gz) = 0a5e7ab1a38d2c24be8e566e50b8b0daa8af8fd49d4ab312b1fda5c147429893 -SIZE (google-cloud-storage-2.1.0.tar.gz) = 5480251 +TIMESTAMP = 1648249000 +SHA256 (google-cloud-storage-2.2.1.tar.gz) = 0244f4612710cb5ec445fc6774387564e23f9823363fb408b28724e2102401b7 +SIZE (google-cloud-storage-2.2.1.tar.gz) = 5482720
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203302224.22UMOT8H065470>