[openstack-announce] [release][oslo] automaton release 0.5.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 27 20:25:49 UTC 2015


We are jubilant to announce the release of:

automaton 0.5.0: Friendly state machines for python.

This release is part of the liberty release series.

With source available at:

    http://git.openstack.org/cgit/openstack/automaton

With package available at:

    https://pypi.python.org/pypi/automaton

For more details, please see the git log history below and:

    http://launchpad.net/automaton/+milestone/0.5.0

Please report issues through launchpad:

    http://bugs.launchpad.net/automaton

Changes in automaton 0.4.0..0.5.0
---------------------------------

01ee038 Ensure doctesting and doc8 testing done in py27 env
0786ac5 Updated from global requirements
b4aa9de Remove setup.cfg 'requires-python' incorrect entry
c6989a0 Document `process_event` return and expose return namedtuple type
151f447 Allow providing and using a 'nested_start_state_fetcher'

Diffstat (except docs and test files)
-------------------------------------

ChangeLog                   |  1 +
automaton/_utils.py         |  4 +-
automaton/machines.py       | 99 ++++++++++++++++++++++++++++++++++++---------
requirements.txt            |  2 +-
setup.cfg                   |  1 -
setup.py                    |  2 +-
test-requirements.txt       |  3 +-
tox.ini                     |  6 +++
11 files changed, 106 insertions(+), 25 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 058d524..8422aca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@
-pbr<2.0,>=0.11
+pbr<2.0,>=1.3
diff --git a/test-requirements.txt b/test-requirements.txt
index 767cb3c..14c39c2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,0 +7 @@ hacking<0.11,>=0.10.0
+doc8 # Apache-2.0
@@ -12 +13 @@ oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0





More information about the OpenStack-announce mailing list