diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:18:23 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 07:18:23 +0000 |
commit | 3c309a6eeb55fefa3c30213f45adba7ca7d21247 (patch) | |
tree | 30050464327dcdb19b90049514ba8bdd8242c2c6 | |
parent | fc0e2acaa280ec286d3e2b978cc2401fed195ac0 (diff) |
automatic import of python-parslopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-parsl.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /parsl-2023.4.10.tar.gz +/parsl-2023.4.24.tar.gz diff --git a/python-parsl.spec b/python-parsl.spec index f4c1484..7b27112 100644 --- a/python-parsl.spec +++ b/python-parsl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-parsl -Version: 2023.4.10 +Version: 2023.4.24 Release: 1 Summary: Simple data dependent workflows in Python License: Apache 2.0 URL: https://github.com/Parsl/parsl -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d8/0b/1550563a8ae35841b37292c59f912f971ac68f216fd98f6da42a42c36ad1/parsl-2023.4.10.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/db/e8/c4b73f6acf80287c21f62df444d5f9d4c97f1ac544ec05bb693183980901/parsl-2023.4.24.tar.gz BuildArch: noarch Requires: python3-pyzmq @@ -91,7 +91,7 @@ Simple parallel workflows system for Python %prep -%autosetup -n parsl-2023.4.10 +%autosetup -n parsl-2023.4.24 %build %py3_build @@ -131,5 +131,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.10-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 2023.4.24-1 - Package Spec generated @@ -1 +1 @@ -06cb2b8847ad854d52b0484c5cdf217c parsl-2023.4.10.tar.gz +e1826b0630f2fd8ec767a9e6a7f7ff56 parsl-2023.4.24.tar.gz |