File python3-xlrd.changes of Package python3-xlrd
-------------------------------------------------------------------
Sun Jul 19 03:38:50 UTC 2015 - arun@gmx.de
- update to version 0.9.4:
* Use ElementTree.iter() if available, not deprecated getiterator()
* Fix #106 : Exception Value: unorderable types: Name() < Name()
* Fix for forward slash file separator and lowercase names.
* Test result as generator with expected item count.
* Create row generator expression with get_rows
* Enable automated testing with Python 3.4
-------------------------------------------------------------------
Sat Dec 6 00:14:03 UTC 2014 - arun@gmx.de
- specfile:
* update copyright year
* update home page
* added file namesdemo.xls to run tests
* removed files revent1.xlsx and text_bar.xlsx which are now
included in the tar-ball
* doc files are not bundled in tar-ball anymore->remove
- update to version 0.9.3:
* escapement_type -> escapement, fixing github #61
* unused import.
* Lose change log, that's what we have revision control for.
* Added function to convert Excel date to datetime.
* fix missed case of removal of getzflo caused by auto-merging a
pull request that came from before the 2.6+ branch was merged
* Fix variable name error introduced in commit 83b9643
* Use exception handler target variables rather than sys.exc_info()
* Remove ZipFile.open() workaround for pre-2.6 Python
* Remove miscellaneous workarounds for pre-2.6 Python
* Interpret xlsx comments with no text correctly
* Read xlsx merged cell elements.
* Don't use str.replace on cell_name
* github issue 64: need to skip meaningless chunk of 4 zero bytes
between two otherwise-valid BIFF records; was being treated as a
DIMENSIONS record and then crashing.
* Revert cell_name_to_rowx_colx. Remove anchors in do_row only.
* Ignoe anchors ($) in cell references
* Implemented Sheet.visibility for xlsx files.
* Avoid use of XPath features absent in 2.6's ET
* Read .xlsx comments from Excel 2007 / GDocs
* Fix for #49.
* MANIFEST was a red herring, our MANIFEST.in only works correctly
when using Python2.7+.
-------------------------------------------------------------------
Tue Apr 30 11:34:15 UTC 2013 - toddrme2178@gmail.com
- Remove unnecessary .py extension from executable
- Fix python2/python3 executable name conflict
-------------------------------------------------------------------
Tue Apr 16 19:29:03 UTC 2013 - jfunk@funktronics.ca
- Create python3 package