1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/727358
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2019-09-01 06:25:14 +00:00
committed by Git OBS Bridge
parent 947ca99646
commit f73b8474eb
4 changed files with 77 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
# Test requires network connection
%bcond_with test
Name: python-distributed
Version: 2.2.0
Version: 2.3.2
Release: 0
Summary: Library for distributed computing with Python
License: BSD-3-Clause
@@ -94,7 +94,7 @@ clusters.
%if %{with test}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} distributed/tests/
%pytest distributed/tests/
%endif
%files %{python_files}