We are psyched to announce the release of: monasca-common 2.0.0: Monasca common python modules This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/monasca-common/ For more details, please see below. Changes in monasca-common 1.5.0..2.0.0 -------------------------------------- b6b6251 Updated from global requirements 4d1715d Add bindep.txt ff0ce29 Optimize the link address c2c84a7 Updated from global requirements cb38d5c Updated from global requirements 7b18e47 Updated from global requirements cabc2dd Migrate to ostestr framework and PY3 a04f765 Updated from global requirements c3265ee [Fix gate]Update test requirement dc7c14d Removed unused logging module Diffstat (except docs and test files) ------------------------------------- .coveragerc | 7 ++ .gitignore | 3 + .testr.conf | 9 ++ README.md | 2 +- bindep.txt | 5 + monasca_common/logging/__init__.py | 0 monasca_common/logging/dict_config.py | 50 --------- monasca_common/validation/metrics.py | 23 ++-- requirements.txt | 5 +- setup.cfg | 4 + setup.py | 2 +- test-blacklist-py3.txt | 9 ++ test-requirements.txt | 6 +- tox.ini | 82 +++++++++----- 20 files changed, 238 insertions(+), 200 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 88dc049..79127bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +3,0 @@ -iso8601>=0.1.11 # MIT @@ -9,2 +8,2 @@ PyMySQL>=0.7.6 # MIT License -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -pbr>=1.8 # Apache-2.0 +oslo.config>=3.22.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 6190110..3e81a12 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,2 +6,2 @@ bandit>=1.1.0 # Apache-2.0 -hacking<0.12,>=0.11.0 # Apache-2.0 -Babel>=2.3.4 # BSD +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +Babel!=2.4.0,>=2.3.4 # BSD @@ -13 +12,0 @@ mox>=0.5.3 # Apache-2.0 -nose # LGPL @@ -14,0 +14 @@ oslotest>=1.10.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0