diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:47:18 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 10:47:18 +0000 |
commit | 10f74d6816fe2bb928f6343ceefb16a63a045060 (patch) | |
tree | e99b2707db6fb163f4a2d37bf46c2956f977164c | |
parent | fd13b686b54eff27085c4fbb23718ac997803053 (diff) |
automatic import of python-distributedopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-distributed.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /distributed-2023.3.2.1.tar.gz +/distributed-2023.4.0.tar.gz diff --git a/python-distributed.spec b/python-distributed.spec index 87f55b5..6a236ab 100644 --- a/python-distributed.spec +++ b/python-distributed.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-distributed -Version: 2023.3.2.1 +Version: 2023.4.0 Release: 1 Summary: Distributed scheduler for Dask License: BSD URL: https://distributed.dask.org -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/14/f3/9b2eb80516522f6efd3b7023fdbf7e10462964a541ed2ac392aada13e373/distributed-2023.3.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/ef/d3055244cb4f80320f85311ddd84e211a98565d5c800d5949e54d4573309/distributed-2023.4.0.tar.gz BuildArch: noarch Requires: python3-click @@ -46,7 +46,7 @@ Provides: python3-distributed-doc A library for distributed computation. See documentation_ for more details. %prep -%autosetup -n distributed-2023.3.2.1 +%autosetup -n distributed-2023.4.0 %build %py3_build @@ -86,5 +86,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.3.2.1-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.0-1 - Package Spec generated @@ -1 +1 @@ -7da182858caf90b3ce05c0dacfbfb0a1 distributed-2023.3.2.1.tar.gz +4547a96ac933a30d057c761bf9c282e7 distributed-2023.4.0.tar.gz |