diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-apache-airflow-providers-apache-beam.spec | 14 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-apache-beam-4.3.0.tar.gz +/apache-airflow-providers-apache-beam-5.0.0.tar.gz diff --git a/python-apache-airflow-providers-apache-beam.spec b/python-apache-airflow-providers-apache-beam.spec index 8e559b9..8cdb33f 100644 --- a/python-apache-airflow-providers-apache-beam.spec +++ b/python-apache-airflow-providers-apache-beam.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-apache-beam -Version: 4.3.0 +Version: 5.0.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-apache-beam package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/55/77/6ce79888d0f2ee485630ed1d2570b7b2660d7e992180012a74ec1f7bf397/apache-airflow-providers-apache-beam-4.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c4/bd/5a93643fa85f103143be060d1ce578baff0a6431627f9fb60aa06786265a/apache-airflow-providers-apache-beam-5.0.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow @@ -17,7 +17,7 @@ Requires: python3-apache-beam[gcp] This is a provider package for ``apache.beam`` provider. All classes for this provider package are in ``airflow.providers.apache.beam`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/4.3.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/5.0.0/>`_. %package -n python3-apache-airflow-providers-apache-beam Summary: Provider for Apache Airflow. Implements apache-airflow-providers-apache-beam package @@ -29,7 +29,7 @@ BuildRequires: python3-pip This is a provider package for ``apache.beam`` provider. All classes for this provider package are in ``airflow.providers.apache.beam`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/4.3.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/5.0.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-apache-beam @@ -38,10 +38,10 @@ Provides: python3-apache-airflow-providers-apache-beam-doc This is a provider package for ``apache.beam`` provider. All classes for this provider package are in ``airflow.providers.apache.beam`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/4.3.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/5.0.0/>`_. %prep -%autosetup -n apache-airflow-providers-apache-beam-4.3.0 +%autosetup -n apache-airflow-providers-apache-beam-5.0.0 %build %py3_build @@ -81,5 +81,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 4.3.0-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1 - Package Spec generated @@ -1 +1 @@ -b9a774f0795cf4a453e1581e1df5f499 apache-airflow-providers-apache-beam-4.3.0.tar.gz +7b20907506c919bd9adcf0bb38644051 apache-airflow-providers-apache-beam-5.0.0.tar.gz |
