forked from pool/python-gspread
- 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:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 12:11:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 13 21:04:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user