diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:11:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:11:19 +0000 |
commit | 3e315ce4169d77d6905b1053f91fb06e2ed96ff5 (patch) | |
tree | f0491ae9a3bae037318d524db602e37921adfe38 | |
parent | 4fe3785bf3c650103c9f42b34a23926bd7a1c3f7 (diff) |
automatic import of python-apache-airflow-providers-amazonopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-apache-airflow-providers-amazon.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-amazon-7.4.0.tar.gz +/apache-airflow-providers-amazon-7.4.1.tar.gz diff --git a/python-apache-airflow-providers-amazon.spec b/python-apache-airflow-providers-amazon.spec index 3647fda..bc6c26c 100644 --- a/python-apache-airflow-providers-amazon.spec +++ b/python-apache-airflow-providers-amazon.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-amazon -Version: 7.4.0 +Version: 7.4.1 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-amazon package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ac/7a/848d502a813520740a3067d64bf5fc530b58c0bfb511bc26be96b883b645/apache-airflow-providers-amazon-7.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cb/a4/37459b63f6a6c9e4703f8302a4e028e93f75d501dee2c08cd0bdf74f939e/apache-airflow-providers-amazon-7.4.1.tar.gz BuildArch: noarch Requires: python3-apache-airflow-providers-common-sql @@ -36,7 +36,7 @@ Requires: python3-apache-airflow-providers-ssh This is a provider package for ``amazon`` provider. All classes for this provider package are in ``airflow.providers.amazon`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.4.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.4.1/>`_. %package -n python3-apache-airflow-providers-amazon Summary: Provider for Apache Airflow. Implements apache-airflow-providers-amazon package @@ -48,7 +48,7 @@ BuildRequires: python3-pip This is a provider package for ``amazon`` provider. All classes for this provider package are in ``airflow.providers.amazon`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.4.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.4.1/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-amazon @@ -57,10 +57,10 @@ Provides: python3-apache-airflow-providers-amazon-doc This is a provider package for ``amazon`` provider. All classes for this provider package are in ``airflow.providers.amazon`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.4.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/7.4.1/>`_. %prep -%autosetup -n apache-airflow-providers-amazon-7.4.0 +%autosetup -n apache-airflow-providers-amazon-7.4.1 %build %py3_build @@ -100,5 +100,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 7.4.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 7.4.1-1 - Package Spec generated @@ -1 +1 @@ -4ca8e6f5d321d4059639db20d2eac4bc apache-airflow-providers-amazon-7.4.0.tar.gz +14450fa7f40e7abbfd60bc4d376b2182 apache-airflow-providers-amazon-7.4.1.tar.gz |