Fix update-alternatives implementation. OBS-URL: https://build.opensuse.org/request/show/419469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=14
79 lines
3.2 KiB
Plaintext
79 lines
3.2 KiB
Plaintext
-------------------------------------------------------------------
|
||
Mon Aug 15 14:51:56 UTC 2016 - toddrme2178@gmail.com
|
||
|
||
- Fix update-alternatives implementation.
|
||
|
||
-------------------------------------------------------------------
|
||
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 PyPy3’s 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>
|
||
|
||
- fix bashism in pre script
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Nov 14 15:45:40 UTC 2013 - p.drouand@gmail.com
|
||
|
||
- Add update-alternative support
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Nov 13 13:08:41 UTC 2013 - p.drouand@gmail.com
|
||
|
||
- Update to version 4.4.1
|
||
+ Updated boostrap.py to version 2.2.
|
||
+ Fix nondeterministic test failures on Python 3.3
|
||
+ Tear down layers after post_mortem debugging is finished.
|
||
+ Fix tests that write to source directory, it might be read-only.
|
||
- Changes from 4.4.0
|
||
+ Fix tests selection when the negative "!" pattern is used several times
|
||
(LP #1160965)
|
||
+ Moved tests into a 'tests' subpackage.
|
||
+ Made python -m zope.testrunner work again.
|
||
+ Support 'skip' feature of unittest2 (which became the new unittest in Python 2.7).
|
||
+ Better diagnostics when communication with subprocess fails
|
||
(https://github.com/zopefoundation/zope.testrunner/issues/5).
|
||
+ Do not break subprocess execution when the test suite changes the working
|
||
directory (https://github.com/zopefoundation/zope.testrunner/issues/6).
|
||
+ Count test module import errors as errors (LP #1026576).
|
||
- Add python-unittest2 and python-zope.interface commented BuildRequires;
|
||
these are new requirements for test but there are still broken
|
||
- Add fdupes BuildRequires and use fdupes to remove duplicate files
|
||
|
||
-------------------------------------------------------------------
|
||
Thu Oct 24 11:18:03 UTC 2013 - speilicke@suse.com
|
||
|
||
- Require python-setuptools instead of distribute (upstreams merged)
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 15 14:03:51 UTC 2013 - speilicke@suse.com
|
||
|
||
- Initial version
|
||
|