14
0

Accepting request 692301 from home:mcalabkova:branches:devel:languages:python

- update to version 5.0
  * Fix test failures and deprecation warnings occurring when 
    using Python 3.8a1.  
  * Drop support for Python 3.4.
  4.9*
  * Fix AssertionError in _DummyThread.isAlive on Python 3.
  * Drop support for Python 3.3.
  * Add support for Python 3.7.
  * Remove untested support for the --pychecker option.
  * Update the command line interface to use argparse instead of 
    optparse.
  * Use ipdb instead of pdb for post-mortem debugging if available.
  * Add a –require-unique option to check for duplicate test IDs.
  * Reintroduce optional support for subunit.
  * Handle string in exception values when formatting chained 
    exceptions.
  4.8*
  * Enable DeprecationWarning earlier, when discovering test 
    modules.
  * Automatically enable DeprecationWarning when running tests.
- Launch tests using multibuild.

OBS-URL: https://build.opensuse.org/request/show/692301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=21
This commit is contained in:
Tomáš Chvátal
2019-04-08 13:47:49 +00:00
committed by Git OBS Bridge
parent 6def0b1ae3
commit b87ffe7310
5 changed files with 54 additions and 11 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Apr 8 13:02:40 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 5.0
* Fix test failures and deprecation warnings occurring when
using Python 3.8a1.
* Drop support for Python 3.4.
4.9*
* Fix AssertionError in _DummyThread.isAlive on Python 3.
* Drop support for Python 3.3.
* Add support for Python 3.7.
* Remove untested support for the --pychecker option.
* Update the command line interface to use argparse instead of
optparse.
* Use ipdb instead of pdb for post-mortem debugging if available.
* Add a require-unique option to check for duplicate test IDs.
* Reintroduce optional support for subunit.
* Handle string in exception values when formatting chained
exceptions.
4.8*
* Enable DeprecationWarning earlier, when discovering test
modules.
* Automatically enable DeprecationWarning when running tests.
- Launch tests using multibuild.
-------------------------------------------------------------------
Tue Dec 4 12:56:33 UTC 2018 - Matej Cepl <mcepl@suse.com>