From d984f7265a1f0fb294c725f5a6aaaa19fc2ec46241e5170159559e873942b3cf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 26 Jul 2019 10:39:25 +0000 Subject: [PATCH] Accepting request 717970 from devel:languages:python:numeric OBS-URL: https://build.opensuse.org/request/show/717970 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cluster?expand=0&rev=3 --- cluster-1.4.1.post2.tar.gz | 3 +++ python-cluster.changes | 13 +++++++++++++ python-cluster.spec | 9 ++++----- v1.4.1.tar.gz | 3 --- 4 files changed, 20 insertions(+), 8 deletions(-) create mode 100644 cluster-1.4.1.post2.tar.gz delete mode 100644 v1.4.1.tar.gz diff --git a/cluster-1.4.1.post2.tar.gz b/cluster-1.4.1.post2.tar.gz new file mode 100644 index 0000000..825046a --- /dev/null +++ b/cluster-1.4.1.post2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b56abc1c65c3aa6916ccd41eefa43478cbcf79dde5af9bf66f8c977ac3295c0 +size 41414 diff --git a/python-cluster.changes b/python-cluster.changes index 5349ba8..626f094 100644 --- a/python-cluster.changes +++ b/python-cluster.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jul 23 17:43:25 UTC 2019 - Todd R + +- 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. + ------------------------------------------------------------------- Wed Jun 20 11:10:58 UTC 2018 - tchvatal@suse.com diff --git a/python-cluster.spec b/python-cluster.spec index b98d0c8..2f6390b 100644 --- a/python-cluster.spec +++ b/python-cluster.spec @@ -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 @@ K-Means algorithm. For the hierarchical algorithm there are different “linkage” (single, complete, average and uclus) methods available. %prep -%setup -q +%setup -q -n cluster-%{version} %build %python_build diff --git a/v1.4.1.tar.gz b/v1.4.1.tar.gz deleted file mode 100644 index 76a3e4a..0000000 --- a/v1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5f4479e618618d1e2866892cd85306e6377e738e057eeb12194359c0a563cce -size 51859