[release-announce] automaton 2.3.0 (wallaby)
no-reply at openstack.org
no-reply at openstack.org
Fri Feb 19 11:38:44 UTC 2021
We joyfully announce the release of:
automaton 2.3.0: Friendly state machines for python.
This release is part of the wallaby 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 2.2.0..2.3.0
---------------------------------
406007e Uncap PrettyTable
61a16f1 Dropping lower constraints testing
fed5f89 Remove six dependency
de336d0 Use TOX_CONSTRAINTS_FILE
86a214f Use py3 as the default runtime for tox
7d0648f Adding pre-commit
f74bef8 Add Python3 wallaby unit tests
5f57b85 Update master for stable/victoria
Diffstat (except docs and test files)
-------------------------------------
.pre-commit-config.yaml | 35 +++++++++++++++++++++++++++++++++++
.zuul.yaml | 3 +--
automaton/machines.py | 19 +++++++++----------
automaton/runners.py | 5 +----
lower-constraints.txt | 4 +++-
releasenotes/source/index.rst | 1 +
releasenotes/source/victoria.rst | 6 ++++++
requirements.txt | 5 +----
test-requirements.txt | 3 +--
tox.ini | 10 ++++++----
12 files changed, 69 insertions(+), 34 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index b3e3d6b..b079a03 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,3 +7,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-# Python 2->3 compatibility library.
-six>=1.10.0 # MIT
-
@@ -12 +9 @@ six>=1.10.0 # MIT
-PrettyTable<0.8,>=0.7.2 # BSD
+PrettyTable>=0.7.2 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 08ec37c..a3c3726 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +4,0 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
-
@@ -11,0 +10 @@ reno>=3.1.0 # Apache-2.0
+
More information about the Release-announce
mailing list