Hello community, here is the log from the commit of package python-nose-timer for openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-nose-timer (Old) and /work/SRC/openSUSE:Leap:15.2/.python-nose-timer.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose-timer" Mon Mar 9 18:09:22 2020 rev:4 rq:776850 version:0.7.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-nose-timer/python-nose-timer.changes 2020-01-15 15:50:49.507507860 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-nose-timer.new.26092/python-nose-timer.changes 2020-03-09 18:09:23.197026382 +0100 @@ -1,0 +2,9 @@ +Tue Jun 4 13:11:03 UTC 2019 - Marketa Calabkova <[email protected]> + +- update to 0.7.5 + * Migrate nose_parameterized -> parameterized + * Fix timer with multiprocessing + * Add Python 3.7 support + * Add --timer-fail option to fail slow tests + +------------------------------------------------------------------- Old: ---- nose-timer-0.7.2.tar.gz New: ---- v0.7.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nose-timer.spec ++++++ --- /var/tmp/diff_new_pack.hYr0xM/_old 2020-03-09 18:09:23.461026761 +0100 +++ /var/tmp/diff_new_pack.hYr0xM/_new 2020-03-09 18:09:23.465026767 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-nose-timer # -# 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 @@ -18,21 +18,24 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-nose-timer -Version: 0.7.2 +Version: 0.7.5 Release: 0 Summary: A timer plugin for nosetests License: MIT Group: Development/Languages/Python -Url: https://github.com/mahmoudimus/nose-timer -Source: https://files.pythonhosted.org/packages/source/n/nose-timer/nose-timer-%{version}.tar.gz +URL: https://github.com/mahmoudimus/nose-timer +Source: https://github.com/mahmoudimus/nose-timer/archive/v%{version}.tar.gz +BuildRequires: %{python_module mock} +BuildRequires: %{python_module nose} +BuildRequires: %{python_module parameterized} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-nose +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module nose} # /SECTION -Requires: python-nose -BuildArch: noarch %python_subpackages %description @@ -50,6 +53,9 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%python_expand nosetests-%$python_bin_suffix + %files %{python_files} %doc README.rst %license LICENSE
