diff --git a/python-zope.testrunner.changes b/python-zope.testrunner.changes index 797d334..8fbb591 100644 --- a/python-zope.testrunner.changes +++ b/python-zope.testrunner.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 11 08:13:01 UTC 2023 - Dirk Müller + +- update to 6.2: + * Add support for Python 3.12. + * Update code and tests to ``python-subunit >= 1.4.3`` thus + requiring at least this version. + ------------------------------------------------------------------- Fri Jun 9 12:39:26 UTC 2023 - ecsos @@ -13,7 +21,7 @@ Mon Apr 3 09:15:42 UTC 2023 - pgajdos@suse.com ------------------------------------------------------------------- Tue Dec 13 17:47:23 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 5.6 +- Update to version 5.6 * Add support for Python 3.11. * Inline a small part of random.Random.shuffle which was deprecated in Python 3.9 and removed in 3.11 (#119). * Don’t trigger post mortem debugger for skipped tests. ( #141). @@ -21,13 +29,13 @@ Tue Dec 13 17:47:23 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Sat Dec 3 03:06:31 UTC 2022 - Yogalakshmi Arunachalam -- Update to 5.5.1 +- Update to 5.5.1 * Fix: let --at-level=level with level <= 0 run the tests at all levels (rather than at no level) #138. ------------------------------------------------------------------- Mon Sep 19 15:46:37 UTC 2022 - Yogalakshmi Arunachalam -- updated spec to include +- updated spec to include Requires(post): update-alternatives Requires(postun):update-alternatives @@ -44,7 +52,7 @@ Fri Sep 16 19:30:44 UTC 2022 - Yogalakshmi Arunachalam If not defined, the configuration continues to be locked for in file log.ini of the current working directory. Remember the logging configuration file in envvar ZOPE_TESTRUNNER_LOG_INI to allow spawned child processes to recreate the logging configuration. For details, see #134. - + - version update to 5.4.0 * Improve --help documentation for --package-path option (#121). * Do not disable existing loggers during logsupport initialization (#120). @@ -84,23 +92,23 @@ Wed Oct 30 12:13:54 UTC 2019 - Tomáš Chvátal Mon Apr 8 13:02:40 UTC 2019 - Marketa Calabkova - update to version 5.0 - * Fix test failures and deprecation warnings occurring when - using Python 3.8a1. + * 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 + * 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 + * Handle string in exception values when formatting chained exceptions. 4.8* - * Enable DeprecationWarning earlier, when discovering test + * Enable DeprecationWarning earlier, when discovering test modules. * Automatically enable DeprecationWarning when running tests. - Launch tests using multibuild. @@ -206,7 +214,7 @@ Wed Nov 13 13:08:41 UTC 2013 - p.drouand@gmail.com + 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 +- Changes from 4.4.0 + Fix tests selection when the negative "!" pattern is used several times (LP #1160965) + Moved tests into a 'tests' subpackage. diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index f36fb23..514d301 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-zope.testrunner -Version: 6.0 +Version: 6.2 Release: 0 Summary: Zope testrunner script License: ZPL-2.1 diff --git a/zope.testrunner-6.0.tar.gz b/zope.testrunner-6.0.tar.gz deleted file mode 100644 index b20fc2e..0000000 --- a/zope.testrunner-6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cb6fba3af95edb0c9f2aed039de855e333824e8ccb4ef94d36929577b3351b5 -size 149368 diff --git a/zope.testrunner-6.2.tar.gz b/zope.testrunner-6.2.tar.gz new file mode 100644 index 0000000..4d4e358 --- /dev/null +++ b/zope.testrunner-6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f8dc92e1363837567a02c78f252b6fd43c3b69c08ff2db748333aefd111bccd +size 150192