[oslo] automaton 1.9.0 (pike)
We are happy to announce the release of: automaton 1.9.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.8.0..1.9.0 --------------------------------- 7c77f61 Updated from global requirements 657d1ec Remove unused dependecy testscenarios Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 45270c2..35f7353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ -pbr>=2.0.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index d65592b..de90fc8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +13,0 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org