Hello community,

here is the log from the commit of package python-WTForms for openSUSE:Factory 
checked in at 2018-12-13 19:45:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-WTForms (Old)
 and      /work/SRC/openSUSE:Factory/.python-WTForms.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-WTForms"

Thu Dec 13 19:45:21 2018 rev:4 rq:654074 version:2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-WTForms/python-WTForms.changes    
2017-10-10 11:42:23.093056753 +0200
+++ /work/SRC/openSUSE:Factory/.python-WTForms.new.28833/python-WTForms.changes 
2018-12-13 19:45:22.976939278 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:56:14 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-WTForms.spec ++++++
--- /var/tmp/diff_new_pack.wuoHPM/_old  2018-12-13 19:45:24.376937457 +0100
+++ /var/tmp/diff_new_pack.wuoHPM/_new  2018-12-13 19:45:24.412937410 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WTForms
 #
-# 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
@@ -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,24 +24,23 @@
 Summary:        A flexible forms validation and rendering library for Python 
web development
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://wtforms.simplecodes.com/
+URL:            http://wtforms.simplecodes.com/
 Source:         
https://files.pythonhosted.org/packages/source/W/WTForms/WTForms-%{version}.zip
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+Recommends:     python-Babel
+Recommends:     python-Django
+Recommends:     python-SQLAlchemy
+Recommends:     python-python-dateutil
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  python3-Babel
 BuildRequires:  python3-Django
 BuildRequires:  python3-SQLAlchemy
 BuildRequires:  python3-python-dateutil
 %endif
-Recommends:     python-Babel
-Recommends:     python-Django
-Recommends:     python-SQLAlchemy
-Recommends:     python-python-dateutil
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -59,6 +58,7 @@
 Documentation for WTForms, which is a forms validation and rendering library 
for Python web development.
 
 %package lang
+# FIXME: consider using %%lang_package macro
 Summary:        Languages for package %{name}
 Group:          System/Localization
 Requires:       %{name} = %{version}
@@ -88,24 +88,21 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc AUTHORS.txt CHANGES.rst LICENSE.txt README.md
+%license LICENSE.txt
+%doc AUTHORS.txt CHANGES.rst README.md
 %{python_sitelib}/*
 %exclude %{python_sitelib}/wtforms/locale
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
 %doc docs/html
 
-%if %have_python2 && ! 0%{?skip_python2}
+%if %{have_python2} && ! 0%{?skip_python2}
 %files -n %{python2_prefix}-WTForms-lang -f wtforms_%{python2_bin_suffix}.lang
-%defattr(-,root,root,-)
 %{python2_sitelib}/wtforms/locale
 %endif
 
-%if %have_python2 && ! 0%{?skip_python3}
+%if %{have_python2} && ! 0%{?skip_python3}
 %files -n %{python3_prefix}-WTForms-lang -f wtforms_%{python3_bin_suffix}.lang
-%defattr(-,root,root,-)
 %{python3_sitelib}/wtforms/locale
 %endif
 



Reply via email to