diff --git a/nose2-0.14.1.tar.gz b/nose2-0.14.1.tar.gz deleted file mode 100644 index 0cb050c..0000000 --- a/nose2-0.14.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f8f03a21c9de2c33015933afcef72bf8e4a2d5dfec3b40092287de6e41b093a -size 166944 diff --git a/nose2-0.14.2.tar.gz b/nose2-0.14.2.tar.gz new file mode 100644 index 0000000..479b872 --- /dev/null +++ b/nose2-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e581efcef01a1aba391e817b121a681e9841b3299c1110bba8b1cd1d4074bf +size 167874 diff --git a/python-nose2.changes b/python-nose2.changes index 6537ba5..5fc5a71 100644 --- a/python-nose2.changes +++ b/python-nose2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 7 20:14:19 UTC 2024 - Dirk Müller + +- update to 0.14.2: + * For the coverage plugin, add a config option, coverage- + combine, which defaults to False. When set, this config + invokes a coverage combine step before reporting results, + regardless of whether or not multiprocessing was used to run + tests. This allows reporting of coverage results via the + plugin on testsuites which invoke subprocesses. + ------------------------------------------------------------------- Fri Feb 9 21:43:46 UTC 2024 - Dirk Müller diff --git a/python-nose2.spec b/python-nose2.spec index 28608ff..81f3df3 100644 --- a/python-nose2.spec +++ b/python-nose2.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-nose2 -Version: 0.14.1 +Version: 0.14.2 Release: 0 Summary: The successor to the Python testing framework nose, based on unittest License: BSD-2-Clause AND Python-2.0