diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 04:05:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 04:05:35 +0000 |
commit | bea5c6a8add41f1a42bb7b810c6c8b7d0823e8b7 (patch) | |
tree | c9d2171219792afc7b24d047f2063fca8569d5f9 | |
parent | 0bdc66f95aa76bc1055895d313e734b94178173e (diff) |
automatic import of python-dask-cudaopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dask-cuda.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dask-cuda-23.2.1.tar.gz +/dask-cuda-23.4.0.tar.gz diff --git a/python-dask-cuda.spec b/python-dask-cuda.spec index 94915b4..0eb8476 100644 --- a/python-dask-cuda.spec +++ b/python-dask-cuda.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dask-cuda -Version: 23.2.1 +Version: 23.4.0 Release: 1 Summary: Utilities for Dask and CUDA interactions License: Apache-2.0 URL: https://github.com/rapidsai/dask-cuda -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/ce/6c147982f90a4830697ad4d2d7e6ef85dce354fe03537e6f071997783474/dask-cuda-23.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/98/c2/ba98b0df6983bd94be39088715288b43ea45c92c318ecb901d549eaa1ac2/dask-cuda-23.4.0.tar.gz BuildArch: noarch Requires: python3-dask @@ -49,7 +49,7 @@ This library is experimental, and its API is subject to change at any time without notice. %prep -%autosetup -n dask-cuda-23.2.1 +%autosetup -n dask-cuda-23.4.0 %build %py3_build @@ -89,5 +89,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 23.2.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 23.4.0-1 - Package Spec generated @@ -1 +1 @@ -fe867823c703eea411cb570a096be7b3 dask-cuda-23.2.1.tar.gz +abb65b06d27b301d8d885f630053ac96 dask-cuda-23.4.0.tar.gz |