git: 0d6691f5d3c6 - main - net/py-gspread: Update to version 4.0.0

Steven Kreuzer skreuzer at FreeBSD.org
Mon Aug 2 21:52:13 UTC 2021


The branch main has been updated by skreuzer:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0d6691f5d3c678568fff4297cfd07490e456db5d

commit 0d6691f5d3c678568fff4297cfd07490e456db5d
Author:     Steven Kreuzer <skreuzer at FreeBSD.org>
AuthorDate: 2021-08-02 21:51:22 +0000
Commit:     Steven Kreuzer <skreuzer at FreeBSD.org>
CommitDate: 2021-08-02 21:51:50 +0000

    net/py-gspread: Update to version 4.0.0
---
 net/py-gspread/Makefile | 6 ++++--
 net/py-gspread/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile
index 5e25ba8e59dc..0296cb680aa7 100644
--- a/net/py-gspread/Makefile
+++ b/net/py-gspread/Makefile
@@ -1,7 +1,7 @@
 # Created by: Steven Kreuzer <skreuzer at FreeBSD.org>
 
 PORTNAME=	gspread
-PORTVERSION=	3.5.0
+PORTVERSION=	4.0.0
 DISTVERSIONPREFIX=     v
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
@@ -12,7 +12,9 @@ COMMENT=	Google Spreadsheets Python API
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>2.2.1:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-auth>1.12.0:security/py-google-auth@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>0.4.1:security/py-google-auth-oauthlib@${PY_FLAVOR}
 
 USES=	python:3.6+
 USE_PYTHON=	distutils autoplist
diff --git a/net/py-gspread/distinfo b/net/py-gspread/distinfo
index ec75e5ca7614..7d1c5dccdafa 100644
--- a/net/py-gspread/distinfo
+++ b/net/py-gspread/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587739633
-SHA256 (burnash-gspread-v3.5.0_GH0.tar.gz) = 3fb09037443e2ac158f090c7a3c9602f4ec01693830c826569e6b0601e2e01b1
-SIZE (burnash-gspread-v3.5.0_GH0.tar.gz) = 82578
+TIMESTAMP = 1627916997
+SHA256 (burnash-gspread-v4.0.0_GH0.tar.gz) = 1038471a60d7194b522bdb17deafe1be35648917881d88d0641ca22c10bc8962
+SIZE (burnash-gspread-v4.0.0_GH0.tar.gz) = 92037


More information about the dev-commits-ports-main mailing list