diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:10:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 03:10:20 +0000 |
commit | 1b03544215b5855ee6c4860afe847ca7bd7b0aa3 (patch) | |
tree | 0e3233a52b91421a1e1923a0a75fb7195bf00835 | |
parent | 44ca726a3d49ce0ef30f3cfc76f8537585d158dd (diff) |
automatic import of python-dagitopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dagit.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dagit-1.2.6.tar.gz +/dagit-1.3.1.tar.gz diff --git a/python-dagit.spec b/python-dagit.spec index bca9365..74b636c 100644 --- a/python-dagit.spec +++ b/python-dagit.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dagit -Version: 1.2.6 +Version: 1.3.1 Release: 1 Summary: Web UI for dagster. License: Apache-2.0 URL: https://github.com/dagster-io/dagster -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/de/69/6632f1cf58adb5da2b8e49fbd4d572cff2bbce462ca4788cfcb42f64ef19/dagit-1.2.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/12/8dd5f3f379dd8ddff9e6860af32c5d292d145a24c80353f085cd5cd1e709/dagit-1.3.1.tar.gz BuildArch: noarch Requires: python3-click @@ -35,7 +35,7 @@ Provides: python3-dagit-doc %prep -%autosetup -n dagit-1.2.6 +%autosetup -n dagit-1.3.1 %build %py3_build @@ -75,5 +75,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1-1 - Package Spec generated @@ -1 +1 @@ -7198d9871106af16d21db743b94b15bb dagit-1.2.6.tar.gz +2bd155b51ce9e1ced8c67cb35b63061a dagit-1.3.1.tar.gz |