We exuberantly announce the release of: python-manilaclient 1.21.1: Client library for OpenStack Manila API. This release is part of the queens stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-manilaclient Download the package from: https://pypi.org/project/python-manilaclient Please report issues through launchpad: https://bugs.launchpad.net/python-manilaclient For more details, please see below. Changes in python-manilaclient 1.21.0..1.21.1 --------------------------------------------- 21631ac Updated from global requirements 821676b add os-testr to test-requirements adc37fc Update UPPER_CONSTRAINTS_FILE for stable/queens 3a3df84 Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 2 +- test-requirements.txt | 7 ++++--- tox.ini | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 04936ff..aae2f93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10 +10 @@ oslo.config>=5.1.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b4101d2..946670f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,3 +12,4 @@ mock>=2.0.0 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD