Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2022 20:28:18 GMT
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1ca684565eb3 - main - net/py-gspread: update to version 5.4.0
Message-ID:  <202206102028.25AKSIgW064336@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=1ca684565eb3b10666eb0b854360f8bd9fd57d88

commit 1ca684565eb3b10666eb0b854360f8bd9fd57d88
Author:     Steven Kreuzer <skreuzer@FreeBSD.org>
AuthorDate: 2022-06-10 20:26:55 +0000
Commit:     Steven Kreuzer <skreuzer@FreeBSD.org>
CommitDate: 2022-06-10 20:26:55 +0000

    net/py-gspread: update to version 5.4.0
    
    Changes:
      * Fix error message in get_all_records
      * Auto resizing is now available for rows
      * add new method to hide/show a worksheet
      * Download PDF from Spreadsheet
      * Add test on auto_resize_columns
      * Add method to unmerge cells
      * Add method to delete a protected range
      * Feature/clean organize documentation
      * Add warning about deprecated oauth flow
      * Add new batch_format method.
      * Encode string to utf-8 when importing CSV content
---
 net/py-gspread/Makefile | 4 ++--
 net/py-gspread/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile
index 2951c9b90b48..cf9cf2b55ae3 100644
--- a/net/py-gspread/Makefile
+++ b/net/py-gspread/Makefile
@@ -1,7 +1,7 @@
 # Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
 
 PORTNAME=	gspread
-PORTVERSION=	5.3.2
+PORTVERSION=	5.4.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
@@ -16,7 +16,7 @@ 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+
+USES=		python:3.7+
 USE_PYTHON=	distutils autoplist
 
 USE_GITHUB=	yes
diff --git a/net/py-gspread/distinfo b/net/py-gspread/distinfo
index e8ebdae50643..7f225aef7f81 100644
--- a/net/py-gspread/distinfo
+++ b/net/py-gspread/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1653083310
-SHA256 (burnash-gspread-v5.3.2_GH0.tar.gz) = 3c63b6e3a8f3ca14f2b4456e903dc5b2a249eeebfe5e8043a76b0588c229f9bc
-SIZE (burnash-gspread-v5.3.2_GH0.tar.gz) = 135736
+TIMESTAMP = 1654891923
+SHA256 (burnash-gspread-v5.4.0_GH0.tar.gz) = 132e26a57b342797e5df8ab1012f537f6d5e417ddbab7015c658a1a12e0cf5fe
+SIZE (burnash-gspread-v5.4.0_GH0.tar.gz) = 142863



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