Update to latest version (#2040923)

This commit is contained in:
Elliott Sales de Andrade 2022-01-15 19:20:12 -05:00
parent 177cf13aa5
commit 29dda8a7a4
1 changed files with 7 additions and 3 deletions

View File

@ -6,13 +6,14 @@
%bcond_without bootstrap
Name: python-%{srcname}
Version: 2021.12.0
Version: 2022.1.0
%global tag 2022.01.0
Release: %autorelease
Summary: Parallel PyData with Task Scheduling
License: BSD
URL: https://github.com/dask/dask/
Source0: https://github.com/dask/dask/archive/%{version}/%{srcname}-%{version}.tar.gz
Source0: https://github.com/dask/dask/archive/%{tag}/%{srcname}-%{tag}.tar.gz
# https://github.com/dask/dask/issues/6725
Patch0001: 0001-Skip-test_encoding_gh601-on-big-endian-machines.patch
@ -73,7 +74,7 @@ Documentation for dask.
%prep
%autosetup -n %{srcname}-%{version} -p1
%autosetup -n %{srcname}-%{tag} -p1
%generate_buildrequires
@ -113,6 +114,9 @@ pytest_args=(
--deselect=dask/dataframe/io/tests/test_sql.py::test_select_from_select
-n %[0%{?have_arm}?"2":"auto"]
# Ignore https://github.com/numpy/numpy/issues/20225 and Pandas issues
-W ignore::DeprecationWarning
)
%{pytest} "${pytest_args[@]}"