Changelog for
python3-detox-0.18-1.2.noarch.rpm :
* Wed Jan 02 2019 Thomas Bechtold
- update to 0.18: - integrate usable fixes from stale PR7 - (fix [#20](https://github.com/tox-dev/detox/issues/20) detox ignores/breaks usedevelop - by Kendall Chuang - (fix [#21](https://github.com/tox-dev/detox/issues/21) detox doesn\'t support skipsdist config option - by Kendall Chuang - convert changelog to markdown and render as part of description on PyPI - detox version now prints own version and then what tox has to say - add extra dependencies in setup.py - update tests to current pytest API - use black for code formatting - use flake8 for linting - add descriptions to tox envs - add a \"dev\" tox env - (fix [#23](https://github.com/tox-dev/detox/issues/23)) do not swallow exceptions - by AATTvlaci (fix [#16](https://github.com/tox-dev/detox/issues/16)) use tox quiet level to make detox quiet - by Oliver Bestwalter - and now the markdown description might even be rendered -
*sigh
* replace hardcoded long description with actual content of `README.md` - propagate information about new location of issie tracker to PyPI - (fix [#15](https://github.com/tox-dev/detox/issues/15)) make detox aware of new way to fetch a package in tox 3.3 - by Oliver Bestwalter - (fix [#15](https://github.com/tox-dev/detox/issues/15)) make detox aware of new way to fetch a package in tox 3.3 - by Oliver Bestwalter - (fix [#25](https://github.com/tox-dev/detox/issues/25)) print out detox version rather than tox version including detox version as plugin, when invoking [detox --version]{.title-ref} - by Oliver Bestwalter- Add 0001-Specify-encoding-when-reading-README-and-CHANGELOG.patch
* Tue Sep 18 2018 Tomáš Chvátal - Skip one more test failing in OBS
* Mon Sep 17 2018 Tomáš Chvátal - Fix homepage url to point to active github
* Sat Aug 25 2018 jengelhAATTinai.de- Use noun phrase in summary.
* Thu Aug 23 2018 tchvatalAATTsuse.com- Switch to singlespec- Run tests- Update to 0.13:
* get compatible again to tox-2.0
* Add support for running detox as python -m detox
* use pytest for testing
* Sat May 02 2015 benoit.moninAATTgmx.fr- update to version 0.9.4:
* get compatible again to eventlet by avoiding to import eventlet.processes, thanks Takeshi Komiya for the PR.
* make detox honor skipsdist. Thanks Timoth Messier for the PR.
* change license to MIT- change license to match upstream- increase required versions for eventlet and tox
* Wed Aug 06 2014 toddrme2178AATTgmail.com- Update to 0.9.3 - fix issue6: quickly make detox work with tox-1.6 again (although not all 1.6 features supported, e.g. --develop does not work) - fix issue3: don\'t claim a TROVE identifier of \"python3\" because detox itself depends on eventlet which does not work on py3 yet. (Nevertheless detox will create py3 environments through tox of course) - fix issue1: support python2.5 again (although we might drop it in the future -- it\'s enough of tox/detox can _create_ and handle py25 environments, they don\'t neccessarily need to support running themself on py25)
* Tue Jul 30 2013 speilickeAATTsuse.com- Initial version