diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:03:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 02:03:07 +0000 |
commit | 82781f5325bb81a2e4838aef8c061c156463f085 (patch) | |
tree | 4e9d2039875e16aa324e991e71434aa6773d6154 | |
parent | 162f325bc6694583a7f5a7579b6dcc13c3b9f863 (diff) |
automatic import of python-apache-airflow-providers-googleopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-apache-airflow-providers-google.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-google-8.12.0.tar.gz +/apache-airflow-providers-google-9.0.0.tar.gz diff --git a/python-apache-airflow-providers-google.spec b/python-apache-airflow-providers-google.spec index b154dce..4af6115 100644 --- a/python-apache-airflow-providers-google.spec +++ b/python-apache-airflow-providers-google.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-google -Version: 8.12.0 +Version: 9.0.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-google package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/72/0a/444ec21f4f973b48c9dd86e784adda10c9e65f2e58194c71b5e28834505b/apache-airflow-providers-google-8.12.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/74/d1/b18d7dd468de05bac1264d7fe1cfea9d5f144efa7d02eb98c0fdfa0b032f/apache-airflow-providers-google-9.0.0.tar.gz BuildArch: noarch Requires: python3-PyOpenSSL @@ -89,7 +89,7 @@ Requires: python3-apache-airflow-providers-trino This is a provider package for ``google`` provider. All classes for this provider package are in ``airflow.providers.google`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/8.12.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/9.0.0/>`_. %package -n python3-apache-airflow-providers-google Summary: Provider for Apache Airflow. Implements apache-airflow-providers-google package @@ -101,7 +101,7 @@ BuildRequires: python3-pip This is a provider package for ``google`` provider. All classes for this provider package are in ``airflow.providers.google`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/8.12.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/9.0.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-google @@ -110,10 +110,10 @@ Provides: python3-apache-airflow-providers-google-doc This is a provider package for ``google`` provider. All classes for this provider package are in ``airflow.providers.google`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/8.12.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-google/9.0.0/>`_. %prep -%autosetup -n apache-airflow-providers-google-8.12.0 +%autosetup -n apache-airflow-providers-google-9.0.0 %build %py3_build @@ -153,5 +153,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 8.12.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 9.0.0-1 - Package Spec generated @@ -1 +1 @@ -68e8b2894af3ec59ced6ab7ed8a225aa apache-airflow-providers-google-8.12.0.tar.gz +e07f6a415b34aa226a50021d4b84fcb3 apache-airflow-providers-google-9.0.0.tar.gz |