[release][telemetry] python-ceilometerclient release 2.3.0 (mitaka)
We are happy to announce the release of: python-ceilometerclient 2.3.0: OpenStack Telemetry API Client Library This release is part of the mitaka release series. With source available at: https://git.openstack.org/cgit/openstack/python-ceilometerclient With package available at: https://pypi.python.org/pypi/python-ceilometerclient Please report issues through launchpad: https://bugs.launchpad.net/python-ceilometerclient For more details, please see below. Changes in python-ceilometerclient 2.2.1..2.3.0 ----------------------------------------------- b168f76 Remove argparse from requirements 242a429 drop oslo-incubator modules: cliutils and uuidutils ad94135 Updated from global requirements 2b51a64 remove unused code 52c0988 fix project_id and user_id fields not set when create gnocchi alarm dbcea1a Updated from global requirements 2c0cf71 improve help docs for cli commands d6560fb change the dict output format to make consistency under py27 and py34 e93aed1 Fix to disable meter-links from CLI 53c56e3 Use the oslo.utils.reflection to extract the class name Diffstat (except docs and test files) ------------------------------------- ceilometerclient/common/utils.py | 84 ++-- .../openstack/common/apiclient/base.py | 5 +- .../openstack/common/apiclient/utils.py | 2 +- ceilometerclient/openstack/common/cliutils.py | 272 ----------- ceilometerclient/openstack/common/uuidutils.py | 37 -- ceilometerclient/shell.py | 7 +- ceilometerclient/v2/shell.py | 35 +- requirements.txt | 17 +- test-requirements.txt | 18 +- 11 files changed, 640 insertions(+), 403 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 66bee05..cc0c4e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,3 @@ -pbr>=1.6 -argparse -iso8601>=0.1.9 -keystoneauth1>=2.1.0 +pbr>=1.6 # Apache-2.0 +iso8601>=0.1.9 # MIT +keystoneauth1>=2.1.0 # Apache-2.0 @@ -10,5 +9,5 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.utils>=3.2.0 # Apache-2.0 -PrettyTable<0.8,>=0.7 -python-keystoneclient!=1.8.0,>=1.6.0 -requests!=2.9.0,>=2.8.1 -six>=1.9.0 +oslo.utils>=3.4.0 # Apache-2.0 +PrettyTable<0.8,>=0.7 # BSD +python-keystoneclient!=1.8.0,>=1.6.0 # Apache-2.0 +requests!=2.9.0,>=2.8.1 # Apache-2.0 +six>=1.9.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 02b9483..8641064 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,4 +6,4 @@ hacking<0.11,>=0.10.0 -coverage>=3.6 -discover -fixtures>=1.3.1 -mock>=1.2 +coverage>=3.6 # Apache-2.0 +discover # BSD +fixtures>=1.3.1 # Apache-2.0/BSD +mock>=1.2 # BSD @@ -11,5 +11,5 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 -python-subunit>=0.0.18 -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -tempest-lib>=0.12.0 -testrepository>=0.0.18 -testtools>=1.4.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD +tempest-lib>=0.13.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testtools>=1.4.0 # MIT
participants (1)
-
doug@doughellmann.com