forked from pool/python-cluster
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
This commit is contained in:
3
cluster-1.4.1.post2.tar.gz
Normal file
3
cluster-1.4.1.post2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b56abc1c65c3aa6916ccd41eefa43478cbcf79dde5af9bf66f8c977ac3295c0
|
||||
size 41414
|
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 23 17:43:25 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5f4479e618618d1e2866892cd85306e6377e738e057eeb12194359c0a563cce
|
||||
size 51859
|
Reference in New Issue
Block a user