[release-announce] [monasca] python-monascaclient 1.8.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 26 12:59:50 UTC 2017


We are ecstatic to announce the release of:

python-monascaclient 1.8.0: Monasca API Client Library

This release is part of the queens release series.

Download the package from:

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

For more details, please see below.

Changes in python-monascaclient 1.7.0..1.8.0
--------------------------------------------

fecf0e3 Fix auth version detection
8acf58d Updated from global requirements
f25703e Updated from global requirements
e1ff649 Cleanup repo and update documentation
8e4adb1 Allow to reuse the session
51bb6b7 Exclude tests from coverage
e8b93dd Update the documentation link for doc migration


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

HACKING.rst                        |   2 +-
README.rst                         | 561 ++++++++++++++++++++++++++-----------
client_api_example.py              |  90 ------
examples/check_monasca.py          | 136 ---------
examples/monasca-nagios.txt        |  36 ---
monascaclient/client.py            |  52 +++-
monascaclient/shell.py             |   1 +
requirements.txt                   |   6 +-
setup.cfg                          |   2 -
test-requirements.txt              |   2 +-
tools/install_venv.py              |  76 -----
tools/install_venv_common.py       | 172 ------------
tools/monasca.bash_completion      |  27 --
tools/requirements_style_check.sh  |  30 --
tools/with_venv.sh                 |  10 -
tox.ini                            |   2 +-
18 files changed, 486 insertions(+), 873 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2b392ea..d8f4067 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,2 +7,2 @@ osc-lib>=1.7.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.28.0 # Apache-2.0
@@ -14 +14 @@ PrettyTable<0.8,>=0.7.1 # BSD
-PyYAML>=3.10.0 # MIT
+PyYAML>=3.10 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 6fad002..872123b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.8.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0






More information about the Release-announce mailing list