Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:12:36 +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: r558553 - head/www/py-google-cloud-storage
Message-ID:  <202012192012.0BJKCa8h010313@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:12:36 2020
New Revision: 558553
URL: https://svnweb.freebsd.org/changeset/ports/558553

Log:
  Update to 1.35.0
  
  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	Sat Dec 19 20:12:31 2020	(r558552)
+++ head/www/py-google-cloud-storage/Makefile	Sat Dec 19 20:12:36 2020	(r558553)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.34.0
+PORTVERSION=	1.35.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ 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.2.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+

Modified: head/www/py-google-cloud-storage/distinfo
==============================================================================
--- head/www/py-google-cloud-storage/distinfo	Sat Dec 19 20:12:31 2020	(r558552)
+++ head/www/py-google-cloud-storage/distinfo	Sat Dec 19 20:12:36 2020	(r558553)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607879416
-SHA256 (google-cloud-storage-1.34.0.tar.gz) = b9ced85aaa1989327721f9ad306952954cf9fb8e6fb8d163a554c1850208151b
-SIZE (google-cloud-storage-1.34.0.tar.gz) = 5446546
+TIMESTAMP = 1608366192
+SHA256 (google-cloud-storage-1.35.0.tar.gz) = 555c0db2f88f3419f123bf9c621d7fd92f7c9e4f8b11f08eda57facacba16a9e
+SIZE (google-cloud-storage-1.35.0.tar.gz) = 5446549



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