Hello community, here is the log from the commit of package python-Flask-WTF for openSUSE:Factory checked in at 2018-01-26 13:39:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-WTF (Old) and /work/SRC/openSUSE:Factory/.python-Flask-WTF.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-WTF" Fri Jan 26 13:39:18 2018 rev:4 rq:569481 version:0.14.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-WTF/python-Flask-WTF.changes 2017-10-10 11:42:25.936931935 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-WTF.new/python-Flask-WTF.changes 2018-01-26 13:39:19.261794975 +0100 @@ -1,0 +2,11 @@ +Thu Jan 25 11:24:26 UTC 2018 - [email protected] + +- Fix whitespace and drop the subpkg wrt previous commit + +------------------------------------------------------------------- +Wed Jan 24 22:45:44 UTC 2018 - [email protected] + +- Added python-itsdangerous requirements +- disabled sphinx build html docs and doc packages because of build errors. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-WTF.spec ++++++ --- /var/tmp/diff_new_pack.OIFZC0/_old 2018-01-26 13:39:20.005760229 +0100 +++ /var/tmp/diff_new_pack.OIFZC0/_new 2018-01-26 13:39:20.005760229 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-WTF # -# 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 @@ -30,38 +30,29 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python3-Sphinx +Requires: python-Flask +Requires: python-WTForms +Requires: python-Werkzeug +Requires: python-itsdangerous +BuildArch: noarch %if %{with test} -BuildRequires: %{python_module Flask} BuildRequires: %{python_module Flask-Babel} +BuildRequires: %{python_module Flask} BuildRequires: %{python_module WTForms} BuildRequires: %{python_module Werkzeug} +BuildRequires: %{python_module itsdangerous} BuildRequires: %{python_module nose} %endif -Requires: python-Flask -Requires: python-WTForms -Requires: python-Werkzeug -BuildArch: noarch %python_subpackages %description Adds WTForms support to your Flask application -%package -n %{name}-doc -Summary: Documentation for %{name} -Group: Documentation/Other -Provides: %{python_module Flask-WTF-doc = %{version}} - -%description -n %{name}-doc -This package contains HTML documentation, including tutorials and API -reference for python-Flask-WTF. - %prep %setup -q -n Flask-WTF-%{version} %build %python_build -cd docs && make html && rm _build/html/.buildinfo # Generate HTML documentation %install %python_install @@ -74,12 +65,7 @@ %endif %files %{python_files} -%defattr(-,root,root,-) %doc AUTHORS LICENSE README.rst %{python_sitelib}/* -%files -n %{name}-doc -%defattr(-,root,root) -%doc docs/_build/html - %changelog
