15
0

- 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 @ryanpineo)
  * Fix parameter typos in docs (#616 by @bryanallen22)
  * Miscellaneous docs fixes (#604 by @dgilman)
  * Fixed typo in docs (#591 by @davidefiocco)
  * Added a method to copy spreadsheets (#625 by @dsask)
  * Added with_link attribute when sharing / adding permissions (#621 by @epicfaace)
  * Added ability to duplicate a worksheet (#617)
  * Change default behaviour of numericise function #499 (#502 by @danthelion)
  * Added stacklevel=2 to deprecation warnings
- Switch to github tarball for tests

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gspread?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-15 12:51:45 +00:00
committed by Git OBS Bridge
parent 9116e91fc3
commit 989b11a518
4 changed files with 32 additions and 11 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Mar 15 12:41:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 @ryanpineo)
* Fix parameter typos in docs (#616 by @bryanallen22)
* Miscellaneous docs fixes (#604 by @dgilman)
* Fixed typo in docs (#591 by @davidefiocco)
* Added a method to copy spreadsheets (#625 by @dsask)
* Added with_link attribute when sharing / adding permissions (#621 by @epicfaace)
* Added ability to duplicate a worksheet (#617)
* Change default behaviour of numericise function #499 (#502 by @danthelion)
* Added stacklevel=2 to deprecation warnings
- Switch to github tarball for tests
-------------------------------------------------------------------
Tue Dec 4 12:48:45 UTC 2018 - Matej Cepl <mcepl@suse.com>