forked from pool/python-gspread
Accepting request 1167621 from devel:languages:python
- update to 6.1.0: * types can be obtained using mypy to type code using gspread * Add a new method to authenticate using API key for public spreadsheets * Add py.typed marker * Improve back-off client * Add new auth method API key * Bugfix/add set timeout * Fix wrapper `cast_to_a1_notation` * fix error message readability * Add missing method `import_csv()` * Add user friendly message when we can't override a test cassette * Allow "warning" type protected ranges * Improce README and documentation with value render options OBS-URL: https://build.opensuse.org/request/show/1167621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gspread?expand=0&rev=15
This commit is contained in:
commit
6541bdbd55
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 14 07:36:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 6.1.0:
|
||||||
|
* types can be obtained using mypy to type code using gspread
|
||||||
|
* Add a new method to authenticate using API key for public
|
||||||
|
spreadsheets
|
||||||
|
* Add py.typed marker
|
||||||
|
* Improve back-off client
|
||||||
|
* Add new auth method API key
|
||||||
|
* Bugfix/add set timeout
|
||||||
|
* Fix wrapper `cast_to_a1_notation`
|
||||||
|
* fix error message readability
|
||||||
|
* Add missing method `import_csv()`
|
||||||
|
* Add user friendly message when we can't override a test
|
||||||
|
cassette
|
||||||
|
* Allow "warning" type protected ranges
|
||||||
|
* Improce README and documentation with value render options
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 7 20:12:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Feb 7 20:12:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-gspread
|
Name: python-gspread
|
||||||
Version: 6.0.1
|
Version: 6.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Google Spreadsheets Python API
|
Summary: Google Spreadsheets Python API
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82589aa23756223785d51201b15ff7380fa4bce9c09f1e5dd157889d4595ab3d
|
|
||||||
size 330436
|
|
3
v6.1.0.tar.gz
Normal file
3
v6.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1b805ae7e9b1b68ec9e712472135b0ff6635ab716b8f9a38f612b4402f1910e
|
||||||
|
size 334339
|
Loading…
x
Reference in New Issue
Block a user