diff --git a/automaton-2.3.0.tar.gz b/automaton-2.3.0.tar.gz deleted file mode 100644 index e93b6accbcf5fc37deffff0e57278baec5bd3cc2..0000000000000000000000000000000000000000 Binary files a/automaton-2.3.0.tar.gz and /dev/null differ diff --git a/automaton-2.3.1.tar.gz b/automaton-2.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3536dcd0853b462da47490e1db8ac31b5004c013 Binary files /dev/null and b/automaton-2.3.1.tar.gz differ diff --git a/python-automaton.spec b/python-automaton.spec index 0437788aec38a3eb8d8686eac229fdd4ac15dab8..18cd3f5446954971f9b858bdaddd35001ddcfd48 100644 --- a/python-automaton.spec +++ b/python-automaton.spec @@ -1,14 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-automaton -Version: 2.3.0 +Version: 2.3.1 Release: 1 Summary: Friendly state machines for python. License: Apache-2.0 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/de/7f/0dc76449db1a1fb45b9859792dcd25e9bd630e81f6a19de383db65162fa1/automaton-2.3.1.tar.gz BuildArch: noarch %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 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 @@ -24,19 +24,18 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel +# Test build requires BuildRequires: python3-reno BuildRequires: python3-testtools BuildRequires: python3-stestr BuildRequires: python3-oslotest -# General requires +# General build requires BuildRequires: python3-prettytable -BuildRequires: python3-coverage # General requires -Requires: python3-reno Requires: python3-prettytable Requires: python3-pbr %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 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 @@ -47,7 +46,7 @@ running/scheduling/analyzing the execution of tasks. Summary: Friendly state machines for python. Provides: python3-automaton-doc %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 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 @@ -55,14 +54,14 @@ library include providing state & transition validation and running/scheduling/analyzing the execution of tasks. %prep -%autosetup -n automaton-2.3.0 +%autosetup -n automaton-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -95,12 +94,15 @@ mv %{buildroot}/doclist.lst . %files -n python3-automaton -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog +* Fri May 05 2023 OpenStack_SIG - 2.3.1-1 +- Upgrade package python3-automaton to version 2.3.1 + * Tue Jul 13 2021 OpenStack_SIG - 2.3.0-1 - Upgrade to version 2.3.0 + * Mon Nov 23 2020 Python_Bot - Package Spec generated