Changelog for
python2-gspread-3.7.0-lp153.16.3.noarch.rpm :
* Fri Mar 19 2021 Steve Kowalik
- Update to 3.7.0:
* Add `Worksheet.insert_note()`, `Worksheet.update_note()`, `Worksheet.clear_note()` (#818 by AATTlavigne958)
* Add `Worksheet.insert_cols()` (#802 by AATTAlexeyDmitriev)
* Add `value_render_option` parameter to `Worksheet.get_all_records()` (#776 by AATTdamgad)
* Remove `requests` from `install_requires` (#801)
* Simplify implementation of `Worksheet.insert_rows()` (#799 by AATTAlexeyDmitriev)
* Add `auth.service_account_from_dict()` (#785 b7 AATTmahenzon)
* Fix `ValueRange.from_json()` (#791 by AATTerakli)
* Allow `auth` to be `None`. Fix #773 (#774 by AATTlepture)
* Add `Worksheet.insert_rows()` (#734 by AATTtr-fi)
* Add `Worksheet.copy_to()` (#758 by AATTJoachimKoenigslieb)
* Add ability to create a cell instance using A1 notation (#765 by AATTtivaliy)
* Add `auth.service_account()` (#768)
* Add Authlib usage (#552 by AATTlepture)
* Simplified OAuth2 flow (#762)
* Fix `Worksheet.delete_rows()` index error (#760 by AATTrafa-guillermo)
* Deprecate `Worksheet.delete_row()` (#766)
* Scope `Worksheet.find()` to a specific row or a column (#739 by AATTalfonsocv12)
* Add `Worksheet.add_protected_range()` #447 (#720 by AATTKesterChan01)
* Add ability to fetch cell address in A1 notation (#763 by AATTtivaliy)
* Add `Worksheet.delete_columns()` (#761 by AATTrafa-guillermo)
* Ignore numericising specific columns in `get_all_records` (#701 by AATTbenjamindhimes)
* Add option ``folder_id`` when creating a spreadsheet (#754 by AATTAbdellam1994)
* Add `insertDataOption` to `Worksheet.append_row()` and `Worksheet.append_rows()` (#719 by AATTlobatt)
* Fix `TypeError` when using gspread in google colab (#750)
* Remove `oauth2client` in favor of `google-auth` #472, #529 (#637 by AATTBigHeadGeorge)
* Convert `oauth2client` credentials to `google-auth` (#711 by AATTaiguofer)
* Remove unnecessary `login()` from `gspread.authorize`
* Fix sheet name quoting issue (#554, #636, #716): + Add quotes to worksheet title for get_all_values (#640 by AATTgrlbrwrg, #717 by AATTzynaxsoft) + Escaping title containing single quotes with double quotes (#730 by AATTvijay-shanker) + Use `utils.absolute_range_name()` to handle range names (#748)
* Fix `numericise()`: add underscores test to work in python2 and * Add `supportsAllDrives` to Drive API requests (#709 by AATTjustinr1234)
* Add `Worksheet.merge_cells()` (#713 by AATTlavigne958)
* Improve `Worksheet.merge_cells()` and add `merge_type` parameter (#742 by AATTaiguofer)
* Add `Worksheet.sort()` (#639 by AATTkirillgashkov)
* Add ability to reorder worksheets #570 (#571 by AATTrobin900) + Add `Spreadsheet.reorder_worksheets()` + Add `Worksheet.update_index()`
* Add `test_update_cell_objects` (#698 by AATTogroleg)
* Add `Worksheet.append_rows()` (#556 by AATTmartinwarby, #694 by AATTfabytm)
* Add `Worksheet.delete_rows()` (#615 by AATTdeverlex)
* Speed up `Client.open()` by querying files by title in Google Drive (#684 by AATTaiguofer)
* Add `freeze`, `set_basic_filter` and `clear_basic_filter` methods to `Worksheet` (#574 by AATTaiguofer)
* Use Drive API v3 for creating and deleting spreadsheets (#573 by AATTaiguofer)
* Implement `value_render_option` in `get_all_values` (#648 by AATTmklaber)
* Set position of a newly added worksheet (#688 by AATTdjmgit)
* Add url properties for `Spreadsheet` and `Worksheet` (#725 by AATTCrossNox)
* Wed Apr 08 2020 Marketa Calabkova - Update to 3.3.1
* Support old and new collections.abc.Sequence (#745 by AATTtimgates42)
* Added `Spreadsheet.values_batch_update()` (#731)
* Added more parameters to `Worksheet.append_row()` (#726)
* Fix usage of client.openall when a title is passed in (#572 by AATTaiguofer)
* Fixed sharing from Team Drives (#646 by AATTwooddar)
* Fixed KeyError in list comprehension in `Spreadsheet.remove_permissions()` (#643 by AATTwooddar)
* Added `Spreadsheet.values_batch_get()` (#705 by AATTaiguofer)
* Added `stacklevel=2` to deprecation warnings
* Tue Mar 31 2020 Paolo Stivanin - remove nose dep since we are not running tests
* Fri Mar 15 2019 Tomáš Chvátal - Update to 3.1.0:
* Dropped Python 2.6 support
* Fixed KeyError in urllib.quote in Python 2 (#605, #558)
* Fixed Worksheet.title being out of sync after using update_title (#542 by AATTryanpineo)
* Fix parameter typos in docs (#616 by AATTbryanallen22)
* Miscellaneous docs fixes (#604 by AATTdgilman)
* Fixed typo in docs (#591 by AATTdavidefiocco)
* Added a method to copy spreadsheets (#625 by AATTdsask)
* Added with_link attribute when sharing / adding permissions (#621 by AATTepicfaace)
* Added ability to duplicate a worksheet (#617)
* Change default behaviour of numericise function #499 (#502 by AATTdanthelion)
* Added stacklevel=2 to deprecation warnings- Switch to github tarball for tests
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Thu Jul 26 2018 jengelhAATTinai.de- Trim bias from description.
* Thu May 24 2018 toddrme2178AATTgmail.com- Update to 3.0.0
* This version drops Google Sheets API v3 support. > API v4 was the default backend since version 2.0.0. > All v4-related code has been moved from `gspread.v4` module to `gspread` module.- Update to 2.1.1
* Fixed #533 (#534 by AATTreallistic)- Update to 2.1.0
* URL encode the range in the value_
* functions (#530 by AATTaiguofer)
* Open team drive sheets by name (#527 by AATTryantuck)- Update to 2.0.1
* Fixed #518
* Include v4 in setup.py
* Fetch all spreadsheets in Spreadsheet.list_spreadsheet_files (#522 by AATTaiguofer)- Update to 2.0.0
* Ported the library to Google Sheets API v4. This is a transition release. The v3-related code is untouched, but v4 is used by default. It is encouraged to move to v4 since the API is faster and has more features. API v4 is a significant change from v3. Some methods are not backward compatible, so there\'s no support for this compatibility in gspread either. These methods and properties are not supported in v4: > `Spreadsheet.updated` > `Worksheet.updated` > `Worksheet.export()` > `Cell.input_value`- Spec file cleanups
* Fri Sep 01 2017 alarrosaAATTsuse.com- Fixed Source url
* Fri Aug 18 2017 alarrosaAATTsuse.com- Update to python-gspread 0.6.2
* See https://github.com/burnash/gspread/blob/master/HISTORY.rst- Use singlespec macros
* Thu Sep 04 2014 toddrme2178AATTgmail.com- Initial version