[openstack-announce] [release][oslo] tooz release 1.25.0 (mitaka)
davanum at gmail.com
davanum at gmail.com
Mon Oct 19 17:26:23 UTC 2015
We are pleased to announce the release of:
tooz 1.25.0: Coordination library for distributed systems.
This release is part of the mitaka release series.
With source available at:
http://git.openstack.org/cgit/openstack/tooz
With package available at:
https://pypi.python.org/pypi/tooz
For more details, please see the git log history below and:
http://launchpad.net/python-tooz/+milestone/1.25.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-tooz/
Changes in tooz 1.24.0..1.25.0
------------------------------
3b6dcc4 Updated from global requirements
645169d Add standard code coverage configuration file
5cc62c2 docs - Set pbr 'warnerrors' option for doc build
8482fad Include changelog/history in docs
cc72934 Updated from global requirements
a5d2738 Expose Znode Stats and Capabilities
4ae4173 Allow more kazoo specific client options to be proxied through
Diffstat (except docs and test files)
-------------------------------------
.coveragerc | 8 +++++
requirements.txt | 4 +--
setup.cfg | 6 ++++
setup.py | 2 +-
tooz/coordination.py | 13 ++++++++
tooz/drivers/zookeeper.py | 74 ++++++++++++++++++++++++++++++++++++++---
tooz/utils.py | 6 ++++
tox.ini | 8 ++---
11 files changed, 157 insertions(+), 12 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2b0998f..bf16fc0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr<2.0,>=1.6
+pbr>=1.6
@@ -15 +15 @@ futurist>=0.1.2 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils>=2.4.0 # Apache-2.0
More information about the OpenStack-announce
mailing list