diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-30 03:13:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-30 03:13:25 +0000 |
commit | 4af4c593e89f266fcedc6272b984f442cf86e66a (patch) | |
tree | a806082d439b0e5ac413db90f3caee03666711ba | |
parent | a550f8910984de28ac0f3ace7aa6f6106dbdfb9b (diff) |
automatic import of python-apache-airflow-providers-qubole
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-apache-airflow-providers-qubole.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-qubole-3.3.1.tar.gz +/apache-airflow-providers-qubole-3.4.0.tar.gz diff --git a/python-apache-airflow-providers-qubole.spec b/python-apache-airflow-providers-qubole.spec index 4ea5d35..597a447 100644 --- a/python-apache-airflow-providers-qubole.spec +++ b/python-apache-airflow-providers-qubole.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-qubole -Version: 3.3.1 +Version: 3.4.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-qubole package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/a4/70dc59e058bfcc57e4b4b796913e0b394bf2e8098e082bb911ace79cea76/apache-airflow-providers-qubole-3.3.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/d6/67/db037b60068fc3549692e6b1446c144f3b0ceff68c9dd6a40d706227123b/apache-airflow-providers-qubole-3.4.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow-providers-common-sql @@ -17,7 +17,7 @@ Requires: python3-apache-airflow-providers-common-sql This is a provider package for ``qubole`` provider. All classes for this provider package are in ``airflow.providers.qubole`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-qubole/3.3.1/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-qubole/3.4.0/>`_. %package -n python3-apache-airflow-providers-qubole Summary: Provider for Apache Airflow. Implements apache-airflow-providers-qubole package @@ -29,7 +29,7 @@ BuildRequires: python3-pip This is a provider package for ``qubole`` provider. All classes for this provider package are in ``airflow.providers.qubole`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-qubole/3.3.1/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-qubole/3.4.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-qubole @@ -38,10 +38,10 @@ Provides: python3-apache-airflow-providers-qubole-doc This is a provider package for ``qubole`` provider. All classes for this provider package are in ``airflow.providers.qubole`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-qubole/3.3.1/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-qubole/3.4.0/>`_. %prep -%autosetup -n apache-airflow-providers-qubole-3.3.1 +%autosetup -n apache-airflow-providers-qubole-3.4.0 %build %py3_build @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed May 10 2023 Python_Bot <Python_Bot@openeuler.org> - 3.3.1-1 +* Tue May 30 2023 Python_Bot <Python_Bot@openeuler.org> - 3.4.0-1 - Package Spec generated @@ -1 +1 @@ -f239fcff9634086e1e91c933da5a96a4 apache-airflow-providers-qubole-3.3.1.tar.gz +4e96c4dcf3bed59ee39268b7416092a4 apache-airflow-providers-qubole-3.4.0.tar.gz |