Update to latest version (#2115959)
This commit is contained in:
parent
fff98da390
commit
6d3b28db1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/dask-2022.8.0.tar.gz
|
||||
/dask-2022.8.1.tar.gz
|
||||
/dask-2022.9.0.tar.gz
|
||||
/dask-2022.10.0.tar.gz
|
||||
|
@ -10,8 +10,8 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 2022.9.0
|
||||
%global tag 2022.9.0
|
||||
Version: 2022.10.0
|
||||
%global tag 2022.10.0
|
||||
Release: %autorelease
|
||||
Summary: Parallel PyData with Task Scheduling
|
||||
|
||||
@ -212,6 +212,7 @@ pytest_args=(
|
||||
%files -n python3-%{srcname} -f %{pyproject_files}
|
||||
%doc README.rst
|
||||
%license LICENSE.txt dask/array/NUMPY_LICENSE.txt
|
||||
%{_bindir}/dask
|
||||
|
||||
%if %{without bootstrap}
|
||||
%files -n python-%{srcname}-doc
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dask-2022.9.0.tar.gz) = 0e565c0813127c1ae9e40ba9555dbce7336255728fc1817738bc97225cfb071c948716f56797a93bdfe9d9e155bde7a17a8fe22deb8986c097bd42e9fe98ca42
|
||||
SHA512 (dask-2022.10.0.tar.gz) = 3b82cf27a31be95b2c57410cb953c6cf4b9477e5f5ebdb1d26645e42238d0d99c7ceb1ee83526abdca8331b8f23f2dcdb02b27f400f373429534ee98a0b2d928
|
||||
|
Loading…
x
Reference in New Issue
Block a user