Changelog for
python-d2to1-0.2.11-10.1.noarch.rpm :
Thu Nov 7 13:00:00 2013 speilickeAATTsuse.com
- Fix changes format of first entry from local timezone (UTC+4) to UTC
Mon Sep 16 14:00:00 2013 speilickeAATTsuse.com
- Update to version 0.2.11
+ Replaced distribute_setup.py with ez_setup.py in order to bootstrap
with modern setuptools when necessary.
+ Fixed a couple minor Python 3-specific issues. In particular the
data_files option could be passed to setup() as a dict_items
object instead of a list which is what would normally be expected.
+ Added a tox.ini (frankly I thought there already was one).
- Switch back to setuptools after distribute merge
Tue Jun 18 14:00:00 2013 speilickeAATTsuse.com
- Fix changelog, cleanup spec-file
- Run testsuite
Thu May 9 14:00:00 2013 matwey.kornilovAATTgmail.com
- Update to version 0.2.10:
+ Added support for the seutp-requires-dist option in the [metadata]
section of setup.cfg. This is analogous to the Setup-Requires-Dist metadata
field supported by PEP-426 and uses the setup_requires argument to
setuptools\' setup() to implement it.
+ Added support for the dependency_links and include_package_data
arguments to setuptools\' setup() in the [backwards_compat] section of
setup.cfg.
+ When a setup_hook calls sys.exit() don\'t show a traceback for the
SystemExit exception.
+ Fixed a bug in the exception formatting when exceptions occur in setup.cfg
handling.
Tue Aug 21 14:00:00 2012 highwaystar.ruAATTgmail.com
- update to new release 0.2.7
- python3 package added
- spec improved
Thu Nov 3 13:00:00 2011 matwey.kornilovAATTgmail.com
- initial version