diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-apache-airflow-providers-singularity.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-singularity-3.1.0.tar.gz +/apache-airflow-providers-singularity-3.2.0.tar.gz diff --git a/python-apache-airflow-providers-singularity.spec b/python-apache-airflow-providers-singularity.spec index 5adfb76..675484f 100644 --- a/python-apache-airflow-providers-singularity.spec +++ b/python-apache-airflow-providers-singularity.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-singularity -Version: 3.1.0 +Version: 3.2.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-singularity package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/bf/9e/61d56a8cd8158cfa55d0efc36f8e18682806041bcd88b07dd5e34c112678/apache-airflow-providers-singularity-3.1.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5f/f7/c703de3ebbdf625e23c7c0ef0aae38d8419eea31357f7a03ed0d6cd38dcc/apache-airflow-providers-singularity-3.2.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow @@ -15,7 +15,7 @@ Requires: python3-spython This is a provider package for ``singularity`` provider. All classes for this provider package are in ``airflow.providers.singularity`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-singularity/3.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-singularity/3.2.0/>`_. %package -n python3-apache-airflow-providers-singularity Summary: Provider for Apache Airflow. Implements apache-airflow-providers-singularity package @@ -27,7 +27,7 @@ BuildRequires: python3-pip This is a provider package for ``singularity`` provider. All classes for this provider package are in ``airflow.providers.singularity`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-singularity/3.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-singularity/3.2.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-singularity @@ -36,10 +36,10 @@ Provides: python3-apache-airflow-providers-singularity-doc This is a provider package for ``singularity`` provider. All classes for this provider package are in ``airflow.providers.singularity`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-singularity/3.1.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-singularity/3.2.0/>`_. %prep -%autosetup -n apache-airflow-providers-singularity-3.1.0 +%autosetup -n apache-airflow-providers-singularity-3.2.0 %build %py3_build @@ -79,5 +79,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 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 @@ -e317fcbec8b6f3559272ec1a03392bf3 apache-airflow-providers-singularity-3.1.0.tar.gz +73946c805dcfb60d47403e7c14e75e3a apache-airflow-providers-singularity-3.2.0.tar.gz |
