git: 8074ed6ad022 - main - net/py-gspread: Update to version 5.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Dec 2021 14:50:48 UTC
The branch main has been updated by skreuzer: URL: https://cgit.FreeBSD.org/ports/commit/?id=8074ed6ad022b360663afb3c9eecd55f73330a9d commit 8074ed6ad022b360663afb3c9eecd55f73330a9d Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2021-12-17 14:42:42 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2021-12-17 14:49:53 +0000 net/py-gspread: Update to version 5.0.0 Notable Changes: * Avoid IndexError when row_values() returns an empty row * Add Worksheet.index property * Add ability to create directory if it does not exist before saving the credentials to disk * Add functions for defining, deleting and listing named ranges * Implement open sheet within Drive folder * Fix get range for unbounded ranges * Remove potential I/O when reading spreadsheet title * Replace raw string "ROWS" & "COLUMNS" to Dimension named tuple * Replace raw string "FORMATTED_VALUE", "UNFORMATTED_VALUE", "FORMULA" to ValueRenderOption named tuple * Replace raw string "RAW", "USER_ENTERED" to ValueInputOption named tuple --- net/py-gspread/Makefile | 2 +- net/py-gspread/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/py-gspread/Makefile b/net/py-gspread/Makefile index 9a02d1107faf..ef58b2aa14d7 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= 4.0.1 +PORTVERSION= 5.0.0 DISTVERSIONPREFIX= v CATEGORIES= net python MASTER_SITES= CHEESESHOP diff --git a/net/py-gspread/distinfo b/net/py-gspread/distinfo index fee19ef7b232..84b985de2df5 100644 --- a/net/py-gspread/distinfo +++ b/net/py-gspread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629487360 -SHA256 (burnash-gspread-v4.0.1_GH0.tar.gz) = 146fe7b365559633d482a28ccaa5a7b6ff73323f26f5759b33628d9f50377b08 -SIZE (burnash-gspread-v4.0.1_GH0.tar.gz) = 92135 +TIMESTAMP = 1639752039 +SHA256 (burnash-gspread-v5.0.0_GH0.tar.gz) = ea6c1e3ef7888ab9f84802adc76cd97a00b9945c0edd755657a13c010526fc9a +SIZE (burnash-gspread-v5.0.0_GH0.tar.gz) = 100155