Hello community,

here is the log from the commit of package python-sortinghat for 
openSUSE:Factory checked in at 2018-12-24 11:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sortinghat (Old)
 and      /work/SRC/openSUSE:Factory/.python-sortinghat.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sortinghat"

Mon Dec 24 11:44:10 2018 rev:2 rq:659681 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sortinghat/python-sortinghat.changes      
2018-01-10 23:29:58.886627122 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sortinghat.new.28833/python-sortinghat.changes
   2018-12-24 11:44:11.973302788 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:54:29 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sortinghat.spec ++++++
--- /var/tmp/diff_new_pack.K3Nk3V/_old  2018-12-24 11:44:12.401302408 +0100
+++ /var/tmp/diff_new_pack.K3Nk3V/_new  2018-12-24 11:44:12.405302405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sortinghat
 #
-# 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,8 @@
 # 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/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,29 +21,28 @@
 Name:           python-sortinghat
 Version:        0.4.3
 Release:        0
-License:        GPL-3.0
 Summary:        A tool to manage identities
-Url:            https://github.com/grimoirelab/sortinghat
+License:        GPL-3.0-only
 Group:          Development/Languages/Python
+Url:            https://github.com/grimoirelab/sortinghat
 Source:         
https://files.pythonhosted.org/packages/source/s/sortinghat/sortinghat-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 %if %{with test}
 BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module pandas >= 0.17}
 BuildRequires:  %{python_module PyMySQL}
-BuildRequires:  %{python_module python-dateutil >= 2.6.0}
 BuildRequires:  %{python_module PyYAML >= 3.12}
 BuildRequires:  %{python_module SQLAlchemy >= 1.0.0}
+BuildRequires:  %{python_module pandas >= 0.17}
+BuildRequires:  %{python_module python-dateutil >= 2.6.0}
 %endif
 BuildRequires:  fdupes
 Requires:       python-Jinja2
-Requires:       python-pandas >= 0.17
 Requires:       python-PyMySQL
-Requires:       python-python-dateutil >= 2.6.0
 Requires:       python-PyYAML >= 3.12
 Requires:       python-SQLAlchemy >= 1.0.0
+Requires:       python-pandas >= 0.17
+Requires:       python-python-dateutil >= 2.6.0
 BuildArch:      noarch
 
 %python_subpackages


Reply via email to