Hello community, here is the log from the commit of package python-toolz for openSUSE:Factory checked in at 2019-06-07 18:02:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-toolz (Old) and /work/SRC/openSUSE:Factory/.python-toolz.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-toolz" Fri Jun 7 18:02:04 2019 rev:4 rq:707198 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-toolz/python-toolz.changes 2018-12-24 11:45:23.905239051 +0100 +++ /work/SRC/openSUSE:Factory/.python-toolz.new.4811/python-toolz.changes 2019-06-07 18:02:08.937781993 +0200 @@ -1,0 +2,5 @@ +Mon Jun 3 13:18:07 UTC 2019 - Petr Gajdos <[email protected]> + +- run the testsuite, run spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-toolz.spec ++++++ --- /var/tmp/diff_new_pack.sHWNkL/_old 2019-06-07 18:02:09.633781747 +0200 +++ /var/tmp/diff_new_pack.sHWNkL/_new 2019-06-07 18:02:09.637781745 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-toolz # -# 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 @@ -23,13 +23,15 @@ Summary: List processing tools and functional utilities for python License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/pytoolz/toolz/ +URL: http://github.com/pytoolz/toolz/ Source: https://files.pythonhosted.org/packages/source/t/toolz/toolz-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description @@ -45,8 +47,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %license LICENSE.txt %{python_sitelib}/toolz/
