We exuberantly announce the release of: automaton 1.13.0: Friendly state machines for python. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/automaton Download the package from: https://pypi.python.org/pypi/automaton Please report issues through launchpad: https://bugs.launchpad.net/automaton For more details, please see below. Changes in automaton 1.12.0..1.13.0 ----------------------------------- e837b89 Updated from global requirements f620f2a Remove kwarg default_start_state in the machine constructor 718a313 Updated from global requirements 08dbf3a Update reno for stable/pike 7a1b64f Updated from global requirements Diffstat (except docs and test files) ------------------------------------- automaton/machines.py | 16 ++++------------ releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 ++++++ requirements.txt | 3 --- test-requirements.txt | 6 +++--- 5 files changed, 14 insertions(+), 18 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 35f7353..93fb9e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +10,0 @@ six>=1.9.0 # MIT -# For deprecation of things -debtcollector>=1.2.0 # Apache-2.0 - diff --git a/test-requirements.txt b/test-requirements.txt index b04212a..413f472 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7 +7 @@ hacking<0.11,>=0.10.0 -doc8 # Apache-2.0 +doc8>=0.6.0 # Apache-2.0 @@ -11 +11 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -15 +15 @@ testtools>=1.4.0 # MIT -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0