From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:53:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 699D06B3400; Tue, 21 Sep 2021 03:53:22 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6wJ3Ccjz4g3b; Tue, 21 Sep 2021 03:53:19 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 609081CF56; Tue, 21 Sep 2021 03:53:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3rEvd035371; Tue, 21 Sep 2021 03:53:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3rE5W035370; Tue, 21 Sep 2021 03:53:14 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:53:14 GMT Message-Id: <202109210353.18L3rE5W035370@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 6f5ab8a78c5d - main - www/py-google-cloud-core: Update to 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6f5ab8a78c5d88cb391348bbfe8263f928d98d34 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:53:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f5ab8a78c5d88cb391348bbfe8263f928d98d34 commit 6f5ab8a78c5d88cb391348bbfe8263f928d98d34 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:17:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:45:02 +0000 www/py-google-cloud-core: Update to 2.0.0 Changes: https://github.com/googleapis/python-cloud-core/releases --- www/py-google-cloud-core/Makefile | 9 ++++----- www/py-google-cloud-core/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/www/py-google-cloud-core/Makefile b/www/py-google-cloud-core/Makefile index 0f21df80c9c0..482a3d9749b0 100644 --- a/www/py-google-cloud-core/Makefile +++ b/www/py-google-cloud-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-core -PORTVERSION= 1.7.2 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,10 @@ COMMENT= API Client library for Google Cloud: Core Helpers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.21.0<2.0:www/py-google-api-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-auth>=1.24.0<2.0.0:security/py-google-auth@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.12.0:devel/py-six@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=1.21.0<3.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=1.24.0<3.0.0:security/py-google-auth@${PY_FLAVOR} -USES= python:3.5+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-google-cloud-core/distinfo b/www/py-google-cloud-core/distinfo index 52aab4ef0e1c..17584f9a8d5c 100644 --- a/www/py-google-cloud-core/distinfo +++ b/www/py-google-cloud-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1628103174 -SHA256 (google-cloud-core-1.7.2.tar.gz) = b1030aadcbb2aeb4ee51475426351af83c1072456b918fb8fdb80666c4bb63b5 -SIZE (google-cloud-core-1.7.2.tar.gz) = 35444 +TIMESTAMP = 1632037266 +SHA256 (google-cloud-core-2.0.0.tar.gz) = 90ee99648ccf9e11a16781a7fc58d13e58f662b439c737d48c24ef18662c2702 +SIZE (google-cloud-core-2.0.0.tar.gz) = 33956