1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/882928
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=94
This commit is contained in:
2021-04-06 08:43:30 +00:00
committed by Git OBS Bridge
parent 1bbcb22eeb
commit 25b5738f9a
4 changed files with 33 additions and 12 deletions

View File

@@ -24,18 +24,22 @@
%define psuffix %{nil}
%bcond_with test
%endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
%ifnarch %{ix86} %{arm}
%define cythonize --with-cython
# cython optimizations not supported on 32-bit: https://github.com/dask/dask/issues/7489
%endif
Name: python-distributed%{psuffix}
Version: 2021.3.1
Version: 2021.4.0
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause
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 Cython}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -50,23 +54,17 @@ Requires: python-psutil >= 5.0
Requires: python-sortedcontainers
Requires: python-tblib
Requires: python-toolz >= 0.8.2
Requires: python-tornado
Requires: python-tornado >= 6.0.3
Requires: python-zict >= 0.1.3
%ifnarch %ix86 %arm
# cython optimizations not supported on 32-bit: https://github.com/dask/dask/issues/7489
BuildRequires: %{python_module Cython}
%define cythonize --with-cython
%endif
%if %{with test}
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module bokeh}
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module click >= 6.6}
BuildRequires: %{python_module cloudpickle >= 1.5.0}
BuildRequires: %{python_module dask-all >= %{version}}
# need built extension
BuildRequires: %{python_module distributed = %{version}}
BuildRequires: %{python_module bokeh}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module jupyter_client}