Date: Fri, 30 Aug 2019 00:03:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r510195 - head/www/py-google-cloud-storage Message-ID: <201908300003.x7U03Yoi055326@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 30 00:03:33 2019 New Revision: 510195 URL: https://svnweb.freebsd.org/changeset/ports/510195 Log: Update to 1.19.0 Changes: https://github.com/googleapis/google-cloud-python/releases https://github.com/googleapis/google-cloud-python/blob/master/storage/CHANGELOG.md Modified: head/www/py-google-cloud-storage/Makefile head/www/py-google-cloud-storage/distinfo Modified: head/www/py-google-cloud-storage/Makefile ============================================================================== --- head/www/py-google-cloud-storage/Makefile Fri Aug 30 00:03:28 2019 (r510194) +++ head/www/py-google-cloud-storage/Makefile Fri Aug 30 00:03:33 2019 (r510195) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-cloud-storage -PORTVERSION= 1.18.0 +PORTVERSION= 1.19.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.2.0:security/py-google-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.0.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.0.3<2.0:www/py-google-cloud-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.3.1:www/py-google-resumable-media@${PY_FLAVOR} USES= python Modified: head/www/py-google-cloud-storage/distinfo ============================================================================== --- head/www/py-google-cloud-storage/distinfo Fri Aug 30 00:03:28 2019 (r510194) +++ head/www/py-google-cloud-storage/distinfo Fri Aug 30 00:03:33 2019 (r510195) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565282908 -SHA256 (google-cloud-storage-1.18.0.tar.gz) = 9fb3dc68948f4c893c2b16f5a3db3daea2d2f3b8e9d5c2d505fe1523758009b6 -SIZE (google-cloud-storage-1.18.0.tar.gz) = 5396019 +TIMESTAMP = 1567087899 +SHA256 (google-cloud-storage-1.19.0.tar.gz) = 21f94c073eb9be34ca545c4eef28ae66947386687d99cd3a82400bf1504cfbd8 +SIZE (google-cloud-storage-1.19.0.tar.gz) = 5397309
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908300003.x7U03Yoi055326>