Hello community, here is the log from the commit of package python-sigal for openSUSE:Factory checked in at 2018-12-24 11:43:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sigal (Old) and /work/SRC/openSUSE:Factory/.python-sigal.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sigal" Mon Dec 24 11:43:57 2018 rev:4 rq:659673 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sigal/python-sigal.changes 2018-04-25 10:01:48.709829578 +0200 +++ /work/SRC/openSUSE:Factory/.python-sigal.new.28833/python-sigal.changes 2018-12-24 11:43:58.337314872 +0100 @@ -1,0 +2,5 @@ +Tue Dec 4 12:54:18 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sigal.spec ++++++ --- /var/tmp/diff_new_pack.HRbhi2/_old 2018-12-24 11:43:58.753314503 +0100 +++ /var/tmp/diff_new_pack.HRbhi2/_new 2018-12-24 11:43:58.757314500 +0100 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,30 +24,28 @@ Summary: Static gallery generator License: MIT Group: Development/Languages/Python -Url: https://github.com/saimn/sigal +URL: https://github.com/saimn/sigal Source: https://files.pythonhosted.org/packages/source/s/sigal/sigal-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module Jinja2} -BuildRequires: %{python_module Markdown} -BuildRequires: %{python_module Pillow} -BuildRequires: %{python_module blinker} -BuildRequires: %{python_module click} -BuildRequires: %{python_module pilkit} -%endif BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Jinja2 Requires: python-Markdown Requires: python-Pillow Requires: python-blinker Requires: python-click Requires: python-pilkit -Suggests: python-cssmin Suggests: python-boto +Suggests: python-cssmin BuildArch: noarch - +%if %{with test} +BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module Markdown} +BuildRequires: %{python_module Pillow} +BuildRequires: %{python_module blinker} +BuildRequires: %{python_module click} +BuildRequires: %{python_module pilkit} +%endif %python_subpackages %description @@ -74,8 +72,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS LICENSE README.rst +%license LICENSE +%doc AUTHORS README.rst %python3_only %{_bindir}/sigal %{python_sitelib}/*
