diff --git a/python-taskflow.spec b/python-taskflow.spec index 8c67f335f0a94d15d3a9abc5b2acbd967a423699..690aa8c2180592f49ae401623ee1300d58f402be 100644 --- a/python-taskflow.spec +++ b/python-taskflow.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-taskflow -Version: 5.0.0 +Version: 5.1.0 Release: 1 Summary: Taskflow structured state management library. License: Apache-2.0 URL: https://docs.openstack.org/taskflow/latest/ -Source0: https://files.pythonhosted.org/packages/5c/53/6321f16ac76f11a52516f3e68dba00a49eeef07e02aecb1102a874bd560b/taskflow-5.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/2b/00/7d258e2611e42d28a9b5a049bc003b980d751d18d12200c2dd872a517188/taskflow-5.1.0.tar.gz BuildArch: noarch %description A library to do [jobs, tasks, flows] in a highly available, easy to understand @@ -120,6 +120,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 13 2023 wubijie - 5.1.0-1 +- Update package to version 5.1.0 + * Thu Dec 08 2022 wubijie - 5.0.0-1 - Update package to version 5.0.0 diff --git a/taskflow-5.0.0.tar.gz b/taskflow-5.0.0.tar.gz deleted file mode 100644 index 540187ae7c7c8bb2c3daf38f0362d50fcb66d7d1..0000000000000000000000000000000000000000 Binary files a/taskflow-5.0.0.tar.gz and /dev/null differ diff --git a/taskflow-5.1.0.tar.gz b/taskflow-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..c16e6d383e407cf31b20b91548259bffcb2fe061 Binary files /dev/null and b/taskflow-5.1.0.tar.gz differ