diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dask.spec | 17 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 10 insertions, 10 deletions
@@ -1 +1,2 @@ /dask-2023.3.0.tar.gz +/dask-2023.4.0.tar.gz 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 @@ -1 +1 @@ -285a73450628e0bfa281dce59af99027 dask-2023.3.0.tar.gz +1047d2d64c1285d20bd425525044eb56 dask-2023.4.0.tar.gz |