Update to latest version.
This commit is contained in:
parent
713e8acf37
commit
a8772d4c80
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/dask-2021.1.0.tar.gz
|
||||
/dask-2021.1.1.tar.gz
|
||||
/dask-2021.2.0.tar.gz
|
||||
/dask-2021.3.0.tar.gz
|
||||
|
@ -6,7 +6,7 @@
|
||||
%bcond_without bootstrap
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2021.2.0
|
||||
Version: 2021.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
@ -38,13 +38,14 @@ BuildRequires: python3dist(pandas) >= %{pandas_version}
|
||||
%global partd_version 0.3.10
|
||||
BuildRequires: python3dist(partd) >= %{partd_version}
|
||||
BuildRequires: python3dist(pytest)
|
||||
BuildRequires: python3dist(pytest-rerunfailures)
|
||||
BuildRequires: python3dist(pytest-xdist)
|
||||
BuildRequires: python3dist(pyyaml)
|
||||
BuildRequires: python3dist(setuptools)
|
||||
%global toolz_version 0.8.2
|
||||
BuildRequires: python3dist(toolz) >= %{toolz_version}
|
||||
%if %{without bootstrap}
|
||||
%global distributed_version 2
|
||||
%global distributed_version 2021.3
|
||||
BuildRequires: python3dist(distributed) >= %{distributed_version}
|
||||
BuildRequires: python3dist(scikit-image)
|
||||
BuildRequires: python3dist(xarray)
|
||||
@ -221,6 +222,9 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 07 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2021.3.0-1
|
||||
- Update to latest version (#1936017)
|
||||
|
||||
* Fri Feb 05 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2021.2.0-1
|
||||
- Update to latest version (#1925645)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-2021.2.0.tar.gz) = da8baaa7cd211eb3ff123127aa9f599337c3af52f06e9a35331397ab580500dda7135addbfe27815a2b14957f7852d9c22a21b1d220af28c8561edaaabdf2e34
|
||||
SHA512 (dask-2021.3.0.tar.gz) = ba5b62dd51dad29a106a4fe38a5015f7e1d7ad11eaa21a524b7c8b7d916873b9e447d065c9009e8100662aa3b1f64718b164369f173fc84f5f085a1e369e091a
|
||||
|
Loading…
Reference in New Issue
Block a user