We are amped to announce the release of: automaton 1.17.0: Friendly state machines for python. This release is part of the train release series. The source is available from: https://opendev.org/openstack/automaton Download the package from: https://pypi.org/project/automaton Please report issues through: https://bugs.launchpad.net/automaton/+bugs For more details, please see below. Changes in automaton 1.16.0..1.17.0 ----------------------------------- 5e82feb Add Python 3 Train unit tests 50f3de6 Add local bindep.txt d92ea1f Sync Sphinx requirement a9759e6 Update to opendev c05a747 OpenDev Migration Patch 08620df Update master for stable/stein 31bbf1e add python 3.7 unit test job Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 3 +-- CONTRIBUTING.rst | 8 ++++---- HACKING.rst | 2 +- README.rst | 2 +- bindep.txt | 6 ++++++ lower-constraints.txt | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 ++++++ setup.cfg | 3 ++- test-requirements.txt | 3 ++- tox.ini | 16 ++++++++++++++-- 14 files changed, 46 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 78d24a7..2c70fcb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9,2 @@ coverage!=4.4,>=4.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD