diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:09:19 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 14:09:19 +0000 |
commit | 34dbc8fd18331a8e6b02cebf534b9efeb505e85c (patch) | |
tree | e8bf3da42087082a30a6b5acbc08d79c5297648b | |
parent | f804d3e677cfafedc6d9f7ff232aee733116cf57 (diff) |
automatic import of python-apache-airflow-providers-cncf-kubernetesopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-apache-airflow-providers-cncf-kubernetes.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /apache-airflow-providers-cncf-kubernetes-5.3.0.tar.gz +/apache-airflow-providers-cncf-kubernetes-6.0.0.tar.gz diff --git a/python-apache-airflow-providers-cncf-kubernetes.spec b/python-apache-airflow-providers-cncf-kubernetes.spec index daf06a9..60732dc 100644 --- a/python-apache-airflow-providers-cncf-kubernetes.spec +++ b/python-apache-airflow-providers-cncf-kubernetes.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-apache-airflow-providers-cncf-kubernetes -Version: 5.3.0 +Version: 6.0.0 Release: 1 Summary: Provider for Apache Airflow. Implements apache-airflow-providers-cncf-kubernetes package License: Apache License 2.0 URL: https://airflow.apache.org/ -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/52/de/bda7fe66456dcaa0272198fcb337d8228ec9b9d4ce5266408d03d2e9c137/apache-airflow-providers-cncf-kubernetes-5.3.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ba/73/2f33787da637b7a44fe55bab1cfd0547f1b6308ff1df85298a969aa72019/apache-airflow-providers-cncf-kubernetes-6.0.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow @@ -18,7 +18,7 @@ Requires: python3-kubernetes-asyncio This is a provider package for ``cncf.kubernetes`` provider. All classes for this provider package are in ``airflow.providers.cncf.kubernetes`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/5.3.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/6.0.0/>`_. %package -n python3-apache-airflow-providers-cncf-kubernetes Summary: Provider for Apache Airflow. Implements apache-airflow-providers-cncf-kubernetes package @@ -30,7 +30,7 @@ BuildRequires: python3-pip This is a provider package for ``cncf.kubernetes`` provider. All classes for this provider package are in ``airflow.providers.cncf.kubernetes`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/5.3.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/6.0.0/>`_. %package help Summary: Development documents and examples for apache-airflow-providers-cncf-kubernetes @@ -39,10 +39,10 @@ Provides: python3-apache-airflow-providers-cncf-kubernetes-doc This is a provider package for ``cncf.kubernetes`` provider. All classes for this provider package are in ``airflow.providers.cncf.kubernetes`` python package. You can find package information and changelog for the provider -in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/5.3.0/>`_. +in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-cncf-kubernetes/6.0.0/>`_. %prep -%autosetup -n apache-airflow-providers-cncf-kubernetes-5.3.0 +%autosetup -n apache-airflow-providers-cncf-kubernetes-6.0.0 %build %py3_build @@ -82,5 +82,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 5.3.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.0-1 - Package Spec generated @@ -1 +1 @@ -b92e240bc6b373897a1a45991e8febf1 apache-airflow-providers-cncf-kubernetes-5.3.0.tar.gz +84fb633a6b739ac02215256d5ee2212d apache-airflow-providers-cncf-kubernetes-6.0.0.tar.gz |