15
0

- update to 6.0.0:

* Remove deprecated method delete_row
  * Initial typing in client.py
  * Split client http client
  * Spelling fix & update docs with date_time_render_option
    behaviour
  * #966  Add sketch typing for utils.py
  * Remove accepted_kwargs decorator
  * Remplace named tuples with enums
  * Feature/add type hints worksheets
  * Implement hex color conversion
  * remove lastUpdateTime
  * Merge master into feature/release_6_0_0
  * Add type checking to lint
  * Warning/update swapped args
  * Improve Worksheet.sort() signature
  * Make get_values and alias of get
  * fix type issue (remove .first() function)
  * Remove/get records   use index
  * increase warning stacklevel from 1 to 2
  * Feature/merge master
  * feature/merge master
  * Simplify get records
  * Add util function to_records to build records
    in https://github.com/burnash/gspread/pull/1377
  * feature/add utils get records
  * Add migration guide for get_all_records
  * feature/merge master into release 6 0 0
  * Feature/release 6 0 0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=25
This commit is contained in:
2024-01-30 12:15:55 +00:00
committed by Git OBS Bridge
parent 53b8f863dd
commit f9d1421afa
4 changed files with 38 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gspread
Version: 5.12.4
Version: 6.0.0
Release: 0
Summary: Google Spreadsheets Python API
License: MIT
@@ -32,6 +32,7 @@ BuildRequires: %{python_module wheel}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-StrEnum >= 0.4.15
Requires: python-google-auth >= 1.12.0
Requires: python-google-auth-oauthlib >= 0.4.1
BuildArch: noarch