Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:51:29 +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: r543755 - head/www/py-google-cloud-storage
Message-ID:  <202007300951.06U9pTL1078545@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:51:29 2020
New Revision: 543755
URL: https://svnweb.freebsd.org/changeset/ports/543755

Log:
  Update to 1.30.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	Thu Jul 30 09:51:22 2020	(r543754)
+++ head/www/py-google-cloud-storage/Makefile	Thu Jul 30 09:51:29 2020	(r543755)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	google-cloud-storage
-PORTVERSION=	1.29.0
+PORTVERSION=	1.30.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.2.0<2.0:www/py-google-cloud-core@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.5.0<0.6.0:www/py-google-resumable-media@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}google-resumable-media>=0.6.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	Thu Jul 30 09:51:22 2020	(r543754)
+++ head/www/py-google-cloud-storage/distinfo	Thu Jul 30 09:51:29 2020	(r543755)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1592145165
-SHA256 (google-cloud-storage-1.29.0.tar.gz) = 15c8ab11d17e3a32c154662bb001c2097515799f3fd4947a10b1fceb7b6e9a1e
-SIZE (google-cloud-storage-1.29.0.tar.gz) = 5434110
+TIMESTAMP = 1595865811
+SHA256 (google-cloud-storage-1.30.0.tar.gz) = 0634addb7576d48861d9963312fc82a0436042b8f282414ed58ca76d73edee54
+SIZE (google-cloud-storage-1.30.0.tar.gz) = 5436190



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