Hello community, here is the log from the commit of package python-nose2 for openSUSE:Factory checked in at 2019-04-08 20:53:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nose2 (Old) and /work/SRC/openSUSE:Factory/.python-nose2.new.3908 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose2" Mon Apr 8 20:53:46 2019 rev:3 rq:692272 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nose2/python-nose2.changes 2018-08-24 17:04:36.770107619 +0200 +++ /work/SRC/openSUSE:Factory/.python-nose2.new.3908/python-nose2.changes 2019-04-08 20:53:47.442579569 +0200 @@ -1,0 +2,16 @@ +Mon Apr 8 11:19:14 UTC 2019 - Ondřej Súkup <[email protected]> + +- update to 0.9.1 +- refresh remove_unittest2.patch + * the prof plugin now uses cProfile instead of hotshot for profiling + * skipped tests now include the user's reason in junit XML's message field + * the prettyassert plugin mishandled multi-line function definitions + * Using a plugin's CLI flag when the plugin is already enabled via config + no longer errors + * nose2.plugins.prettyassert, enabled with --pretty-assert + * Cleanup code for EOLed python versions + * Dropped support for distutils. + * Result reporter respects failure status set by other plugins + * JUnit XML plugin now includes the skip reason in its output + +------------------------------------------------------------------- Old: ---- nose2-0.8.0.tar.gz New: ---- nose2-0.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nose2.spec ++++++ --- /var/tmp/diff_new_pack.fIwx4s/_old 2019-04-08 20:53:47.974579960 +0200 +++ /var/tmp/diff_new_pack.fIwx4s/_new 2019-04-08 20:53:47.978579962 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-nose2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,13 +12,13 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-nose2 -Version: 0.8.0 +Version: 0.9.1 Release: 0 Summary: Second generation of the "nose" Python testing framework License: BSD-2-Clause AND Python-2.0 ++++++ nose2-0.8.0.tar.gz -> nose2-0.9.1.tar.gz ++++++ ++++ 3351 lines of diff (skipped) ++++++ remove_unittest2.patch ++++++ --- /var/tmp/diff_new_pack.fIwx4s/_old 2019-04-08 20:53:48.118580065 +0200 +++ /var/tmp/diff_new_pack.fIwx4s/_new 2019-04-08 20:53:48.118580065 +0200 @@ -1,11 +1,13 @@ ---- a/setup.py -+++ b/setup.py -@@ -93,7 +93,7 @@ else: - ], - } - params['install_requires'] = parse_requirements('requirements.txt') -- params['test_suite'] = 'unittest.collector' -+ params['test_suite'] = 'nose2.tests' - params['extras_require']['doc'] = parse_requirements('requirements-docs.txt') - params['extras_require'].update(add_per_version_requirements()) - +Index: nose2-0.9.0/setup.py +=================================================================== +--- nose2-0.9.0.orig/setup.py ++++ nose2-0.9.0/setup.py +@@ -44,7 +44,7 @@ setup( + "nose2-%s.%s = nose2:discover" % (py_version.major, py_version.minor), + ] + }, +- test_suite="unittest.collector", ++ test_suite="nose2.tests", + # descriptive package info below + description="unittest2 with plugins, the succesor to nose", + long_description=LONG_DESCRIPTION,
