Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 09:44:55 +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: r501938 - head/www/py-google-cloud-storage
Message-ID:  <201905180944.x4I9itew088640@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 18 09:44:55 2019
New Revision: 501938
URL: https://svnweb.freebsd.org/changeset/ports/501938

Log:
  Update to 1.16.0
  
  Changes:	https://github.com/googleapis/google-cloud-python/releases

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	Sat May 18 09:44:50 2019	(r501937)
+++ head/www/py-google-cloud-storage/Makefile	Sat May 18 09:44:55 2019	(r501938)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.15.1
+PORTVERSION=	1.16.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	Python Client for Google Cloud Storage
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=0.29.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=1.2.0:security/py-google-auth@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-api-core>=1.6.0:www/py-google-api-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.0.0<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	Sat May 18 09:44:50 2019	(r501937)
+++ head/www/py-google-cloud-storage/distinfo	Sat May 18 09:44:55 2019	(r501938)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558010841
-SHA256 (google-cloud-storage-1.15.1.tar.gz) = 8032e576e2f91a1d3de2355118040c3bcd9916e0453a6b3f64c1b42ed151690a
-SIZE (google-cloud-storage-1.15.1.tar.gz) = 5400725
+TIMESTAMP = 1558166542
+SHA256 (google-cloud-storage-1.16.0.tar.gz) = aad501a7b47a92b20ce998208fc706959805982d639cc178f079382c43161283
+SIZE (google-cloud-storage-1.16.0.tar.gz) = 5389829



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905180944.x4I9itew088640>