Hello community,
here is the log from the commit of package python-nose-timer for
openSUSE:Factory checked in at 2019-06-14 20:24:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose-timer (Old)
and /work/SRC/openSUSE:Factory/.python-nose-timer.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose-timer"
Fri Jun 14 20:24:32 2019 rev:3 rq:707613 version:0.7.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nose-timer/python-nose-timer.changes
2018-12-24 11:40:16.645511450 +0100
+++
/work/SRC/openSUSE:Factory/.python-nose-timer.new.4811/python-nose-timer.changes
2019-06-14 20:24:33.906797698 +0200
@@ -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.UiYfxL/_old 2019-06-14 20:24:34.658797455 +0200
+++ /var/tmp/diff_new_pack.UiYfxL/_new 2019-06-14 20:24:34.658797455 +0200
@@ -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