14
0
forked from pool/python-joblib

Accepting request 623917 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/623917
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2018-07-20 06:57:21 +00:00
committed by Git OBS Bridge
parent 554f3e6732
commit 4e8bbf4af9
4 changed files with 75 additions and 14 deletions

View File

@@ -16,28 +16,25 @@
#
%bcond_with test
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name: python-joblib
Version: 0.11
Version: 0.12.1
Release: 0
Summary: Lightweight pipelining: using Python functions as pipeline jobs
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/joblib/joblib
URL: https://github.com/joblib/joblib
Source: https://files.pythonhosted.org/packages/source/j/joblib/joblib-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Recommends: python-numpy
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module pytest}
%endif
Recommends: python-numpy
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -53,7 +50,6 @@ Python. In particular, joblib offers:
Joblib can handle large data and has specific optimizations for `numpy` arrays.
%prep
%setup -q -n joblib-%{version}
@@ -70,8 +66,8 @@ Joblib can handle large data and has specific optimizations for `numpy` arrays.
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/joblib-%{version}-py*.egg-info
%{python_sitelib}/joblib/