File python-xlutils.changes of Package python-xlutils
-------------------------------------------------------------------
Thu Apr 19 16:39:20 UTC 2018 - toddrme2178@gmail.com
- Update to version 2.0.0
* Updated documentation.
* Move to virtualenv/pip based development.
* Move to Read The Docs for documentation.
* Use Travis CI for testing and releases.
* Use features of newer :mod:`testfixtures` in :class:`~xlutils.view.CheckerView`.
* Python 3 compatibility.
- Implement single-spec version.
-------------------------------------------------------------------
Fri Nov 15 19:30:14 UTC 2013 - p.drouand@gmail.com
- Update to version 1.7.0
+ added the :mod:`xlutils.view` module.
- Remove useless CFLAGS definition
-------------------------------------------------------------------
Wed Sep 18 14:07:01 UTC 2013 - idonmez@suse.com
- Update to version 1.6.0
* Support for :mod:`xlrd` 0.9.1, which no longer has pickleable
books.
-------------------------------------------------------------------
Fri Apr 27 23:17:30 UTC 2012 - jfunk@funktronics.ca
- Update to 1.5.2
* When using xlutils.copy, the datemode is now copied across from the source
solving date problems with certain files.
* The errorhandler package is no longer a hard dependency
* As a minimum, xlrd 0.7.2 and xlwt 0.7.4 are now required.
-------------------------------------------------------------------
Tue Mar 13 20:19:50 UTC 2012 - jfunk@funktronics.ca
- Update to 1.5.1
* No changelog
- 1.5.0
* Take advantage of "ragged rows" optimisation in xlrd 0.7.3
* Add support for PANE records to xlutils.copy, which means that zoom
factors are now copied.
- New spec to reflect current conventions
-------------------------------------------------------------------
Wed May 12 13:03:43 UTC 2010 - jfunk@funktronics.ca
- Initial release