commit python-fastcluster for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2020-02-03 11:12:44

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


Package is "python-fastcluster"

Mon Feb  3 11:12:44 2020 rev:6 rq:768781 version:1.1.26

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2018-09-18 11:50:23.599478400 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new.26092/python-fastcluster.changes
 2020-02-03 11:12:57.209833869 +0100
@@ -1,0 +2,6 @@
+Thu Jan 30 14:49:33 UTC 2020 - Todd R 
+
+- update to version 1.1.26:
+  * Small updates for Python 3.8.
+
+---

Old:

  fastcluster-1.1.25.tar.gz

New:

  fastcluster-1.1.26.tar.gz



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.PsSOfZ/_old  2020-02-03 11:12:57.905834220 +0100
+++ /var/tmp/diff_new_pack.PsSOfZ/_new  2020-02-03 11:12:57.905834220 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastcluster
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fastcluster
-Version:1.1.25
+Version:1.1.26
 Release:0
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-URL:http://danifold.net
+URL:https://github.com/dmuellner/fastcluster
 Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nose}

++ fastcluster-1.1.25.tar.gz -> fastcluster-1.1.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.25/MANIFEST.in 
new/fastcluster-1.1.26/MANIFEST.in
--- old/fastcluster-1.1.25/MANIFEST.in  2015-10-15 22:59:51.0 +0200
+++ new/fastcluster-1.1.26/MANIFEST.in  2018-08-12 07:44:09.0 +0200
@@ -1,3 +1,4 @@
+include pyproject.toml
 include docs/*
 include *.txt
 include src/*.cpp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.25/NEWS.txt 
new/fastcluster-1.1.26/NEWS.txt
--- old/fastcluster-1.1.25/NEWS.txt 2018-05-31 21:11:47.0 +0200
+++ new/fastcluster-1.1.26/NEWS.txt 2019-12-30 22:34:30.0 +0100
@@ -203,4 +203,10 @@
 
  • Removed all “#pragma GCC diagnostic” directives in .cpp files due to changed
CRAN requirements (CRAN repository only, not the GitHub repository).
+ • Updated build scripts for Python 3.7 (thanks to Forest Gregg).
+ • Simplified setup.py.
+ • Updated and corrected documentation.
 
+Version 1.1.26, 12/30/2019
+
+• Small updates for Python 3.8.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.25/PKG-INFO 
new/fastcluster-1.1.26/PKG-INFO
--- old/fastcluster-1.1.25/PKG-INFO 2018-05-31 21:18:10.0 +0200
+++ new/fastcluster-1.1.26/PKG-INFO 2019-12-31 15:06:06.206344600 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: fastcluster
-Version: 1.1.25
+Version: 1.1.26
 Summary: Fast hierarchical clustering routines for R and Python.
 Home-page: http://danifold.net
 Author: Daniel Müllner
@@ -26,8 +26,8 @@
 
`_.
 
 Installation files for Windows are provided on `PyPI
-`_ and on `Christoph 
Gohlke's web
-page `_.
+`__ and on `Christoph 
Gohlke's
+web page `_.
 
 **The fastcluster package is considered stable and will undergo few 
changes
 from now on. If some years from now there have not been any updates, 
this
@@ -37,15 +37,15 @@
 `my GitHub repository `_
 **for bug reports, pull requests etc.**
 
-Note that PyPI and my GitHub repository host the source code for the 
Python
-interface only. The archive with both the R and the Python interface is
-available on 

commit python-fastcluster for openSUSE:Factory

2018-09-18 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2018-09-18 11:50:00

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


Package is "python-fastcluster"

Tue Sep 18 11:50:00 2018 rev:5 rq:636250 version:1.1.25

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2018-07-18 22:58:10.526118087 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2018-09-18 11:50:23.599478400 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 14:56:58 UTC 2018 - Arun Persaud 
+
+- update to version 1.1.25:
+  * Removed all “#pragma GCC diagnostic” directives in .cpp files due
+to changed CRAN requirements (CRAN repository only, not the GitHub
+repository).
+
+---

Old:

  fastcluster-1.1.24.tar.gz

New:

  fastcluster-1.1.25.tar.gz



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.2PasHT/_old  2018-09-18 11:50:24.691477279 +0200
+++ /var/tmp/diff_new_pack.2PasHT/_new  2018-09-18 11:50:24.691477279 +0200
@@ -12,13 +12,13 @@
 # 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-%{**}}
 Name:   python-fastcluster
-Version:1.1.24
+Version:1.1.25
 Release:0
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause

++ fastcluster-1.1.24.tar.gz -> fastcluster-1.1.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.24/NEWS.txt 
new/fastcluster-1.1.25/NEWS.txt
--- old/fastcluster-1.1.24/NEWS.txt 2017-08-20 22:49:31.0 +0200
+++ new/fastcluster-1.1.25/NEWS.txt 2018-05-31 21:11:47.0 +0200
@@ -198,3 +198,9 @@
The formula in the fastcluster package was changed accordingly. This
concerns only the R interface. SciPy and fastcluster's Python interface
always had the correct formula.
+
+Version 1.1.25, 05/27/2018
+
+ • Removed all “#pragma GCC diagnostic” directives in .cpp files due to changed
+   CRAN requirements (CRAN repository only, not the GitHub repository).
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.24/PKG-INFO 
new/fastcluster-1.1.25/PKG-INFO
--- old/fastcluster-1.1.24/PKG-INFO 2017-08-20 23:03:08.0 +0200
+++ new/fastcluster-1.1.25/PKG-INFO 2018-05-31 21:18:10.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: fastcluster
-Version: 1.1.24
+Version: 1.1.25
 Summary: Fast hierarchical clustering routines for R and Python.
 Home-page: http://danifold.net
 Author: Daniel Müllner
@@ -47,6 +47,9 @@
 of the CRAN archive, so please do not attempt to report bugs or 
contact me via
 this repository.
 
+Christoph Dalitz wrote a pure `C++ interface to fastcluster
+`_.
+
 Reference: Daniel Müllner, *fastcluster: Fast Hierarchical, 
Agglomerative
 Clustering Routines for R and Python*, Journal of Statistical 
Software, **53**
 (2013), no. 9, 1–18, http://www.jstatsoft.org/v53/i09/.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.24/README.txt 
new/fastcluster-1.1.25/README.txt
--- old/fastcluster-1.1.24/README.txt   2017-08-20 22:52:38.0 +0200
+++ new/fastcluster-1.1.25/README.txt   2018-05-31 21:15:01.0 +0200
@@ -31,9 +31,12 @@
 
 https://CRAN.R-project.org/package=fastcluster
 
-The Python package can be either installed from PyPI (conveniently with
-easy_install) or manually from the source package at CRAN. Both distributions
-compile and install identical libraries.
+The Python package can be installed either from PyPI (conveniently with pip)
+or manually from the source package at CRAN. Both distributions compile and
+install identical libraries.
+
+Christoph Dalitz wrote a pure C++ interface to fastcluster:
+.
 
 
 Installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.24/docs/fastcluster.Rtex 
new/fastcluster-1.1.25/docs/fastcluster.Rtex
--- old/fastcluster-1.1.24/docs/fastcluster.Rtex2017-08-20 
22:54:01.0 +0200
+++ 

commit python-fastcluster for openSUSE:Factory

2018-07-18 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2018-07-18 22:57:44

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


Package is "python-fastcluster"

Wed Jul 18 22:57:44 2018 rev:4 rq:623644 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2017-11-10 14:57:11.788514229 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2018-07-18 22:58:10.526118087 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:38:41 UTC 2018 - tchva...@suse.com
+
+- Stricten version requirements on numpy to >= 1.9
+
+---



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.AoR2FR/_old  2018-07-18 22:58:11.058116323 +0200
+++ /var/tmp/diff_new_pack.AoR2FR/_new  2018-07-18 22:58:11.062116310 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastcluster
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,8 +16,6 @@
 #
 
 
-%bcond_without tests
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fastcluster
 Version:1.1.24
@@ -25,21 +23,18 @@
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
-Url:http://danifold.net
+URL:http://danifold.net
 Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module numpy-devel >= 1.9}
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
-%if %{with tests}
-BuildRequires:  %{python_module nose}
-%endif
 Requires:   python-numpy
 Requires:   python-scipy
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %python_subpackages
 
 %description
@@ -59,7 +54,7 @@
 
 %package -n %{name}-doc
 Summary:Documentation for %{name}
-Group:  Documentation/PDF
+Group:  Documentation/Other
 Provides:   %{python_module fastcluster-doc = %{version}}
 
 %description -n %{name}-doc
@@ -79,19 +74,16 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
-%if %{with tests}
 %check
 export LANG=en_US.UTF-8
 %python_exec setup.py test
-%endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CITATION.txt COPYING.txt NEWS.txt README.txt
+%license COPYING.txt
+%doc CITATION.txt NEWS.txt README.txt
 %{python_sitearch}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
 %doc docs/fastcluster.pdf
 
 %changelog




commit python-fastcluster for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2017-11-10 14:56:44

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


Package is "python-fastcluster"

Fri Nov 10 14:56:44 2017 rev:3 rq:539581 version:1.1.24

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2017-05-08 19:03:48.089469839 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2017-11-10 14:57:11.788514229 +0100
@@ -1,0 +2,10 @@
+Sat Nov  4 16:00:03 UTC 2017 - a...@gmx.de
+
+- update to version 1.1.24:
+  * R 3.5 corrects the formula for the “Canberra” metric. See
+https://bugs.r-project.org/bugzilla/show_bug.cgi?id=17285.
+The formula in the fastcluster package was changed accordingly. This
+concerns only the R interface. SciPy and fastcluster's Python interface
+always had the correct formula.
+
+---

Old:

  fastcluster-1.1.23.tar.gz

New:

  fastcluster-1.1.24.tar.gz



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.NcSVXo/_old  2017-11-10 14:57:13.132465618 +0100
+++ /var/tmp/diff_new_pack.NcSVXo/_new  2017-11-10 14:57:13.132465618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastcluster
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -20,20 +20,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fastcluster
-Version:1.1.23
+Version:1.1.24
 Release:0
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause
 Group:  Development/Languages/Python
 Url:http://danifold.net
 Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
-BuildRequires:  gcc-c++
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module numpy-devel}
 BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  python-rpm-macros
 %if %{with tests}
 BuildRequires:  %{python_module nose}
 %endif

++ fastcluster-1.1.23.tar.gz -> fastcluster-1.1.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.23/COPYING.txt 
new/fastcluster-1.1.24/COPYING.txt
--- old/fastcluster-1.1.23/COPYING.txt  2015-10-15 22:59:51.0 +0200
+++ new/fastcluster-1.1.24/COPYING.txt  2017-08-20 22:49:20.0 +0200
@@ -1,4 +1,6 @@
-Copyright © 2011, Daniel Müllner
+Copyright:
+  * Until package version 1.1.23: © 2011 Daniel Müllner 
+  * All changes from version 1.1.24 on: © Google Inc. 
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.23/INSTALL.txt 
new/fastcluster-1.1.24/INSTALL.txt
--- old/fastcluster-1.1.23/INSTALL.txt  2015-10-15 22:59:51.0 +0200
+++ new/fastcluster-1.1.24/INSTALL.txt  2017-08-20 22:49:06.0 +0200
@@ -1,7 +1,8 @@
 fastcluster: Fast hierarchical clustering routines for R and Python
 
-Copyright © 2011 Daniel Müllner
-
+Copyright:
+  * Until package version 1.1.23: © 2011 Daniel Müllner 
+  * All changes from version 1.1.24 on: © Google Inc. 
 
 
 Installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.23/NEWS.txt 
new/fastcluster-1.1.24/NEWS.txt
--- old/fastcluster-1.1.23/NEWS.txt 2017-03-24 22:53:59.0 +0100
+++ new/fastcluster-1.1.24/NEWS.txt 2017-08-20 22:49:31.0 +0200
@@ -1,7 +1,8 @@
 fastcluster: Fast hierarchical clustering routines for R and Python
 
-Copyright © 2011 Daniel Müllner
-
+Copyright:
+  • Until package version 1.1.23: © 2011 Daniel Müllner 
+  • All changes from version 1.1.24 on: © Google Inc. 
 
 
 Version history
@@ -189,3 +190,11 @@
 Version 1.1.23, 03/24/2017
 
  

commit python-fastcluster for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2017-05-08 19:02:49

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


Package is "python-fastcluster"

Mon May  8 19:02:49 2017 rev:2 rq:492895 version:1.1.23

Changes:

--- /work/SRC/openSUSE:Factory/python-fastcluster/python-fastcluster.changes
2016-11-20 18:18:32.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2017-05-08 19:03:48.089469839 +0200
@@ -1,0 +2,10 @@
+Thu May  4 16:09:16 UTC 2017 - toddrme2...@gmail.com
+
+- Update to Version 1.1.23
+  * setup.py: Late NumPy import for better dependency management.
+- Update to Version 1.1.22
+  * No fenv header usage if software floating-point emulation is used (bug
+report: NaN test failed on Debian armel).
+- Implement single-spec version.
+
+---

Old:

  fastcluster-1.1.21.tar.gz

New:

  fastcluster-1.1.23.tar.gz



Other differences:
--
++ python-fastcluster.spec ++
--- /var/tmp/diff_new_pack.fBbgTA/_old  2017-05-08 19:03:48.713381701 +0200
+++ /var/tmp/diff_new_pack.fBbgTA/_new  2017-05-08 19:03:48.717381136 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fastcluster
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,11 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fastcluster
-Version:1.1.21
+Version:1.1.23
 Release:0
 Summary:Hierarchical clustering routines for Python
 License:BSD-2-Clause
@@ -25,13 +28,19 @@
 Url:http://danifold.net
 Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
 BuildRequires:  gcc-c++
-BuildRequires:  python-devel
-BuildRequires:  python-nose
-BuildRequires:  python-numpy-devel
-BuildRequires:  python-scipy
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module numpy-devel}
+BuildRequires:  %{python_module scipy}
+%if %{with tests}
+BuildRequires:  %{python_module nose}
+%endif
 Requires:   python-numpy
 Requires:   python-scipy
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%python_subpackages
 
 %description
 This library provides Python functions for hierarchical clustering.
@@ -48,34 +57,40 @@
 make code easier to port from MATLAB to Python/Numpy. The core
 implementation of this library is in C++ for efficiency.
 
-%package doc
+%package -n %{name}-doc
 Summary:Documentation for %{name}
 Group:  Documentation/PDF
-Recommends: %{name} = %{version}
+Provides:   %{python_module fastcluster-doc = %{version}}
 
-%description doc
+%description -n %{name}-doc
 Documentation and help files for %{name}.
 
 %prep
 %setup -q -n fastcluster-%{version}
+sed -i 's/\r$//' CITATION.txt
+sed -i 's/\r$//' NEWS.txt
+sed -i 's/\r$//' README.txt
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+export CFLAGS="%{optflags}"
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-sed -i 's/\r$//' NEWS.txt
-sed -i 's/\r$//' README.txt
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%if %{with tests}
 %check
-python setup.py test
+export LANG=en_US.UTF-8
+%python_exec setup.py test
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc CITATION.txt COPYING.txt NEWS.txt README.txt
 %{python_sitearch}/*
 
-%files doc
+%files -n %{name}-doc
 %defattr(-,root,root,-)
 %doc docs/fastcluster.pdf
 

++ fastcluster-1.1.21.tar.gz -> fastcluster-1.1.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fastcluster-1.1.21/NEWS.txt 
new/fastcluster-1.1.23/NEWS.txt
--- old/fastcluster-1.1.21/NEWS.txt 2015-10-15 22:59:51.0 +0200
+++ new/fastcluster-1.1.23/NEWS.txt 2017-03-24 22:53:59.0 +0100
@@ -176,3 +176,16 @@
 Version 1.1.20, 07/19/2015
 
   • New version number due to PyPI upload error.
+
+Version 1.1.21, 09/18/2016
+
+  • Appropiate use of std namespace, as required by CRAN.
+
+Version 1.1.22, 06/12/2016
+
+  • No fenv header usage if software floating-point emulation is used (bug
+report: NaN test failed on 

commit python-fastcluster for openSUSE:Factory

2016-11-20 Thread h_root
Hello community,

here is the log from the commit of package python-fastcluster for 
openSUSE:Factory checked in at 2016-11-20 18:18:32

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


Package is "python-fastcluster"

Changes:

New Changes file:

--- /dev/null   2016-10-27 01:54:32.792041256 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-fastcluster.new/python-fastcluster.changes   
2016-11-20 18:18:32.0 +0100
@@ -0,0 +1,35 @@
+---
+Sun Oct 30 23:29:41 UTC 2016 - jeng...@inai.de
+
+- Update descriptions. Drop authorship and irrelevant future notes.
+
+---
+Fri Oct 28 14:48:39 UTC 2016 - toddrme2...@gmail.com
+
+- Update to version 1.1.21:
+  * Appropiate use of std namespace
+- Update to version 1.1.20:
+  * New version number due to PyPI upload error.
+- Update to version 1.1.19:
+  * Fixed unit tests. They can be run with "python setup.py test" now.
+- Update to version 1.1.18:
+  * Fixed missing NumPy header include path.
+- Update to version 1.1.17:
+  * Resolved MSVC compiler warnings.
+- Update to version 1.1.16:
+  * Support for large distance matrices (more than 2^31 entries, R's long
+vector support since version 3.0.0).
+- Update to version 1.1.15:
+  * Fixed the unit test to work with old and new R versions (see the changes
+in stats::hclust in R 3.1.0).
+- Update to version 1.1.14:
+  * Updated the DESCRIPTION file according to CRAN rules.
+  * Renamed the "ward" method for dissimilarity input to "ward.D" in the R
+interface and created a new method "ward.D2", following changes in R's
+hclust package.
+
+---
+Fri Nov 28 12:21:40 UTC 2014 - toddrme2...@gmail.com
+
+- Initial version
+

New:

  fastcluster-1.1.21.tar.gz
  python-fastcluster.changes
  python-fastcluster.spec



Other differences:
--
++ python-fastcluster.spec ++
#
# spec file for package python-fastcluster
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:   python-fastcluster
Version:1.1.21
Release:0
Summary:Hierarchical clustering routines for Python
License:BSD-2-Clause
Group:  Development/Languages/Python
Url:http://danifold.net
Source: 
https://files.pythonhosted.org/packages/source/f/fastcluster/fastcluster-%{version}.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  python-devel
BuildRequires:  python-nose
BuildRequires:  python-numpy-devel
BuildRequires:  python-scipy
Requires:   python-numpy
Requires:   python-scipy
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This library provides Python functions for hierarchical clustering.
It generates hierarchical clusters from distance matrices or from
vector data.

Part of this module is intended to replace the functions
linkage, single, complete, average, weighted, centroid, median, ward
in the module scipy.cluster.hierarchy with the same functionality but
much faster algorithms. Moreover, the function 'linkage_vector'
provides memory-efficient clustering for vector data.

The interface is very similar to MATLAB's Statistics Toolbox API to
make code easier to port from MATLAB to Python/Numpy. The core
implementation of this library is in C++ for efficiency.

%package doc
Summary:Documentation for %{name}
Group:  Documentation/PDF
Recommends: %{name} = %{version}

%description doc
Documentation and help files for %{name}.

%prep
%setup -q -n fastcluster-%{version}

%build
CFLAGS="%{optflags}" python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
sed -i 's/\r$//' NEWS.txt
sed -i 's/\r$//' README.txt

%check
python setup.py test

%files
%defattr(-,root,root,-)
%doc CITATION.txt COPYING.txt NEWS.txt README.txt
%{python_sitearch}/*

%files doc
%defattr(-,root,root,-)
%doc docs/fastcluster.pdf

%changelog