Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2020 12:05:20 +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: r549697 - head/www/py-google-cloud-storage
Message-ID:  <202009231205.08NC5KT9063116@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 23 12:05:20 2020
New Revision: 549697
URL: https://svnweb.freebsd.org/changeset/ports/549697

Log:
  Update to 1.31.1
  
  Changes:	https://github.com/googleapis/python-storage/releases
  		https://github.com/googleapis/python-storage/blob/master/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	Wed Sep 23 12:05:15 2020	(r549696)
+++ head/www/py-google-cloud-storage/Makefile	Wed Sep 23 12:05:20 2020	(r549697)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.31.0
+PORTVERSION=	1.31.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}google-auth>=1.11.0<2.0:security/py-google-auth@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.0.0<2.0:www/py-google-resumable-media@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.0.0<2.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+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-google-cloud-storage/distinfo
==============================================================================
--- head/www/py-google-cloud-storage/distinfo	Wed Sep 23 12:05:15 2020	(r549696)
+++ head/www/py-google-cloud-storage/distinfo	Wed Sep 23 12:05:20 2020	(r549697)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598605196
-SHA256 (google-cloud-storage-1.31.0.tar.gz) = 4f51c7700242a9d54c07117f25fec5d110ab85435b3ce60ac28cc553f8ea938b
-SIZE (google-cloud-storage-1.31.0.tar.gz) = 5439865
+TIMESTAMP = 1600794974
+SHA256 (google-cloud-storage-1.31.1.tar.gz) = 0fa5cbe6fcbddb9c1c03e6aa78baac1618867b386eac9aceeeb6982c42efbf56
+SIZE (google-cloud-storage-1.31.1.tar.gz) = 5440258



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