python-manilaclient 5.3.0 (epoxy)
We exuberantly announce the release of: python-manilaclient 5.3.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through: https://bugs.launchpad.net/python-manilaclient/+bugs For more details, please see below. 5.3.0 ^^^^^ New Features * The "access_level" attributes of share access rule (of access type "ip") can be updated with API version "2.88" and beyond. Changes in python-manilaclient 5.2.0..5.3.0 ------------------------------------------- f833ab2 Run OSC plugin jobs 97cfa8e Add pre-commit 3f810f2 Remove unused Babel c06f3dc Allow to update access rule for type 'ip' Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 39 +++++ manilaclient/api_versions.py | 2 +- manilaclient/osc/v2/share_access_rules.py | 41 ++++- .../functional/osc/test_share_access_rules.py | 20 ++- manilaclient/v2/share_access_rules.py | 20 ++- ...-share-group-type-by-name-3a8760522c147f28.yaml | 0 ...ups-share-group-snapshots-20ec1dfcc0a7e81c.yaml | 2 +- ...ess-level-for-access-rule-adb5d572454c01e8.yaml | 5 + requirements.txt | 1 - test-requirements.txt | 4 +- tox.ini | 5 +- zuul.d/project.yaml | 1 + 18 files changed, 144 insertions(+), 218 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4cf1cf7..7faa70e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +12,0 @@ requests>=2.14.2 # Apache-2.0 -Babel>=2.5.0 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index ea299ae..79d7022 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1 @@ -hacking>=6.1.0,<6.2.0 # Apache-2.0 - -coverage>=4.4.1 # Apache-2.0 +coverage!=4.4,>=4.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org