Files
python-d2to1/python-d2to1.changes
Sascha Peilicke a3d3a2f97f - Fix changelog, cleanup spec-file
- Run testsuite
- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-d2to1?expand=0&rev=7
2013-06-18 13:20:02 +00:00

35 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
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