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 - [email protected]
+
+- 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