Hello community, here is the log from the commit of package python-Paste for openSUSE:Factory checked in at 2017-08-13 14:57:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Paste (Old) and /work/SRC/openSUSE:Factory/.python-Paste.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Paste" Sun Aug 13 14:57:39 2017 rev:15 rq:515841 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes 2017-05-17 10:51:02.798745110 +0200 +++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes 2017-08-13 14:57:40.353567981 +0200 @@ -1,0 +2,6 @@ +Wed Aug 9 16:21:38 UTC 2017 - tbecht...@suse.com + +- Remove unused BuildRequires +- Use Suggests for openid and flup. Both are optional deps + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Paste.spec ++++++ --- /var/tmp/diff_new_pack.K5IYMN/_old 2017-08-13 14:57:41.441415319 +0200 +++ /var/tmp/diff_new_pack.K5IYMN/_new 2017-08-13 14:57:41.445414757 +0200 @@ -29,27 +29,24 @@ Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module flup} -BuildRequires: python-python-openid -BuildRequires: python3-python3-openid BuildRequires: %{python_module six > 1.4.0} +BuildRequires: fdupes +BuildRequires: python-rpm-macros # Documentation build requirements: BuildRequires: python3-Sphinx # Test build requirements: BuildRequires: %{python_module nose} -Requires: python-flup +Suggests: python-flup Requires: python-six > 1.4.0 %ifpython2 -Requires: python-python-openid +Suggests: python-python-openid Provides: %{oldpython}-paste = %{version} Obsoletes: %{oldpython}-paste < %{version} %endif %ifpython3 -Requires: python3-python3-openid +Suggests: python3-python3-openid %endif BuildArch: noarch %python_subpackages