Date: Thu, 13 Feb 2020 18:33:45 +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: r526035 - head/www/py-google-cloud-storage Message-ID: <202002131833.01DIXjF6023157@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 13 18:33:45 2020 New Revision: 526035 URL: https://svnweb.freebsd.org/changeset/ports/526035 Log: Update to 1.26.0 - Update WWW 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 head/www/py-google-cloud-storage/pkg-descr Modified: head/www/py-google-cloud-storage/Makefile ============================================================================== --- head/www/py-google-cloud-storage/Makefile Thu Feb 13 18:33:39 2020 (r526034) +++ head/www/py-google-cloud-storage/Makefile Thu Feb 13 18:33:45 2020 (r526035) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= google-cloud-storage -PORTVERSION= 1.25.0 +PORTVERSION= 1.26.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ COMMENT= Python Client for Google Cloud Storage LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.9.0<2.0:security/py-google-auth@${PY_FLAVOR} \ +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} Modified: head/www/py-google-cloud-storage/distinfo ============================================================================== --- head/www/py-google-cloud-storage/distinfo Thu Feb 13 18:33:39 2020 (r526034) +++ head/www/py-google-cloud-storage/distinfo Thu Feb 13 18:33:45 2020 (r526035) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579273718 -SHA256 (google-cloud-storage-1.25.0.tar.gz) = 8e9505ad7ba356c0953acefc0cdfd41de0dd5f1df520d1cd5bb31bd34ee45373 -SIZE (google-cloud-storage-1.25.0.tar.gz) = 5406420 +TIMESTAMP = 1581594056 +SHA256 (google-cloud-storage-1.26.0.tar.gz) = ffdfaeb319c47deaf5b25c6bf1f1f52a183ba6abb0bb80586509a9b68dc35d31 +SIZE (google-cloud-storage-1.26.0.tar.gz) = 5409885 Modified: head/www/py-google-cloud-storage/pkg-descr ============================================================================== --- head/www/py-google-cloud-storage/pkg-descr Thu Feb 13 18:33:39 2020 (r526034) +++ head/www/py-google-cloud-storage/pkg-descr Thu Feb 13 18:33:45 2020 (r526035) @@ -2,4 +2,4 @@ Google Cloud Storage allows you to store data on Googl very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download. -WWW: https://github.com/googleapis/google-cloud-python +WWW: https://github.com/googleapis/python-storage
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002131833.01DIXjF6023157>