Update to latest version.
This commit is contained in:
parent
45461afc22
commit
839d10f735
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/dask-2.5.2.tar.gz
|
||||
/dask-2.6.0.tar.gz
|
||||
/dask-2.7.0.tar.gz
|
||||
/dask-2.8.0.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.7.0
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
@ -28,7 +28,7 @@ Summary: %{summary}
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3dist(cloudpickle) >= 0.2.1
|
||||
BuildRequires: python3dist(fsspec) >= 0.5.1
|
||||
BuildRequires: python3dist(fsspec) >= 0.6
|
||||
BuildRequires: python3dist(graphviz)
|
||||
BuildRequires: python3dist(ipython)
|
||||
BuildRequires: python3dist(numpy) >= 1.13
|
||||
@ -85,7 +85,7 @@ BuildArch: noarch
|
||||
|
||||
Requires: python3-%{srcname} = %{version}-%{release}
|
||||
Requires: python3dist(cloudpickle) >= 0.2.1
|
||||
Requires: python3dist(fsspec) >= 0.5.1
|
||||
Requires: python3dist(fsspec) >= 0.6
|
||||
Requires: python3dist(partd) >= 0.3.8
|
||||
Requires: python3dist(toolz) >= 0.7.3
|
||||
|
||||
@ -101,7 +101,7 @@ BuildArch: noarch
|
||||
|
||||
Requires: python3-%{srcname} = %{version}-%{release}
|
||||
Requires: python3dist(cloudpickle) >= 0.2.1
|
||||
Requires: python3dist(fsspec) >= 0.5.1
|
||||
Requires: python3dist(fsspec) >= 0.6
|
||||
Requires: python3dist(numpy) >= 1.13
|
||||
Requires: python3dist(pandas) >= 0.21
|
||||
Requires: python3dist(partd) >= 0.3.8
|
||||
@ -208,6 +208,9 @@ export PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 21 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.8.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Tue Nov 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.7.0-1
|
||||
- Update to latest version
|
||||
- Disabled distributed subpackage until it's available
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-2.7.0.tar.gz) = 8bc737f1e968274bc9c8a9f79bc5fae70e73775b98ca61d49b8f7d97e9eb808e3da985824794e954d83292d057e09306d6900311ea295e2d00578f8c25b17a7c
|
||||
SHA512 (dask-2.8.0.tar.gz) = 0442910f2b2f8b21dc61ee482ad572459c22a1fda49db94d149accc929a5654e55bbec54ca6c21f3236c96c13149c67da1d63890ceb0163651174b062c5b6ea6
|
||||
|
Loading…
Reference in New Issue
Block a user