[monasca] monasca-common 2.5.0 (queens)
We are thrilled to announce the release of: monasca-common 2.5.0: Monasca common python modules This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/monasca-common/ For more details, please see below. Changes in monasca-common 2.4.0..2.5.0 -------------------------------------- 9258e7e Add Cassandra db support bad98c6 Avoid tox_install.sh for constraints support 7f91a53 Allow () in dimensions b2bda29 Updated from global requirements 55ffc4d Add .zuul.yaml file Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 12 ++ java/monasca-common-cassandra/pom.xml | 19 +++ .../configuration/CassandraDbConfiguration.java | 127 +++++++++++++++++++++ java/pom.xml | 1 + monasca_common/validation/metrics.py | 5 +- requirements.txt | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 57 --------- tox.ini | 7 +- 10 files changed, 170 insertions(+), 66 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index cad347b..fa46a9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 0317a31..7ec374e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -17 +17 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org