Hello community, here is the log from the commit of package python-unidiff for openSUSE:Factory checked in at 2019-06-06 18:16:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-unidiff (Old) and /work/SRC/openSUSE:Factory/.python-unidiff.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-unidiff" Thu Jun 6 18:16:18 2019 rev:4 rq:707160 version:0.5.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-unidiff/python-unidiff.changes 2018-12-24 11:45:32.365231557 +0100 +++ /work/SRC/openSUSE:Factory/.python-unidiff.new.4811/python-unidiff.changes 2019-06-06 18:16:23.724702314 +0200 @@ -1,0 +2,5 @@ +Mon Jun 3 11:23:41 UTC 2019 - [email protected] + +- run the testsuite, call spec-cleaner + +------------------------------------------------------------------- Old: ---- unidiff-0.5.5.tar.gz New: ---- v0.5.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-unidiff.spec ++++++ --- /var/tmp/diff_new_pack.R2gMuO/_old 2019-06-06 18:16:25.076701918 +0200 +++ /var/tmp/diff_new_pack.R2gMuO/_new 2019-06-06 18:16:25.076701918 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-unidiff # -# 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,20 +23,22 @@ Summary: Unified diff parsing/metadata extraction library License: MIT Group: Development/Languages/Python -Url: http://github.com/matiasb/python-unidiff -Source: https://files.pythonhosted.org/packages/source/u/unidiff/unidiff-%{version}.tar.gz +URL: http://github.com/matiasb/python-unidiff +Source: https://github.com/matiasb/python-unidiff/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION %python_subpackages %description Python library to parse and interact with unified diff data. %prep -%setup -q -n unidiff-%{version} +%setup -q -n python-unidiff-%{version} %build %python_build @@ -45,8 +47,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest + %files %{python_files} -%defattr(-,root,root,-) %doc HISTORY README.rst %license LICENSE %python3_only %{_bindir}/unidiff
