diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-dagster.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /dagster-1.2.6.tar.gz +/dagster-1.3.1.tar.gz diff --git a/python-dagster.spec b/python-dagster.spec index d5156fa..da16925 100644 --- a/python-dagster.spec +++ b/python-dagster.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-dagster -Version: 1.2.6 +Version: 1.3.1 Release: 1 Summary: The data orchestration platform built for productivity. License: Apache-2.0 URL: https://dagster.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/36/50f856c3892ea03ead3a6913ef60e1c107bf84eb585d7a5282e28d2b3d96/dagster-1.2.6.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/b8/7632433c7fec7cd2cca2d09c6851aaff3d2e8bc0c6710933897863b3018b/dagster-1.3.1.tar.gz BuildArch: noarch Requires: python3-click @@ -534,7 +534,7 @@ Dagster is [Apache 2.0 licensed](https://github.com/dagster-io/dagster/blob/mast %prep -%autosetup -n dagster-1.2.6 +%autosetup -n dagster-1.3.1 %build %py3_build @@ -574,5 +574,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 1.2.6-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.3.1-1 - Package Spec generated @@ -1 +1 @@ -d07966273bebcf30ddf67b226a30f458 dagster-1.2.6.tar.gz +10d9568aeee6683139679eda2a6e1bbf dagster-1.3.1.tar.gz |