Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-xlrd
From: Adam Ciarcinski
Date: 2021-04-15 08:44:01
Message id: 20210415064401.9C964FA95@cvs.NetBSD.org
Log Message:
py-xlrd: updated to 2.0.1
2.0.1 (11 December 2020)
------------------------
- Use the README as the long description on PyPI.
2.0.0 (11 December 2020)
------------------------
- 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.
Files: