From owner-svn-ports-head@freebsd.org Thu Feb 13 18:33:46 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96675230158; Thu, 13 Feb 2020 18:33:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48JQBf32H3z4L1r; Thu, 13 Feb 2020 18:33:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2A6FCF096; Thu, 13 Feb 2020 18:33:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01DIXjYG023160; Thu, 13 Feb 2020 18:33:45 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01DIXjF6023157; Thu, 13 Feb 2020 18:33:45 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202002131833.01DIXjF6023157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 13 Feb 2020 18:33:45 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-google-cloud-storage X-SVN-Commit-Revision: 526035 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Feb 2020 18:33:46 -0000 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