!14 [sync] PR-13: downgrade the version to 1.17.0

From: @openeuler-sync-bot
Reviewed-by: @xiyuanwang
Signed-off-by: @xiyuanwang
This commit is contained in:
openeuler-ci-bot 2021-11-16 12:26:45 +00:00 committed by Gitee
commit 5fbac7035c
3 changed files with 10 additions and 9 deletions

BIN
automaton-1.17.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-automaton Name: python-automaton
Version: 2.3.0 Version: 1.17.0
Release: 1 Release: 1
Summary: Friendly state machines for python. Summary: Friendly state machines for python.
License: Apache-2.0 License: Apache-2.0
URL: https://docs.openstack.org/automaton/latest/ URL: https://docs.openstack.org/automaton/latest/
Source0: https://files.pythonhosted.org/packages/f5/29/89a55c0df75533b5799b6a22ace7478f94897325f69c8c63771c4052b50b/automaton-2.3.0.tar.gz Source0: https://files.pythonhosted.org/packages/fb/9b/5efe64f88c3de1836a719c9b6fd48443f9fa71b3bbf873d1a688b74e57e7/automaton-1.17.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
Automaton Friendly state machines for python. The goal of this library is to Automaton Friendly state machines for python. The goal of this library is to
provide well documented state machine classes and associated utilities. The provide well documented state machine classes and associated utilities. The
state machine pattern (or the implemented variation there-of) is a commonly used state machine pattern (or the implemented variation there-of) is a commonly used
pattern and has a multitude of various usages. Some of the usages for this pattern and has a multitude of various usages. Some of the usages for this
@ -36,7 +36,7 @@ Requires: python3-reno
Requires: python3-prettytable Requires: python3-prettytable
Requires: python3-pbr Requires: python3-pbr
%description -n python3-automaton %description -n python3-automaton
Automaton Friendly state machines for python. The goal of this library is to Automaton Friendly state machines for python. The goal of this library is to
provide well documented state machine classes and associated utilities. The provide well documented state machine classes and associated utilities. The
state machine pattern (or the implemented variation there-of) is a commonly used state machine pattern (or the implemented variation there-of) is a commonly used
pattern and has a multitude of various usages. Some of the usages for this pattern and has a multitude of various usages. Some of the usages for this
@ -47,7 +47,7 @@ running/scheduling/analyzing the execution of tasks.
Summary: Friendly state machines for python. Summary: Friendly state machines for python.
Provides: python3-automaton-doc Provides: python3-automaton-doc
%description help %description help
Automaton Friendly state machines for python. The goal of this library is to Automaton Friendly state machines for python. The goal of this library is to
provide well documented state machine classes and associated utilities. The provide well documented state machine classes and associated utilities. The
state machine pattern (or the implemented variation there-of) is a commonly used state machine pattern (or the implemented variation there-of) is a commonly used
pattern and has a multitude of various usages. Some of the usages for this pattern and has a multitude of various usages. Some of the usages for this
@ -55,7 +55,7 @@ library include providing state & transition validation and
running/scheduling/analyzing the execution of tasks. running/scheduling/analyzing the execution of tasks.
%prep %prep
%autosetup -n automaton-2.3.0 %autosetup -n automaton-%{version}
%build %build
%py3_build %py3_build
@ -89,9 +89,6 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
%files -n python3-automaton -f filelist.lst %files -n python3-automaton -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
@ -100,7 +97,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Nov 16 2021 OpenStack_SIG <openstack@openeuler.org> - 1.17.0-1
- Downgrade the version to 1.17.0
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1 * Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 2.3.0-1
- Upgrade to version 2.3.0 - Upgrade to version 2.3.0
* Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org> * Mon Nov 23 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated