summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Kreuzer <skreuzer@FreeBSD.org>2021-12-17 14:42:42 +0000
committerSteven Kreuzer <skreuzer@FreeBSD.org>2021-12-17 14:49:53 +0000
commit8074ed6ad022b360663afb3c9eecd55f73330a9d (patch)
treec8dab15d63cfbe40dec464bf09fa6ccf076d0190
parentgames/iortcw: port to riscv64 (diff)
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
-rw-r--r--net/py-gspread/Makefile2
-rw-r--r--net/py-gspread/distinfo6
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