1
0

Accepting request 605125 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/605125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=3
This commit is contained in:
2018-05-08 11:38:50 +00:00
committed by Git OBS Bridge
parent 998b50699a
commit a520ec20f7
4 changed files with 45 additions and 13 deletions

View File

@@ -20,12 +20,12 @@
# Test requires network connection
%bcond_with test
Name: python-distributed
Version: 1.21.6
Version: 1.21.8
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://distributed.readthedocs.io/en/latest/
URL: https://distributed.readthedocs.io/en/latest/
Source: https://files.pythonhosted.org/packages/source/d/distributed/distributed-%{version}.tar.gz
Source99: python-distributed-rpmlintrc
BuildRequires: %{python_module devel}
@@ -38,31 +38,31 @@ BuildRequires: python2-futures
Requires: python-certifi
Requires: python-click >= 6.6
Requires: python-cloudpickle >= 0.2.2
Requires: python-dask >= 0.14.1
Requires: python-dask >= 0.17.0
Requires: python-joblib >= 0.10.2
Requires: python-msgpack-python
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
Requires: python-tornado >= 4.4
Requires: python-zict >= 0.1.2
Requires: python-tornado >= 4.5.1
Requires: python-zict >= 0.1.3
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module click >= 6.6}
BuildRequires: %{python_module cloudpickle >= 0.2.2}
BuildRequires: %{python_module dask >= 0.14.1}
BuildRequires: %{python_module msgpack-python}
BuildRequires: %{python_module dask >= 0.17.0}
BuildRequires: %{python_module msgpack}
BuildRequires: %{python_module psutil}
BuildRequires: %{python_module six}
BuildRequires: %{python_module sortedcontainers}
BuildRequires: %{python_module tblib}
BuildRequires: %{python_module toolz >= 0.7.4}
BuildRequires: %{python_module tornado >= 4.4}
BuildRequires: %{python_module zict >= 0.1.2}
BuildRequires: %{python_module tornado >= 4.5.1}
BuildRequires: %{python_module zict >= 0.1.3}
%endif
%ifpython2
Requires: python-futures