Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sortinghat for openSUSE:Factory checked in at 2021-04-24 23:09:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sortinghat (Old) and /work/SRC/openSUSE:Factory/.python-sortinghat.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sortinghat" Sat Apr 24 23:09:27 2021 rev:8 rq:888221 version:0.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sortinghat/python-sortinghat.changes 2020-06-10 00:46:52.954704101 +0200 +++ /work/SRC/openSUSE:Factory/.python-sortinghat.new.12324/python-sortinghat.changes 2021-04-24 23:10:40.687524194 +0200 @@ -1,0 +2,5 @@ +Fri Apr 23 21:42:58 UTC 2021 - Matej Cepl <mc...@suse.com> + +- Don't build python36-* package (missing pandas) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sortinghat.spec ++++++ --- /var/tmp/diff_new_pack.f0OfXm/_old 2021-04-24 23:10:41.075524743 +0200 +++ /var/tmp/diff_new_pack.f0OfXm/_new 2021-04-24 23:10:41.079524748 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sortinghat # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,6 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-sortinghat Version: 0.7.7 Release: 0 @@ -45,7 +46,7 @@ Requires: python-requests >= 2.9 Requires: python-urllib3 >= 1.22 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Jinja2}