Files
python-d2to1/python-d2to1.changes
Sascha Peilicke b82ee2a086 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-d2to1?expand=0&rev=9
2013-09-16 09:56:25 +00:00

47 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Mon Sep 16 09:54:08 UTC 2013 - speilicke@suse.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 13:23:06 UTC 2013 - speilicke@suse.com
- Fix changelog, cleanup spec-file
- Run testsuite
-------------------------------------------------------------------
Thu May 9 10:08:57 UTC 2013 - matwey.kornilov@gmail.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 03:07:01 UTC 2012 - highwaystar.ru@gmail.com
- update to new release 0.2.7
- python3 package added
- spec improved
-------------------------------------------------------------------
Thu Nov 03 11:49:53 +0400 2011 - matwey.kornilov@gmail.com
- initial version