Changelog for
python2-xlrd-1.1.0-22.1.noarch.rpm :
Wed Jun 13 14:00:00 2018 toddrme2178AATTgmail.com
- Update to 1.1.0
* Fix for parsing of merged cells containing a single cell reference in xlsx
files.
* Fix for \"invalid literal for int() with base 10: \'true\'\" when reading some
xlsx files.
* Make xldate_as_datetime available to import direct from xlrd.
* Build universal wheels.
* Sphinx documentation.
* Document the problem with XML vulnerabilities in xlsx files and mitigation
measures.
* Fix :class:`NameError` on ``has_defaults is not defined``.
* Some whitespace and code style tweaks.
* Make example in README compatible with both Python 2 and 3.
* Add default value for cells containing errors that causeed parsing of some
xlsx files to fail.
* Add Python 3.6 to the list of supported Python versions, drop 3.3 and 2.6.
* Use generator expressions to avoid unnecessary lists in memory.
* Document unicode encoding used in Excel files from Excel 97 onwards.
* Report hyperlink errors in R1C1 syntax.
Wed May 3 14:00:00 2017 toddrme2178AATTgmail.com
- Fix license
- Executable is python version independent so make it python3-only.
Wed Apr 19 14:00:00 2017 toddrme2178AATTgmail.com
- Source url must be https.
Tue Apr 18 14:00:00 2017 toddrme2178AATTgmail.com
- Update to 1.0.0
* Official support, such as it is, is now for 2.6, 2.7, 3.3+
* Fixes a bug in looking up non-lowercase sheet filenames by
ensuring that the sheet targets are transformed the same way
as the component_names dict keys.
* Fixes a bug for ragged_rows=False when merged cells increases
the number of columns in the sheet. This requires all rows
to be extended to ensure equal row lengths that match the
number of columns in the sheet.
* Fixes to enable reading of SAP-generated .xls files.
* support BIFF4 files with missing FORMAT records.
* support files with missing WINDOW2 record.
* Empty cells are now always unicode strings, they were a
bytestring on Python 2 and a unicode string on Python 3.
* Fix for
inlineStr attribute without child. * Fix for a zoom of None causing problems on Python 3. * Fix parsing of bad dimensions. * Fix xlsx sheet to comments relationship. - Implement single-spec version.
Thu Oct 29 13:00:00 2015 scorotAATTfree.fr - Update to 0.9.4 * No changelog available
Tue Apr 30 14:00:00 2013 toddrme2178AATTgmail.com - Remove unnecessary .py extension from executable - Fix python2/python3 executable name conflict
Tue Apr 16 14:00:00 2013 jfunkAATTfunktronics.ca - Update to 0.9.2: - Bug fixes - Changes from 0.9.1: * Removed support for Python < 2.6 * Bug fixes - Changes from 0.9.0: * Python3 support * Expanded tests * Bug fixes - Spec cleanup
Tue Nov 13 13:00:00 2012 jfunkAATTfunktronics.ca - Update to 0.8.0 * This release finally lands the support for both .xls and .xlsx files. Many thanks to John Machin for all his work on making this happen. Opening of .xlsx files is seamless, just use xlrd as you did before and it all should \"just work\". * xlrd 0.8.0 is also the first release that that targets Python 2.6 and 2.7, but no Python 3 just yet. Python 2.5 and below may work but are not supported. If you need to use Python 2.5 or earlier, please stick to xlrd 0.7.x.
Fri Apr 27 14:00:00 2012 jfunkAATTfunktronics.ca - Update to 0.7.7 * Changelog information unavailable
Fri Apr 6 14:00:00 2012 jfunkAATTfunktronics.ca - Update to 0.7.6: * Changelog information unavailable
Tue Feb 28 13:00:00 2012 jfunkAATTfunktronics.ca - Update to 0.7.3
Tue Feb 21 13:00:00 2012 jfunkAATTfunktronics.ca - Update to 0.7.2 - Update spec for current conventions
Wed May 12 14:00:00 2010 jfunkAATTfunktronics.ca - Initial release
|