[manila] python-manilaclient 1.19.0 (queens)
We are ecstatic to announce the release of: python-manilaclient 1.19.0: Client library for OpenStack Manila API. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-manilaclient Download the package from: https://pypi.python.org/pypi/python-manilaclient Please report issues through launchpad: https://bugs.launchpad.net/python-manilaclient For more details, please see below. Changes in python-manilaclient 1.18.0..1.19.0 --------------------------------------------- 01d9ad4 Updated from global requirements 434af11 Compare API call body in assertions with respect to values ea93a0b Fix 'List' command filters do not accept unicode symbols bc94ee1 Remove setting of version/release from releasenotes 0e911fa Updated from global requirements aba12d2 Updated from global requirements 3285090 Updated from global requirements 229258e Migrating legacy jobs 784f9cc Increase code coverage 7284e58 Increase code coverage Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 24 ++++ manilaclient/utils.py | 18 +++ manilaclient/v2/share_networks.py | 18 ++- manilaclient/v2/share_snapshots.py | 18 ++- manilaclient/v2/shares.py | 18 ++- manilaclient/v2/shell.py | 29 ++-- .../manilaclient-dsvm-neutron-functional/post.yaml | 80 +++++++++++ .../manilaclient-dsvm-neutron-functional/run.yaml | 66 +++++++++ releasenotes/source/conf.py | 15 +-- requirements.txt | 6 +- test-requirements.txt | 4 +- 17 files changed, 426 insertions(+), 98 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f6e9013..d1960e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ ipaddress>=1.0.16;python_version<'3.3' # PSF -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.31.0 # Apache-2.0 @@ -17 +17 @@ Babel!=2.4.0,>=2.3.4 # BSD -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 1f71772..b4101d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15 +15 @@ sphinx>=1.6.2 # BSD -tempest>=16.1.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 @@ -17 +17 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org