summaryrefslogtreecommitdiff
path: root/python-funcx-endpoint.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-23 02:24:36 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-23 02:24:36 +0000
commite4a2e324910b4ecf7fa24b5e90c3e1828164bd20 (patch)
tree9c504b3301752639b3c5de3cec9d6036db742f74 /python-funcx-endpoint.spec
parentda6d31b727cb08ef638e1d4331d984a23ece244b (diff)
automatic import of python-funcx-endpointopeneuler20.03
Diffstat (limited to 'python-funcx-endpoint.spec')
-rw-r--r--python-funcx-endpoint.spec59
1 files changed, 38 insertions, 21 deletions
diff --git a/python-funcx-endpoint.spec b/python-funcx-endpoint.spec
index fce78c0..289ddfc 100644
--- a/python-funcx-endpoint.spec
+++ b/python-funcx-endpoint.spec
@@ -1,32 +1,27 @@
%global _empty_manifest_terminate_build 0
Name: python-funcx-endpoint
-Version: 1.0.13
+Version: 2.0.1
Release: 1
Summary: funcX: 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/7d/fc/675b54aac965cf54ec1f80e039c0cd19798ade3ec903bb955d8b742012d4/funcx-endpoint-1.0.13.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/34/33/321dc744d18e68a075566c2322b1d7ecac3e1048823efb57462b93215412/funcx-endpoint-2.0.1.tar.gz
BuildArch: noarch
-Requires: python3-requests
-Requires: python3-globus-sdk
-Requires: python3-funcx
-Requires: python3-funcx-common
-Requires: python3-texttable
-Requires: python3-psutil
-Requires: python3-daemon
-Requires: python3-click
-Requires: python3-pyzmq
-Requires: python3-parsl
-Requires: python3-pika
-Requires: python3-setproctitle
-Requires: python3-responses
-Requires: python3-pytest
-Requires: python3-coverage
-Requires: python3-pytest-mock
-Requires: python3-pyfakefs
+Requires: python3-globus-compute-endpoint
%description
+# Deprecation Warning
+
+This package is deprecated, and currently just wraps the [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade.
+
+# funcX Endpoint
+
+[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 provides the [funcX Endpoint](https://globus-compute.readthedocs.io/en/latest/endpoints.html) agent — the software which receives user-submitted tasks (functions + arguments) and manages their execution on target machines — in addition to command line tools for managing funcX endpoints.
+
+To submit functions for execution on funcX endpoints, use the companion [funcX SDK](https://pypi.org/project/funcx/) package.
%package -n python3-funcx-endpoint
@@ -36,16 +31,38 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-funcx-endpoint
+# Deprecation Warning
+
+This package is deprecated, and currently just wraps the [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade.
+
+# funcX Endpoint
+
+[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 provides the [funcX Endpoint](https://globus-compute.readthedocs.io/en/latest/endpoints.html) agent — the software which receives user-submitted tasks (functions + arguments) and manages their execution on target machines — in addition to command line tools for managing funcX endpoints.
+
+To submit functions for execution on funcX endpoints, use the companion [funcX SDK](https://pypi.org/project/funcx/) package.
%package help
Summary: Development documents and examples for funcx-endpoint
Provides: python3-funcx-endpoint-doc
%description help
+# Deprecation Warning
+
+This package is deprecated, and currently just wraps the [Globus Compute Endpoint](https://pypi.org/project/globus-compute-endpoint/) package with funcX names. See [here](https://globus-compute.readthedocs.io/en/latest/funcx_upgrade.html) for instructions on how to upgrade.
+
+# funcX Endpoint
+
+[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 provides the [funcX Endpoint](https://globus-compute.readthedocs.io/en/latest/endpoints.html) agent — the software which receives user-submitted tasks (functions + arguments) and manages their execution on target machines — in addition to command line tools for managing funcX endpoints.
+
+To submit functions for execution on funcX endpoints, use the companion [funcX SDK](https://pypi.org/project/funcx/) package.
%prep
-%autosetup -n funcx-endpoint-1.0.13
+%autosetup -n funcx-endpoint-2.0.1
%build
%py3_build
@@ -85,5 +102,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Apr 10 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