Hello community, here is the log from the commit of package python-pydocstyle for openSUSE:Factory checked in at 2019-03-01 20:32:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pydocstyle (Old) and /work/SRC/openSUSE:Factory/.python-pydocstyle.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pydocstyle" Fri Mar 1 20:32:23 2019 rev:4 rq:680462 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pydocstyle/python-pydocstyle.changes 2019-01-24 14:14:18.411300667 +0100 +++ /work/SRC/openSUSE:Factory/.python-pydocstyle.new.28833/python-pydocstyle.changes 2019-03-01 20:32:24.889967579 +0100 @@ -1,0 +2,5 @@ +Fri Mar 1 11:13:40 UTC 2019 - Hans-Peter Jansen <[email protected]> + +- don't run tests, if they're disabled from build conditional + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pydocstyle.spec ++++++ --- /var/tmp/diff_new_pack.XxxXOA/_old 2019-03-01 20:32:25.489967432 +0100 +++ /var/tmp/diff_new_pack.XxxXOA/_new 2019-03-01 20:32:25.489967432 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-pydocstyle # -# 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 @@ -66,6 +66,7 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%if %{with test} %check mkdir empty pushd empty @@ -74,6 +75,7 @@ $python -c "from pydocstyle import *" } popd +%endif %files %{python_files} %defattr(-,root,root,-)
