diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:39:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 04:39:40 +0000 |
commit | 7fca29611ddc1149860b2f9e96062bee6ebdc346 (patch) | |
tree | ed5dc2d0d718c547af8ee58d399c05f545870cfc | |
parent | 4f673731a7d2dd62ed8a0d48281b89458e9e38f2 (diff) |
automatic import of python-apache-airflow-providers-openfaas
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-apache-airflow-providers-openfaas.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-openfaas-3.1.0.tar.gz +/apache-airflow-providers-openfaas-3.2.0.tar.gz diff --git a/python-apache-airflow-providers-openfaas.spec b/python-apache-airflow-providers-openfaas.spec index 2544ab3..16a8e42 100644 --- a/python-apache-airflow-providers-openfaas.spec +++ b/python-apache-airflow-providers-openfaas.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-openfaas -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-openfaas package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b6/a8/ba299df73951a3fd4fe5ead98facd08125bbbb717727828265deef0c408c/apache-airflow-providers-openfaas-3.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6b/4f/08653242de5ec3a4928f8069a32d72648551459a192a3ab859c64f0fc67b/apache-airflow-providers-openfaas-3.2.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow @@ -14,7 +14,7 @@ Requires: python3-apache-airflow This is a provider package for ``openfaas`` provider. All classes for this provider package are in ``airflow.providers.openfaas`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openfaas/3.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openfaas/3.2.0/>`_. %package -n python3-apache-airflow-providers-openfaas Summary: Provider for Apache Airflow. Implements apache-airflow-providers-openfaas package @@ -26,7 +26,7 @@ BuildRequires: python3-pip This is a provider package for ``openfaas`` provider. All classes for this provider package are in ``airflow.providers.openfaas`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openfaas/3.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openfaas/3.2.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-openfaas @@ -35,10 +35,10 @@ Provides: python3-apache-airflow-providers-openfaas-doc This is a provider package for ``openfaas`` provider. All classes for this provider package are in ``airflow.providers.openfaas`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openfaas/3.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openfaas/3.2.0/>`_. %prep -%autosetup -n apache-airflow-providers-openfaas-3.1.0 +%autosetup -n apache-airflow-providers-openfaas-3.2.0 %build %py3_build @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.1.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.0-1 - Package Spec generated @@ -1 +1 @@ -7764861211d86d71cc35ec812a5ed385 apache-airflow-providers-openfaas-3.1.0.tar.gz +80201b2596d0dd21e397900a340d1428 apache-airflow-providers-openfaas-3.2.0.tar.gz |