diff options
Diffstat (limited to 'python-dag-factory.spec')
-rw-r--r-- | python-dag-factory.spec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python-dag-factory.spec b/python-dag-factory.spec index d7d878a..a5c6a22 100644 --- a/python-dag-factory.spec +++ b/python-dag-factory.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dag-factory -Version: 0.17.3 +Version: 0.18.0 Release: 1 Summary: Dynamically build Airflow DAGs from YAML files License: MIT URL: https://github.com/ajbosco/dag-factory -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/5e/84/2f2c0eecea7f36e96626e02641cf91f8680d6a5ecec29007071510209489/dag-factory-0.17.3.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6c/55/8efcaba3411ce52deaa9b629f8c62975cef2155463c944d17db3416675b7/dag-factory-0.18.0.tar.gz BuildArch: noarch Requires: python3-apache-airflow[http,kubernetes] @@ -402,7 +402,7 @@ Contributions are welcome! Just submit a Pull Request or Github Issue. %prep -%autosetup -n dag-factory-0.17.3 +%autosetup -n dag-factory-0.18.0 %build %py3_build @@ -442,5 +442,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.17.3-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.18.0-1 - Package Spec generated |