14
0

Accepting request 307353 from home:benoit_monin:branches:devel:languages:python

- update to version 4.4.8
- add runtime requirements python-six, python-zope.exceptions, python-zope.interface
- update the test requirements (still commented out, tests fail)
- fix update-alternatives

OBS-URL: https://build.opensuse.org/request/show/307353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=13
This commit is contained in:
Denisart Benjamin
2015-05-24 18:36:42 +00:00
committed by Git OBS Bridge
parent 053706df2b
commit d71a82dc16
4 changed files with 51 additions and 13 deletions

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri May 15 13:47:39 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.4.8:
* Support skipped tests in subunit output
* More efficient test filtering
- additional changes from version 4.4.7:
* Work around a bug in PyPy3s curses module (#24).
- additional changes from version 4.4.6:
* Restore support for instance-based test layers that regressed
in 4.4.5 (#20).
- additional changes from version 4.4.5:
* Sort related layers close to each other to reduce the number of
unnecessary teardowns (fixes #14).
* Run the unit test layer first (fixes LP #497871).
- additional changes from version 4.4.4:
* When looking for the right location of test code, start with
longest location paths first. This fixes problems with nested
code locations.
- additional changes from version 4.4.3:
* Added support for Python 3.4.
- additional changes from version 4.4.2:
* Drop support for Python 3.1.
* Fix post-mortem debugging when a non-printable exception
happens (#8).
- add runtime requirements python-six, python-zope.exceptions,
python-zope.interface
- update the test requirements (still commented out, tests fail)
- fix update-alternatives
-------------------------------------------------------------------
Sat Nov 08 20:11:00 UTC 2014 - Led <ledest@gmail.com>