[release][oslo] automaton release 0.8.0 (mitaka)
We are gleeful to announce the release of: automaton 0.8.0: Friendly state machines for python. This release is part of the mitaka 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.8.0 Please report issues through launchpad: http://bugs.launchpad.net/automaton Changes in automaton 0.7.0..0.8.0 --------------------------------- c3b7251 Added code coverage section to tox 2fed4b2 No need for Oslo Incubator Sync 94630d8 Ignore generated files b57b0ee docs - Set pbr 'warnerrors' option for doc build 318355e Remove dummy/placeholder 'ChangeLog' as its not needed ee3802a Enhance the README 179e59e Fix the build path in .gitignore file 1a4f6be Updated from global requirements ae7d6df Provide a finite machine build() method 2276f53 Allow for raising on duplicate transition registration Diffstat (except docs and test files) ------------------------------------- .coveragerc | 8 +++++ .gitignore | 8 ++++- ChangeLog | 1 - README.rst | 7 ++++- automaton/machines.py | 77 ++++++++++++++++++++++++++++++++++++++++++--- openstack-common.conf | 6 ---- requirements.txt | 2 +- setup.cfg | 3 ++ setup.py | 2 +- tox.ini | 5 ++- 12 files changed, 168 insertions(+), 17 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3f4a7ff..8d4441c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr<2.0,>=1.6 +pbr>=1.6
participants (1)
-
davanum@gmail.com