Hello community, here is the log from the commit of package python-Paste for openSUSE:Factory checked in at 2018-03-22 12:04:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Paste (Old) and /work/SRC/openSUSE:Factory/.python-Paste.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Paste" Thu Mar 22 12:04:51 2018 rev:16 rq:589231 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Paste/python-Paste.changes 2017-08-13 14:57:40.353567981 +0200 +++ /work/SRC/openSUSE:Factory/.python-Paste.new/python-Paste.changes 2018-03-22 12:10:34.561933538 +0100 @@ -1,0 +2,11 @@ +Tue Mar 6 17:00:13 UTC 2018 - [email protected] + +- Allows Recommends and Suggest in Fedora + +------------------------------------------------------------------- +Tue Feb 27 13:47:03 UTC 2018 - [email protected] + +- Suggest only for SUSE +- Use %{__python3} macro + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Paste.spec ++++++ --- /var/tmp/diff_new_pack.chMETm/_old 2018-03-22 12:10:35.377904291 +0100 +++ /var/tmp/diff_new_pack.chMETm/_new 2018-03-22 12:10:35.385904004 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Paste # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -38,16 +38,22 @@ BuildRequires: python3-Sphinx # Test build requirements: BuildRequires: %{python_module nose} +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Suggests: python-flup +%endif Requires: python-six > 1.4.0 %ifpython2 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Suggests: python-python-openid +%endif Provides: %{oldpython}-paste = %{version} Obsoletes: %{oldpython}-paste < %{version} %endif %ifpython3 +%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 Suggests: python3-python3-openid %endif +%endif BuildArch: noarch %python_subpackages @@ -68,7 +74,7 @@ %build %python_build -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +%{__python3} setup.py build_sphinx && rm build/sphinx/html/.buildinfo %install %python_install
