[openstack-dev] [release][oslo] tooz 1.35.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon May 9 15:50:05 UTC 2016
We are eager to announce the release of:
tooz 1.35.0: Coordination library for distributed systems.
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/tooz
With package available at:
https://pypi.python.org/pypi/tooz
Please report issues through launchpad:
http://bugs.launchpad.net/python-tooz/
For more details, please see below.
Changes in tooz 1.34.0..1.35.0
------------------------------
82afcb5 Drop babel as requirement since its not used
340dc4c Updated from global requirements
512f58c Updated from global requirements
7f72cba Updated from global requirements
685e669 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 3 +--
test-requirements.txt | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 135781e..dd65da7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
-stevedore>=1.5.0 # Apache-2.0
+stevedore>=1.9.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e82c1bb..665f71c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ pyflakes==0.8.1 # MIT
-flake8<2.6.0,>2.4.1 # MIT
+flake8<2.6.0,>=2.5.4 # MIT
@@ -18 +18 @@ coverage>=3.6 # Apache-2.0
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
More information about the OpenStack-dev
mailing list