Hello community, here is the log from the commit of package python-cluster for openSUSE:Factory checked in at 2019-07-26 12:39:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cluster (Old) and /work/SRC/openSUSE:Factory/.python-cluster.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cluster" Fri Jul 26 12:39:25 2019 rev:3 rq:717970 version:1.4.1.post2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cluster/python-cluster.changes 2018-06-20 15:37:37.260436705 +0200 +++ /work/SRC/openSUSE:Factory/.python-cluster.new.4126/python-cluster.changes 2019-07-26 12:39:26.837940226 +0200 @@ -1,0 +2,13 @@ +Tue Jul 23 17:43:25 UTC 2019 - Todd R <[email protected]> + +- Update to 1.4.1.post2 + * Update changelog. + * Removed the Pipfile which was introduced in 1.4.1.post1. + The file caused false positives on security checks. + Additionally, having a Pipfile is mainly useful in + applications, and not in libraries like this one. +- Update to 1.4.1.post1 + * Update changelog. + * Switch doc-building to use pipenv & update Pipfile accordingly. + +------------------------------------------------------------------- Old: ---- v1.4.1.tar.gz New: ---- cluster-1.4.1.post2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cluster.spec ++++++ --- /var/tmp/diff_new_pack.xkqp3B/_old 2019-07-26 12:39:27.489939846 +0200 +++ /var/tmp/diff_new_pack.xkqp3B/_new 2019-07-26 12:39:27.493939844 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cluster # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cluster -Version: 1.4.1 +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://github.com/exhuma/python-cluster/archive/v%{version}.tar.gz -BuildRequires: %{python_module devel} +Source: https://files.pythonhosted.org/packages/source/c/cluster/cluster-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -48,7 +47,7 @@ “linkage” (single, complete, average and uclus) methods available. %prep -%setup -q +%setup -q -n cluster-%{version} %build %python_build
