commit python-cluster for openSUSE:Factory

2019-07-26 Thread root
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 
+
+- 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




commit python-cluster for openSUSE:Factory

2018-06-20 Thread root
Hello community,

here is the log from the commit of package python-cluster for openSUSE:Factory 
checked in at 2018-06-20 15:37:32

Comparing /work/SRC/openSUSE:Factory/python-cluster (Old)
 and  /work/SRC/openSUSE:Factory/.python-cluster.new (New)


Package is "python-cluster"

Wed Jun 20 15:37:32 2018 rev:2 rq:618015 version:1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-cluster/python-cluster.changes
2018-05-29 10:29:04.247604241 +0200
+++ /work/SRC/openSUSE:Factory/.python-cluster.new/python-cluster.changes   
2018-06-20 15:37:37.260436705 +0200
@@ -1,0 +2,5 @@
+Wed Jun 20 11:10:58 UTC 2018 - tchva...@suse.com
+
+- Switch from wheel to normal distri packaging bsc#1094323
+
+---

Old:

  LICENSE
  cluster-1.4.1-py2.py3-none-any.whl

New:

  v1.4.1.tar.gz



Other differences:
--
++ python-cluster.spec ++
--- /var/tmp/diff_new_pack.tlk52U/_old  2018-06-20 15:37:38.576388935 +0200
+++ /var/tmp/diff_new_pack.tlk52U/_new  2018-06-20 15:37:38.576388935 +0200
@@ -13,27 +13,26 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-cluster
 Version:1.4.1
 Release:0
-License:LGPL-2.0+
 Summary:Clustering library for python
-Url:https://github.com/exhuma/python-cluster
+License:LGPL-2.0-or-later
 Group:  Development/Languages/Python
-Source: 
https://files.pythonhosted.org/packages/py2.py3/c/cluster/cluster-%{version}-py2.py3-none-any.whl
-Source10:   
https://raw.githubusercontent.com/exhuma/python-cluster/v%{version}/LICENSE
+URL:https://github.com/exhuma/python-cluster
+Source: 
https://github.com/exhuma/python-cluster/archive/v%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-matplotlib >= 1.2
 Requires:   python-numpy >= 1.2
 Requires:   python-scipy >= 0.12
-Requires:   python-matplotlib >= 1.2
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -49,14 +48,13 @@
 “linkage” (single, complete, average and uclus) methods available.
 
 %prep
-%setup -c -T
-cp %{SOURCE10} .
+%setup -q
 
 %build
-# Not Needed
+%python_build
 
 %install
-%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
+%python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}