We are pleased to announce the release of: python-monascaclient 2.1.0: Monasca API Client Library This release is part of the ussuri stable release series. The source is available from: https://opendev.org/openstack/python-monascaclient Download the package from: https://pypi.org/project/python-monascaclient Please report issues through: https://bugs.launchpad.net/monasca/+bugs For more details, please see below. 2.1.0 ^^^^^ New Features * Adds support for setting notification period for all types. Changes in python-monascaclient 2.0.0..2.1.0 -------------------------------------------- c917387 Cleanup py27 support a09afa3 Update hacking for Python3 5c78113 Don't hard code notification types into Monasca client b228dfa Allow users to set periodic notifications on all notification types Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 3 -- monascaclient/shell.py | 1 + monascaclient/v2_0/shell.py | 41 +++++++--------------- ...ng-periodic-notifications-502e6570b5481ea4.yaml | 4 +++ releasenotes/source/conf.py | 12 ++++++- setup.cfg | 24 ++----------- setup.py | 9 ----- test-requirements.txt | 4 +-- tox.ini | 4 +-- 11 files changed, 52 insertions(+), 83 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 0b214cc..44ad653 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -16 +16 @@ doc8>=0.6.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD