15
0

- 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/package/show/devel:languages:python/python-gspread?expand=0&rev=29
This commit is contained in:
2024-04-14 07:37:00 +00:00
committed by Git OBS Bridge
parent d8feb0e7ad
commit adb4760387
4 changed files with 23 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gspread
Version: 6.0.1
Version: 6.1.0
Release: 0
Summary: Google Spreadsheets Python API
License: MIT