diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 10:06:40 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 10:06:40 +0000 |
commit | 33819d22b481d988ed2c1e57f2399882b972c8bf (patch) | |
tree | e09c8dfae857c6710c04e2515babc7b0bbde5192 | |
parent | cd483ca767c42821da4f797eda7d463501558984 (diff) |
automatic import of python-apache-airflow-providers-apache-pig
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-apache-airflow-providers-apache-pig.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-apache-pig-4.0.0.tar.gz +/apache-airflow-providers-apache-pig-4.1.0.tar.gz diff --git a/python-apache-airflow-providers-apache-pig.spec b/python-apache-airflow-providers-apache-pig.spec index 1098cab..a8efa3a 100644 --- a/python-apache-airflow-providers-apache-pig.spec +++ b/python-apache-airflow-providers-apache-pig.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-apache-pig -Version: 4.0.0 +Version: 4.1.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-apache-pig package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/17/06/707032402c8ed48ab706c33dc806097d21543ca00024a938e643c04cf6fa/apache-airflow-providers-apache-pig-4.0.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/2d/dc/ac5d5e3ffbdd14fc8b325e4f29a91b7b2483902faeaef89e537f73f82f8a/apache-airflow-providers-apache-pig-4.1.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow @@ -14,7 +14,7 @@ Requires: python3-apache-airflow This is a provider package for ``apache.pig`` provider. All classes for this provider package are in ``airflow.providers.apache.pig`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.0.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.1.0/>`_. %package -n python3-apache-airflow-providers-apache-pig Summary: Provider for Apache Airflow. Implements apache-airflow-providers-apache-pig package @@ -26,7 +26,7 @@ BuildRequires: python3-pip This is a provider package for ``apache.pig`` provider. All classes for this provider package are in ``airflow.providers.apache.pig`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.0.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.1.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-apache-pig @@ -35,10 +35,10 @@ Provides: python3-apache-airflow-providers-apache-pig-doc This is a provider package for ``apache.pig`` provider. All classes for this provider package are in ``airflow.providers.apache.pig`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.0.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.1.0/>`_. %prep -%autosetup -n apache-airflow-providers-apache-pig-4.0.0 +%autosetup -n apache-airflow-providers-apache-pig-4.1.0 %build %py3_build @@ -78,5 +78,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 4.0.0-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 4.1.0-1 - Package Spec generated @@ -1 +1 @@ -f3ae9a1ad627c47248f4a55710227bc2 apache-airflow-providers-apache-pig-4.0.0.tar.gz +7fbeee630ab9c030c236a74fb527c6e9 apache-airflow-providers-apache-pig-4.1.0.tar.gz |