[oslo] automaton 1.10.0 (pike)
We eagerly announce the release of: automaton 1.10.0: Friendly state machines for python. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/automaton Download the package from: https://pypi.python.org/pypi/automaton Please report issues through launchpad: http://bugs.launchpad.net/automaton For more details, please see below. Changes in automaton 1.9.0..1.10.0 ---------------------------------- f33976e Remove pbr warnerrors in favor of sphinx check 4524cfe Remove support for py34 e824626 Updated from global requirements 10e9004 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- setup.cfg | 5 +---- test-requirements.txt | 6 +++--- tox.ini | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index de90fc8..d5edfbd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ doc8 # Apache-2.0 -coverage>=4.0 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0 @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.6.1,>=1.5.1 # BSD @@ -15 +15 @@ testtools>=1.4.0 # MIT -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org