Accepting request 722014 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to version 2.2.0 * Drop support for Python 2 * Lots of other changes, see upstream changelog OBS-URL: https://build.opensuse.org/request/show/722014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=31
This commit is contained in:
parent
d1e48df792
commit
947ca99646
@ -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>
|
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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
# Test requires network connection
|
# Test requires network connection
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-distributed
|
Name: python-distributed
|
||||||
Version: 1.25.3
|
Version: 2.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for distributed computing with Python
|
Summary: Library for distributed computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -99,12 +100,11 @@ clusters.
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%python3_only %{_bindir}/dask-ssh
|
%{_bindir}/dask-ssh
|
||||||
%python3_only %{_bindir}/dask-submit
|
%{_bindir}/dask-submit
|
||||||
%python3_only %{_bindir}/dask-remote
|
%{_bindir}/dask-remote
|
||||||
%python3_only %{_bindir}/dask-scheduler
|
%{_bindir}/dask-scheduler
|
||||||
%python3_only %{_bindir}/dask-worker
|
%{_bindir}/dask-worker
|
||||||
%python3_only %{_bindir}/dask-mpi
|
|
||||||
%{python_sitelib}/distributed*
|
%{python_sitelib}/distributed*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user