[release-announce] automaton 2.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 7 13:26:28 UTC 2020


We are glad to announce the release of:

automaton 2.0.0: Friendly state machines for python.

This release is part of the ussuri 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.

2.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. The minimum version of Python
  now supported by automaton is Python 3.6.

Changes in automaton 1.17.0..2.0.0
----------------------------------

1161c1c Add python3 classifiers
433c6d5 Ignore releasenote artifacts files.
a1ed711 [ussuri][goal] Drop python 2.7 support and testing
a857df2 trivial: Remove noise
b43036a Move doc requirements into dedicated file
2d4f5fb Switch to Ussuri jobs
3d573d1 Blacklist sphinx 2.1.0 (autodoc bug)
af394bb Update the constraints url
4ad7822 Update master for stable/train


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

.gitignore                                         |  4 ++
.zuul.yaml                                         |  4 +-
.../notes/drop-python-2-7-73d3113c69d724d6.yaml    |  5 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/train.rst                      |  6 +++
setup.cfg                                          | 25 ++-----------
test-requirements.txt                              |  4 --
tox.ini                                            | 43 +++++++++-------------
9 files changed, 46 insertions(+), 54 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 2c70fcb..2abdcdb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ hacking<0.11,>=0.10.0
-doc8>=0.6.0 # Apache-2.0
@@ -9,3 +7,0 @@ coverage!=4.4,>=4.0 # Apache-2.0
-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
-openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list