[release-announce] [monasca] python-monascaclient 1.4.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 19 18:55:50 UTC 2016


We are delighted to announce the release of:

python-monascaclient 1.4.0: Monasca API Client Library

This release is part of the ocata release series.

Download the package from:

    https://pypi.python.org/pypi/python-monascaclient

For more details, please see below.

Changes in python-monascaclient 1.3.0..1.4.0
--------------------------------------------

fba4383 Updated from global requirements
a2da78a Delete deprecated Hacking in tox.ini
7047a74 Add py35 tox environment
83ced35 Correct reraising of exception
78a8486 Add list_next for pagination
c3bb2b8 Fix LOG.warn to LOG.warning
44cfaa7 Add state-updated-timestamp filter to alarm count CLI
da968c8 Change LOG.warn to LOG.warning


Diffstat (except docs and test files)
-------------------------------------

monascaclient/common/http.py            |  6 +--
monascaclient/common/monasca_manager.py | 34 ++++++++++++++++
monascaclient/v2_0/alarm_definitions.py | 15 +------
monascaclient/v2_0/alarms.py            | 13 +-----
monascaclient/v2_0/metrics.py           | 72 +++------------------------------
monascaclient/v2_0/notifications.py     | 11 +----
monascaclient/v2_0/notificationtypes.py | 11 +----
monascaclient/v2_0/shell.py             |  4 ++
requirements.txt                        | 22 +++++-----
test-requirements.txt                   | 10 ++---
tox.ini                                 |  6 +--
11 files changed, 69 insertions(+), 135 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a3c2311..2f97aec 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-oslo.config>=3.9.0 # Apache-2.0
-oslo.concurrency>=3.5.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+oslo.concurrency>=3.8.0 # Apache-2.0
@@ -7 +7 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.log>=1.14.0 # Apache-2.0
+oslo.log>=3.11.0 # Apache-2.0
@@ -10,2 +10,2 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.service>=1.0.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.service>=1.10.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
@@ -13 +13 @@ oslo.utils>=3.5.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+python-keystoneclient>=3.8.0 # Apache-2.0
@@ -15 +15 @@ python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
-Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -17,4 +17,4 @@ iso8601>=0.1.11 # MIT
-pbr>=1.6 # Apache-2.0
-PrettyTable<0.8,>=0.7 # BSD
-PyYAML>=3.1.0 # MIT
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+pbr>=1.8 # Apache-2.0
+PrettyTable<0.8,>=0.7.1 # BSD
+PyYAML>=3.10.0 # MIT
+requests!=2.12.2,>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index cc7c8a1..ee09c23 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,4 +4,4 @@
-coverage>=3.6 # Apache-2.0
-fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
-hacking>=0.11.0,<0.12 # Apache-2.0
-mock>=1.2 # BSD
+coverage>=4.0 # Apache-2.0
+fixtures>=3.0.0 # Apache-2.0/BSD
+hacking<0.12,>=0.11.0 # Apache-2.0
+mock>=2.0 # BSD
@@ -9 +9 @@ mox3>=0.7.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD





More information about the Release-announce mailing list