summaryrefslogtreecommitdiff
path: root/python-dask.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 03:34:02 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 03:34:02 +0000
commit439b19da881bc7adcd648a3989081cb4c24e2f52 (patch)
treec821a7706829b7f3c5e01713dbf7fd9350ae3bb3 /python-dask.spec
parentd8b379ced81db09d73570c9d047c2d6256df549a (diff)
automatic import of python-daskopeneuler20.03
Diffstat (limited to 'python-dask.spec')
-rw-r--r--python-dask.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/python-dask.spec b/python-dask.spec
index 1873ccd..d45a908 100644
--- a/python-dask.spec
+++ b/python-dask.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-dask
-Version: 2023.3.0
+Version: 2023.4.0
Release: 1
Summary: Parallel PyData with Task Scheduling
License: BSD
URL: https://github.com/dask/dask/
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/05/a0/db4a8f9548101412f046442c557c89914ec7193be6338e11397b0661221b/dask-2023.3.0.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c8/11/e2a897b7dfd768e87b1e8d2ae5ebe3ce29cbce0547ba9a3aa2ba1be49324/dask-2023.4.0.tar.gz
BuildArch: noarch
Requires: python3-click
@@ -15,12 +15,11 @@ Requires: python3-packaging
Requires: python3-partd
Requires: python3-pyyaml
Requires: python3-toolz
+Requires: python3-importlib-metadata
Requires: python3-numpy
-Requires: python3-bokeh
-Requires: python3-distributed
-Requires: python3-jinja2
-Requires: python3-numpy
-Requires: python3-pandas
+Requires: python3-dask[array,dataframe,diagnostics,distributed]
+Requires: python3-pyarrow
+Requires: python3-lz4
Requires: python3-numpy
Requires: python3-pandas
Requires: python3-bokeh
@@ -57,7 +56,7 @@ Dask is a flexible parallel computing library for analytics. See
documentation_ for more information.
%prep
-%autosetup -n dask-2023.3.0
+%autosetup -n dask-2023.4.0
%build
%py3_build
@@ -97,5 +96,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.0-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.0-1
- Package Spec generated