We are overjoyed to announce the release of: python-monascaclient 1.9.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. 1.9.0 ^^^^^ Prelude ******* Documentation done right by Openstack process. Known Issues ************ * Removed the case where command documentation (held previously in markdown) is out-of-sync with the command itself. Upgrade Notes ************* * Added details about using the CLI variant. Documented the usage of Python API. Changes in python-monascaclient 1.8.0..1.9.0 -------------------------------------------- d7f6fb2 Updated from global requirements 2f87014 Updated from global requirements 15f432f Avoid tox_install.sh for constraints support 6edcdd4 Enable client documentation Diffstat (except docs and test files) ------------------------------------- .gitignore | 5 +- releasenotes/locale/.gitkeep | 0 .../notes/openstack_docs-5cfec48411370070.yaml | 11 ++ releasenotes/source/conf.py | 76 +++++++++++++ releasenotes/source/index.rst | 10 ++ releasenotes/source/unreleased.rst | 5 + requirements.txt | 4 +- setup.cfg | 19 +++- test-requirements.txt | 9 +- tools/tox_install.sh | 30 ----- tox.ini | 49 ++++++-- 19 files changed, 624 insertions(+), 46 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d8f4067..e5cea5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 @@ -16 +16 @@ PyYAML>=3.10 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 872123b..a9e371a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,0 +7 @@ bandit>=1.1.0 # Apache-2.0 + @@ -12 +13,7 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT + +# documentation +doc8>=0.6.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +reno>=2.5.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0