1
0

Accepting request 730987 from home:apersaud:branches:devel:languages:python:numeric

update to latest version

OBS-URL: https://build.opensuse.org/request/show/730987
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal
2019-09-16 07:36:09 +00:00
committed by Git OBS Bridge
parent f73b8474eb
commit ccf1909145
4 changed files with 56 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
# Test requires network connection
%bcond_with test
Name: python-distributed
Version: 2.3.2
Version: 2.4.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause
@@ -44,7 +44,6 @@ Requires: python-joblib >= 0.10.2
Requires: python-msgpack
Requires: python-psutil
Requires: python-scikit-learn >= 0.17.1
Requires: python-six
Requires: python-sortedcontainers
Requires: python-tblib
Requires: python-toolz >= 0.7.4
@@ -60,7 +59,6 @@ BuildRequires: %{python_module dask >= 0.18.0}
BuildRequires: %{python_module msgpack}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module sortedcontainers}
BuildRequires: %{python_module tblib}
BuildRequires: %{python_module toolz >= 0.7.4}