Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cluster for openSUSE:Factory checked in at 2021-06-01 10:34:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cluster (Old) and /work/SRC/openSUSE:Factory/.python-cluster.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cluster" Tue Jun 1 10:34:48 2021 rev:4 rq:895086 version:1.4.1.post2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cluster/python-cluster.changes 2019-07-26 12:39:26.837940226 +0200 +++ /work/SRC/openSUSE:Factory/.python-cluster.new.1898/python-cluster.changes 2021-06-01 10:35:04.296568890 +0200 @@ -1,0 +2,5 @@ +Mon May 24 03:09:59 UTC 2021 - Steve Kowalik <[email protected]> + +- Do not build for Python 3.6, due to no NumPy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cluster.spec ++++++ --- /var/tmp/diff_new_pack.QvGK50/_old 2021-06-01 10:35:04.684569550 +0200 +++ /var/tmp/diff_new_pack.QvGK50/_new 2021-06-01 10:35:04.688569557 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cluster # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,17 +12,17 @@ # 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-%{**}} +%define skip_python36 1 Name: python-cluster Version: 1.4.1.post2 Release: 0 Summary: Clustering library for python License: LGPL-2.0-or-later -Group: Development/Languages/Python URL: https://github.com/exhuma/python-cluster Source: https://files.pythonhosted.org/packages/source/c/cluster/cluster-%{version}.tar.gz BuildRequires: %{python_module pip}
