diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 08:02:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 08:02:36 +0000 |
commit | 18c005d5faad625cebb48fe3239574772aa0932d (patch) | |
tree | 4ebec105f1bf575a06b24f583f4baf3edc9e26f1 | |
parent | 2e02cc2c5527eadaac522690ec2f8449b9516c57 (diff) |
automatic import of python-funcxopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-funcx.spec | 69 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 42 insertions, 30 deletions
@@ -1 +1,2 @@ /funcx-1.0.13.tar.gz +/funcx-2.0.1.tar.gz diff --git a/python-funcx.spec b/python-funcx.spec index 8614135..7044841 100644 --- a/python-funcx.spec +++ b/python-funcx.spec @@ -1,57 +1,68 @@ %global _empty_manifest_terminate_build 0 Name: python-funcx -Version: 1.0.13 +Version: 2.0.1 Release: 1 -Summary: funcX: High Performance Function Serving for Science +Summary: Globus Compute: High Performance Function Serving for Science License: Apache License, Version 2.0 URL: https://github.com/funcx-faas/funcx -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2f/30/78d3f2553fc7f07c7341a1d47ae2dfcd1657e4566961a3ca4c0b0f74b8d3/funcx-1.0.13.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6b/66/cb5a55a1276d1bf1a62fa5e3a5c6dcf154039eeefe581abed93feac46bd9/funcx-2.0.1.tar.gz BuildArch: noarch -Requires: python3-requests -Requires: python3-globus-sdk -Requires: python3-websockets -Requires: python3-dill -Requires: python3-packaging -Requires: python3-pika -Requires: python3-funcx-common -Requires: python3-tblib -Requires: python3-texttable -Requires: python3-typing-extensions -Requires: python3-flake8 -Requires: python3-pytest -Requires: python3-pytest-mock -Requires: python3-coverage -Requires: python3-responses -Requires: python3-pre-commit -Requires: python3-sphinx -Requires: python3-furo -Requires: python3-flake8 -Requires: python3-pytest -Requires: python3-pytest-mock -Requires: python3-coverage -Requires: python3-responses +Requires: python3-globus-compute-sdk %description +# Deprecation Warning + +This package is deprecated, and currently just wraps the [Globus Compute SDK](https://pypi.org/project/globus-compute-sdk/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade. + +# funcX SDK + +[funcX](https://globus-compute.readthedocs.io/en/latest/) is a distributed Function as a Service (FaaS) platform that enables flexible, scalable, and high performance remote function execution. Unlike centralized FaaS platforms, funcX allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers. + +This package contains the Python SDK for interacting with funcX. Notable functionality includes submitting functions to remote compute endpoints via the [executor](https://globus-compute.readthedocs.io/en/latest/executor.html), and querying endpoint status. + +To manage your own compute endpoints, use the companion [funcX Endpoint](https://pypi.org/project/funcx-endpoint/) package. %package -n python3-funcx -Summary: funcX: High Performance Function Serving for Science +Summary: Globus Compute: High Performance Function Serving for Science Provides: python-funcx BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-funcx +# Deprecation Warning + +This package is deprecated, and currently just wraps the [Globus Compute SDK](https://pypi.org/project/globus-compute-sdk/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade. + +# funcX SDK + +[funcX](https://globus-compute.readthedocs.io/en/latest/) is a distributed Function as a Service (FaaS) platform that enables flexible, scalable, and high performance remote function execution. Unlike centralized FaaS platforms, funcX allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers. + +This package contains the Python SDK for interacting with funcX. Notable functionality includes submitting functions to remote compute endpoints via the [executor](https://globus-compute.readthedocs.io/en/latest/executor.html), and querying endpoint status. + +To manage your own compute endpoints, use the companion [funcX Endpoint](https://pypi.org/project/funcx-endpoint/) package. %package help Summary: Development documents and examples for funcx Provides: python3-funcx-doc %description help +# Deprecation Warning + +This package is deprecated, and currently just wraps the [Globus Compute SDK](https://pypi.org/project/globus-compute-sdk/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade. + +# funcX SDK + +[funcX](https://globus-compute.readthedocs.io/en/latest/) is a distributed Function as a Service (FaaS) platform that enables flexible, scalable, and high performance remote function execution. Unlike centralized FaaS platforms, funcX allows users to execute functions on heterogeneous remote computers, from laptops to campus clusters, clouds, and supercomputers. + +This package contains the Python SDK for interacting with funcX. Notable functionality includes submitting functions to remote compute endpoints via the [executor](https://globus-compute.readthedocs.io/en/latest/executor.html), and querying endpoint status. + +To manage your own compute endpoints, use the companion [funcX Endpoint](https://pypi.org/project/funcx-endpoint/) package. %prep -%autosetup -n funcx-1.0.13 +%autosetup -n funcx-2.0.1 %build %py3_build @@ -91,5 +102,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 1.0.13-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.1-1 - Package Spec generated @@ -1 +1 @@ -e57ecf74fe53cb9b06890692db11758b funcx-1.0.13.tar.gz +e1b0ec69d635bcaf134078b1e5d851c6 funcx-2.0.1.tar.gz |