SHA256
1
0
forked from pool/python-xlrd
Files
python-xlrd/python-xlrd.changes
Matej Cepl b55b3e5708 Accepting request 888056 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 2.0.1
  * Remove support for anything other than .xls files.
  * Remove support for psyco.
  * Change the default encoding used when no CODEPAGE record can be
    found from ascii to iso-8859-1.
  * Add support for iterating over `xlrd.book.Book` objects.
  * Add support for item access from `xlrd.book.Book`
    objects, where integer indices and string sheet names are
    supported.
  * Non-unicode spaces are now stripped from the "last author"
    information.
  * Workbook corruption errors can now be ignored using the
    ignore_workbook_corruption option to `xlrd.open_workbook`.
  * Handle WRITEACCESS records with invalid trailing characters.
  * Officially support Python 3.8 and 3.9.

OBS-URL: https://build.opensuse.org/request/show/888056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-xlrd?expand=0&rev=11
2021-04-23 17:24:44 +00:00

6.4 KiB