File python-detox.changes of Package python-detox
-------------------------------------------------------------------
Sat May 2 19:12:34 UTC 2015 - benoit.monin@gmx.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 6 09:58:10 UTC 2014 - toddrme2178@gmail.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 11:52:44 UTC 2013 - speilicke@suse.com
- Initial version