Update to latest version.
This commit is contained in:
parent
5640cf1b9a
commit
44b63c5998
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
||||
/dask-2.28.0.tar.gz
|
||||
/dask-2.29.0.tar.gz
|
||||
/dask-2.30.0.tar.gz
|
||||
/dask-2021.1.0.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2.30.0
|
||||
Version: 2021.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
@ -31,9 +31,9 @@ BuildRequires: python3dist(cloudpickle) >= %{cloudpickle_version}
|
||||
BuildRequires: python3dist(fsspec) >= %{fsspec_version}
|
||||
BuildRequires: python3dist(graphviz)
|
||||
BuildRequires: python3dist(ipython)
|
||||
%global numpy_version 1.13
|
||||
%global numpy_version 1.15.1
|
||||
BuildRequires: python3dist(numpy) >= %{numpy_version}
|
||||
%global pandas_version 0.23
|
||||
%global pandas_version 0.25
|
||||
BuildRequires: python3dist(pandas) >= %{pandas_version}
|
||||
%global partd_version 0.3.10
|
||||
BuildRequires: python3dist(partd) >= %{partd_version}
|
||||
@ -151,7 +151,7 @@ Dask is a flexible parallel computing library for analytics.
|
||||
%package -n python-%{srcname}-doc
|
||||
Summary: dask documentation
|
||||
|
||||
BuildRequires: python3dist(dask_sphinx_theme)
|
||||
BuildRequires: python3dist(dask_sphinx_theme) >= 1.3.5
|
||||
BuildRequires: python3dist(numpydoc)
|
||||
BuildRequires: python3dist(sphinx)
|
||||
|
||||
@ -221,6 +221,9 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2021.1.0-1
|
||||
- Update to latest version (#1906637)
|
||||
|
||||
* Sat Oct 10 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.30.0-1
|
||||
- Update to latest version (#1884852)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-2.30.0.tar.gz) = d410fcfc7e30f510bc42e9547bac912609420919489e161408d436fb26c3998eba6bfc9e4845d90b3e8589ecc317ee4bf141e2740108840f2e5a420eb20655ef
|
||||
SHA512 (dask-2021.1.0.tar.gz) = a65423fa401859bb7ecd569a6a593d2fa7a7be33b4804a95b8c57e90e1be9bf2f7610a3b1b55bf760e0f618c30193cdd5a28aea3710fb69c0947b7f3793051aa
|
||||
|
Loading…
Reference in New Issue
Block a user