Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 03:53:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f5ab8a78c5d - main - www/py-google-cloud-core: Update to 2.0.0
Message-ID:  <202109210353.18L3rE5W035370@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f5ab8a78c5d88cb391348bbfe8263f928d98d34

commit 6f5ab8a78c5d88cb391348bbfe8263f928d98d34
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-09-21 03:17:10 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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



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