summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-xlrd_1.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-xlrd: Upgrade 1.2.0 -> 2.0.1Leon Anavi2021-02-011-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 2.0.1: - Use the README as the long description on PyPI. - 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 :class:`~xlrd.book.Book` objects. - Add support for item access from :class:`~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 :class:`~xlrd.open_workbook`. - Handle WRITEACCESS records with invalid trailing characters. - Officially support Python 3.8 and 3.9. Get the source code from the git repository rather than from PyPI to obtain the tests. License-Update: Use file LICENSE. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-xlrd: consolidate inc and bb files into a single bb fileDerek Straka2020-04-031-2/+31
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python-xlrd: upgrade 1.1.0 -> 1.2.0Zang Ruochen2019-11-201-0/+2
-License-Update: Update PKG-INFO. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>