Skip to content

Commit

Permalink
net/py-gspread: update to 5.10.0
Browse files Browse the repository at this point in the history
Changes:
  * Fix rows_auto_resize in worksheet.py by removing redundant self
  * Add deprecation warning for future release 6.0.x
  * FEATURE: show/hide gridlines
  * CLEANUP: cleanup tox.ini, and ignore ./env
  * Refactor/update-contributing-guide
  * Spelling fix (with legacy option)
  * 457-fetch-without-hidden-worksheets
  * Add_deprecated_warning_sort_method
  * Update (and test for) internal properties on change
  * Feature: Add "Remove tab colour" method
  * Refresh-test-cassettes
  * update self._properties after batch_update
  * 700-fill-merged-cells
  * Fix/update-internal-properties
  * Add breaking change warning in Worksheet.update()
  * Bump codespell from 2.2.4 to 2.2.5
  * Add/refresh last update time
  * Update-build-tools by @alifeee in #1231
  * add read the doc configuration file
  * update licence year
  * remove deprecated methods from tests
  • Loading branch information
skreuzer committed Jul 4, 2023
1 parent 0374dbd commit 04efacf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion net/py-gspread/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gspread
PORTVERSION= 5.7.1
PORTVERSION= 5.10.0
DISTVERSIONPREFIX= v
CATEGORIES= net python
MASTER_SITES= PYPI
Expand Down
6 changes: 3 additions & 3 deletions net/py-gspread/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1669913312
SHA256 (burnash-gspread-v5.7.1_GH0.tar.gz) = c2ce74985343520f336db839e3f80e8f19ac6e158a1237badde441c22d245ff4
SIZE (burnash-gspread-v5.7.1_GH0.tar.gz) = 150382
TIMESTAMP = 1688476445
SHA256 (burnash-gspread-v5.10.0_GH0.tar.gz) = 162a102e483f522d7fcec2f0686b1669d51e1a4b3b6e5cc5d5ca33ab02a1e12a
SIZE (burnash-gspread-v5.10.0_GH0.tar.gz) = 165367

0 comments on commit 04efacf

Please sign in to comment.