Hello community, here is the log from the commit of package python-Flask for openSUSE:Factory checked in at 2019-12-07 15:12:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask (Old) and /work/SRC/openSUSE:Factory/.python-Flask.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask" Sat Dec 7 15:12:13 2019 rev:23 rq:752962 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask/python-Flask.changes 2019-11-11 13:00:35.161702751 +0100 +++ /work/SRC/openSUSE:Factory/.python-Flask.new.4691/python-Flask.changes 2019-12-07 15:12:50.907817423 +0100 @@ -1,0 +2,6 @@ +Mon Dec 2 13:51:57 UTC 2019 - John Paul Adrian Glaubitz <[email protected]> + +- Fix build on SLE-12 + + Add python to BuildRequires for suse_version < 1500 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask.spec ++++++ --- /var/tmp/diff_new_pack.ETfDbC/_old 2019-12-07 15:12:53.159817104 +0100 +++ /var/tmp/diff_new_pack.ETfDbC/_new 2019-12-07 15:12:53.163817103 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Flask # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,6 +34,9 @@ BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +%if %{?suse_version} < 1500 +BuildRequires: python +%endif BuildRequires: python-rpm-macros Requires: python-Jinja2 >= 2.10 Requires: python-Werkzeug >= 0.15
