Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Aug 2020 07:15:57 +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: r547012 - head/www/py-google-cloud-storage
Message-ID:  <202008300715.07U7FvKt009795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 30 07:15:57 2020
New Revision: 547012
URL: https://svnweb.freebsd.org/changeset/ports/547012

Log:
  Update to 1.31.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	Sun Aug 30 07:15:52 2020	(r547011)
+++ head/www/py-google-cloud-storage/Makefile	Sun Aug 30 07:15:57 2020	(r547012)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.30.0
+PORTVERSION=	1.31.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ LICENSE=	APACHE20
 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.2.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.6.0<2.0:www/py-google-resumable-media@${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}
 
 USES=		python:3.5+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/www/py-google-cloud-storage/distinfo
==============================================================================
--- head/www/py-google-cloud-storage/distinfo	Sun Aug 30 07:15:52 2020	(r547011)
+++ head/www/py-google-cloud-storage/distinfo	Sun Aug 30 07:15:57 2020	(r547012)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595865811
-SHA256 (google-cloud-storage-1.30.0.tar.gz) = 0634addb7576d48861d9963312fc82a0436042b8f282414ed58ca76d73edee54
-SIZE (google-cloud-storage-1.30.0.tar.gz) = 5436190
+TIMESTAMP = 1598605196
+SHA256 (google-cloud-storage-1.31.0.tar.gz) = 4f51c7700242a9d54c07117f25fec5d110ab85435b3ce60ac28cc553f8ea938b
+SIZE (google-cloud-storage-1.31.0.tar.gz) = 5439865



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