diff --git a/python-zope.testrunner.changes b/python-zope.testrunner.changes index d484b10..233327d 100644 --- a/python-zope.testrunner.changes +++ b/python-zope.testrunner.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Sep 19 15:46:37 UTC 2022 - Yogalakshmi Arunachalam + +- updated spec to include + Requires(post): update-alternatives + Requires(postun):update-alternatives + +------------------------------------------------------------------- +Fri Sep 16 19:30:44 UTC 2022 - Yogalakshmi Arunachalam + +- version update to 5.5.0 + * Use sys._current_frames (rather than threading.enumerate) as base for new thread detection, fixes #130. + * New option --gc-after-test. It calls for a garbage collection after each test and can be used to track down + ResourceWarning``s and cyclic garbage. With ``rv = gc.collect(), ! is output on verbosity level 1 when rv is + non zero (i.e. when cyclic structures have been released), [``*rv*]`` on higher verbosity levels and a detailed + cyclic garbage analysis on verbosity level 4+. For details, see #133. + * Allow the filename for the logging configuration to be specified via the envvar ZOPE_TESTRUNNER_LOG_INI. + 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). + * Fix tests with testtools >= 2.5.0 (#125). + * Add support for Python 3.10. + ------------------------------------------------------------------- Tue Oct 5 10:30:48 UTC 2021 - pgajdos@suse.com diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index 191d69e..cac2212 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -1,7 +1,7 @@ # # spec file for package python-zope.testrunner # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-zope.testrunner -Version: 5.3.0 +Version: 5.5 Release: 0 Summary: Zope testrunner script License: ZPL-2.1 @@ -41,6 +41,8 @@ BuildRequires: python-rpm-macros Requires: python-six Requires: python-zope.exceptions Requires: python-zope.interface +Requires(post): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch %if %{with test} BuildRequires: %{python_module zope.testing} diff --git a/zope.testrunner-5.3.0.tar.gz b/zope.testrunner-5.3.0.tar.gz deleted file mode 100644 index a5c5e36..0000000 --- a/zope.testrunner-5.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39a5ba631830703ea011383447135063db6d182794487dda9b8c1f515bb70b0f -size 141406 diff --git a/zope.testrunner-5.5.tar.gz b/zope.testrunner-5.5.tar.gz new file mode 100644 index 0000000..5ce0269 --- /dev/null +++ b/zope.testrunner-5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb850656188a0cdfcd249a3b7d330d49b15bfbf83a10f185bffdc0fab9013e5 +size 150317