From 72b741879ab5c1f517d5df7466963155f4fbed5e509ba5676aed7fe49d2012ef Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 7 Nov 2018 10:48:27 +0000 Subject: [PATCH 1/2] - Update to 0.4.4: * Bug in solve with dense array, where base of result is not set correctly, fixed. * Supported versions updated to: - Python: 3.7, 3.6 - NumPy: 1.15, 1.14, 1.13 - SciPy: 1.1, 1.0, 0.19 - SuiteSparse: 5.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-sparse?expand=0&rev=5 --- python-scikit-sparse.changes | 9 +++++++++ python-scikit-sparse.spec | 10 +++++----- scikit-sparse-0.4.3.tar.gz | 3 --- scikit-sparse-0.4.4.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 scikit-sparse-0.4.3.tar.gz create mode 100644 scikit-sparse-0.4.4.tar.gz diff --git a/python-scikit-sparse.changes b/python-scikit-sparse.changes index 7515bf8..9b21f14 100644 --- a/python-scikit-sparse.changes +++ b/python-scikit-sparse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 7 11:42:47 CET 2018 - mcepl@suse.com + +- Update to 0.4.4: + * Bug in solve with dense array, where base of result is not + set correctly, fixed. + * Supported versions updated to: - Python: 3.7, 3.6 - NumPy: + 1.15, 1.14, 1.13 - SciPy: 1.1, 1.0, 0.19 - SuiteSparse: 5.2 + ------------------------------------------------------------------- Wed Aug 8 16:38:21 UTC 2018 - jengelh@inai.de diff --git a/python-scikit-sparse.spec b/python-scikit-sparse.spec index afb07ce..2b5b06a 100644 --- a/python-scikit-sparse.spec +++ b/python-scikit-sparse.spec @@ -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-scikit-sparse -Version: 0.4.3 +Version: 0.4.4 Release: 0 # For license file %define tag c94f8418b6c36c3ff9db4f87e00fc08bd51cfb4b @@ -30,12 +30,12 @@ Source: https://files.pythonhosted.org/packages/source/s/scikit-sparse/s Source10: https://raw.githubusercontent.com/scikit-sparse/scikit-sparse/%{tag}/LICENSE.txt BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy-devel >= 1.12} -BuildRequires: %{python_module scipy >= 0.18} +BuildRequires: %{python_module numpy-devel >= 1.13} +BuildRequires: %{python_module scipy >= 0.19} BuildRequires: %{python_module setuptools >= 18.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: suitesparse-devel +BuildRequires: suitesparse-devel >= 5.2 # SECTION test requirements BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest} diff --git a/scikit-sparse-0.4.3.tar.gz b/scikit-sparse-0.4.3.tar.gz deleted file mode 100644 index cd2f2af..0000000 --- a/scikit-sparse-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4963d99b4b002378d86751d7e5020ba13a206b45f33368176485d8a194b32bdd -size 251879 diff --git a/scikit-sparse-0.4.4.tar.gz b/scikit-sparse-0.4.4.tar.gz new file mode 100644 index 0000000..0e5f9b1 --- /dev/null +++ b/scikit-sparse-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e6741ab0a43f43071e123d7d6250c9d60373308e55f0a0c5488b8eec4df319 +size 385735 From c7f17683051b142843b418bec8e0a83d938260b408b71b69358ec2089c08d2ef Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 7 Nov 2018 10:54:15 +0000 Subject: [PATCH 2/2] OK, don't limit suitesparse version OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-scikit-sparse?expand=0&rev=6 --- python-scikit-sparse.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-scikit-sparse.spec b/python-scikit-sparse.spec index 2b5b06a..11f7a35 100644 --- a/python-scikit-sparse.spec +++ b/python-scikit-sparse.spec @@ -35,7 +35,7 @@ BuildRequires: %{python_module scipy >= 0.19} BuildRequires: %{python_module setuptools >= 18.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: suitesparse-devel >= 5.2 +BuildRequires: suitesparse-devel # SECTION test requirements BuildRequires: %{python_module nose} BuildRequires: %{python_module pytest}