We jubilantly announce the release of: automaton 1.15.0: Friendly state machines for python. This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/automaton Download the package from: https://pypi.org/project/automaton Please report issues through launchpad: https://bugs.launchpad.net/automaton For more details, please see below. Changes in automaton 1.14.0..1.15.0 ----------------------------------- ce03d76 Switch to stestr 5d8233a fix tox python3 overrides 885b3d4 Trivial: Update pypi url to new url 67b3093 fix list of default virtualenvs aa12fe5 set default python to python3 f8623e5 add lower-constraints job 84a646c Updated from global requirements 85b7139 Update reno for stable/queens 08228a1 Updated from global requirements 22b2b86 Updated from global requirements 6191cf6 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 4 ++++ .testr.conf | 8 -------- .zuul.yaml | 7 +++++++ README.rst | 4 ++-- lower-constraints.txt | 46 ++++++++++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++++++ requirements.txt | 2 +- test-requirements.txt | 9 ++++----- tox.ini | 21 ++++++++++++++----- 11 files changed, 88 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index c619191..b3e3d6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ six>=1.10.0 # MIT -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable<0.8,>=0.7.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index cffddd5..78d24a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,5 +9,4 @@ coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0