We are stoked to announce the release of: python-monascaclient 1.6.0: Monasca API Client Library This release is part of the pike release series. Download the package from: https://pypi.python.org/pypi/python-monascaclient For more details, please see below. Changes in python-monascaclient 1.5.0..1.6.0 -------------------------------------------- 3a320ee Added support for os_auth_version when os_auth_url is unversiond 47e3879 Optimize the link address 885f6e9 Updated from global requirements 7f5c3e0 Replacing six.iteritems() with .items() d9c5b30 Updated from global requirements f9696d6 Migrate fully to ostestr dc69217 Updated from global requirements 9442e29 Remove unused requirements 537389c Fix notification-patch CLI fails if type not given 3736d11 Fix: CLI metric-create using project-id fails 6c91e28 Updated from global requirements 9cf6e8b Turn on bandit check as part of pep8 Diffstat (except docs and test files) ------------------------------------- .testr.conf | 7 +++- README.rst | 10 ++++-- monascaclient/common/utils.py | 3 +- monascaclient/shell.py | 14 ++++++++ monascaclient/v2_0/shell.py | 8 ++--- requirements.txt | 14 +++----- setup.py | 2 +- test-requirements.txt | 7 ++-- tox.ini | 62 ++++++++++++++++++++++++++++----- 10 files changed, 158 insertions(+), 41 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 2f97aec..c2d1b3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +3,0 @@ -oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.concurrency>=3.8.0 # Apache-2.0 -oslo.i18n>=2.1.0 # Apache-2.0 -oslo.log>=3.11.0 # Apache-2.0 -oslo.middleware>=3.0.0 # Apache-2.0 @@ -10,2 +5 @@ oslo.serialization>=1.10.0 # Apache-2.0 -oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.18.0 # Apache-2.0 +oslo.utils>=3.20.0 # Apache-2.0 @@ -15 +9 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -Babel>=2.3.4 # BSD +Babel!=2.4.0,>=2.3.4 # BSD @@ -17 +11 @@ iso8601>=0.1.11 # MIT -pbr>=1.8 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -20 +14 @@ PyYAML>=3.10.0 # MIT -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 5f83eea..74932da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,0 +4,2 @@ +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0 @@ -6,2 +7,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -hacking<0.12,>=0.11.0 # Apache-2.0 -mock>=2.0 # BSD @@ -8,0 +9,2 @@ mox3!=0.19.0,>=0.7.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0 @@ -10 +11,0 @@ requests-mock>=1.1 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD