Date: Fri, 2 Sep 2022 18:56:06 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: a8383c7260ef - main - net/py-gspread: update to version 5.5.0 Message-ID: <202209021856.282Iu6Wi017807@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=a8383c7260efc1d21f2555e0504cbd2d286c259c commit a8383c7260efc1d21f2555e0504cbd2d286c259c Author: Steven Kreuzer <skreuzer@FreeBSD.org> AuthorDate: 2022-09-02 18:54:26 +0000 Commit: Steven Kreuzer <skreuzer@FreeBSD.org> CommitDate: 2022-09-02 18:55:56 +0000 net/py-gspread: update to version 5.5.0 Changes: * Use pathlib * Migrate to drive API V3 * Implement eq method for Cell * Add missing documentation on set_timeout * Add method to transfer / accept ownership of a spreadsheet * Add client_factory parameter to auth methods * Fix list_protected_ranges * Add function to convert column letter to column index * Fix docstring name of named_range() param * Fix grammar in docstring for client.export * Many typo fixes to worksheet docstrings * Fix function numericise_all * Fix documentation about oauth_from_dict * inherit_from_before option for insert_row/insert_rows * add method to change the color of a tab * docs: Fix a few typos * Fix typo in Worksheet.batch_format method --- 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 16b05691794e..e24b8e09739d 100644 --- a/net/py-gspread/Makefile +++ b/net/py-gspread/Makefile @@ -1,5 +1,5 @@ PORTNAME= gspread -PORTVERSION= 5.4.0 +PORTVERSION= 5.5.0 DISTVERSIONPREFIX= v CATEGORIES= net python MASTER_SITES= CHEESESHOP diff --git a/net/py-gspread/distinfo b/net/py-gspread/distinfo index 7f225aef7f81..7dbaa23b3ce0 100644 --- a/net/py-gspread/distinfo +++ b/net/py-gspread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654891923 -SHA256 (burnash-gspread-v5.4.0_GH0.tar.gz) = 132e26a57b342797e5df8ab1012f537f6d5e417ddbab7015c658a1a12e0cf5fe -SIZE (burnash-gspread-v5.4.0_GH0.tar.gz) = 142863 +TIMESTAMP = 1662122673 +SHA256 (burnash-gspread-v5.5.0_GH0.tar.gz) = 3e9538cd841eb82a1bc71bf25a227f8bae4901ee01f58e39eccb8fd912df2422 +SIZE (burnash-gspread-v5.5.0_GH0.tar.gz) = 146317
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209021856.282Iu6Wi017807>