Accepting request 646945 from devel:languages:python:numeric
- 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/request/show/646945 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-scikit-sparse?expand=0&rev=3
This commit is contained in:
commit
12ba43701e
@ -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
|
||||
|
||||
|
@ -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,8 +30,8 @@ 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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4963d99b4b002378d86751d7e5020ba13a206b45f33368176485d8a194b32bdd
|
||||
size 251879
|
3
scikit-sparse-0.4.4.tar.gz
Normal file
3
scikit-sparse-0.4.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9e6741ab0a43f43071e123d7d6250c9d60373308e55f0a0c5488b8eec4df319
|
||||
size 385735
|
Loading…
Reference in New Issue
Block a user