forked from pool/python-distributed
Accepting request 722044 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/722044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distributed?expand=0&rev=16
This commit is contained in:
commit
28abe5917a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa9dc4fde7523c4b791cb044424e02d2f8e38c71e6a00affcb84024b0ea7722f
|
||||
size 523623
|
3
distributed-2.2.0.tar.gz
Normal file
3
distributed-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1101d441137d5aa345cd17c136f5f2f0ea186ee0857dfb0c6c12a6e262e2de35
|
||||
size 544198
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 14:39:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- Update to version 2.2.0
|
||||
* Drop support for Python 2
|
||||
* Lots of other changes, see upstream changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 2 17:10:13 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
|
@ -16,11 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
# Test requires network connection
|
||||
%bcond_with test
|
||||
Name: python-distributed
|
||||
Version: 1.25.3
|
||||
Version: 2.2.0
|
||||
Release: 0
|
||||
Summary: Library for distributed computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -99,12 +100,11 @@ clusters.
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
%license LICENSE.txt
|
||||
%python3_only %{_bindir}/dask-ssh
|
||||
%python3_only %{_bindir}/dask-submit
|
||||
%python3_only %{_bindir}/dask-remote
|
||||
%python3_only %{_bindir}/dask-scheduler
|
||||
%python3_only %{_bindir}/dask-worker
|
||||
%python3_only %{_bindir}/dask-mpi
|
||||
%{_bindir}/dask-ssh
|
||||
%{_bindir}/dask-submit
|
||||
%{_bindir}/dask-remote
|
||||
%{_bindir}/dask-scheduler
|
||||
%{_bindir}/dask-worker
|
||||
%{python_sitelib}/distributed*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user