Hello community,
here is the log from the commit of package python-scikit-umfpack for
openSUSE:Factory checked in at 2019-09-23 12:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-scikit-umfpack (Old)
and /work/SRC/openSUSE:Factory/.python-scikit-umfpack.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-scikit-umfpack"
Mon Sep 23 12:19:54 2019 rev:3 rq:732227 version:0.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-scikit-umfpack/python-scikit-umfpack.changes
2019-01-21 10:46:02.504335999 +0100
+++
/work/SRC/openSUSE:Factory/.python-scikit-umfpack.new.7948/python-scikit-umfpack.changes
2019-09-23 12:19:57.085781816 +0200
@@ -1,0 +2,5 @@
+Fri Sep 20 17:56:30 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Do not pull in the scikits.example
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-scikit-umfpack.spec ++++++
--- /var/tmp/diff_new_pack.WrLB7B/_old 2019-09-23 12:19:57.825781696 +0200
+++ /var/tmp/diff_new_pack.WrLB7B/_new 2019-09-23 12:19:57.825781696 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-scikit-umfpack
#
-# 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
@@ -24,11 +24,10 @@
Summary: Python interface to UMFPACK sparse direct solver
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: https://github.com/scikit-umfpack/scikit-umfpack
+URL: https://github.com/scikit-umfpack/scikit-umfpack
Source0:
https://files.pythonhosted.org/packages/source/s/scikit-umfpack/scikit-umfpack-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module numpy-devel >= 1.14.3}
-BuildRequires: %{python_module scikits.example}
BuildRequires: %{python_module scipy >= 1.0.0rc1}
BuildRequires: %{python_module setuptools}
BuildRequires: c++_compiler
@@ -38,18 +37,16 @@
BuildRequires: python-rpm-macros
BuildRequires: suitesparse-devel
BuildRequires: swig
+Requires: python-numpy >= 1.14.3
+Requires: python-scipy >= 1.0.0rc1
+ExcludeArch: aarch64 ppc64 ppc64le
# SECTION test requirements
BuildRequires: %{python_module nose}
# /SECTION
-ExcludeArch: aarch64 ppc64 ppc64le
-Requires: python-numpy >= 1.14.3
-Requires: python-scikits.example
-Requires: python-scipy >= 1.0.0rc1
%ifpython2
Provides: %{oldpython}-scikits-umfpack = %{version}
Obsoletes: %{oldpython}-scikits-umfpack < %{version}
%endif
-
%python_subpackages
%description