We are overjoyed to announce the release of: osc-lib 1.7.1: OpenStackClient Library This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/openstack/osc-lib Download the package from: https://pypi.org/project/osc-lib Please report issues through: https://bugs.launchpad.net/python-openstackclient/+bugs For more details, please see below. Changes in osc-lib 1.7.0..1.7.1 ------------------------------- 2a8ec53 import zuul job settings from project-config da1243f Avoid tox_install.sh for constraints support a501a4e Updated from global requirements 7ec0ea0 Update UPPER_CONSTRAINTS_FILE for stable/pike 114646c Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 9 +++++++++ requirements.txt | 6 +++--- test-requirements.txt | 2 +- tools/tox_install.sh | 30 ------------------------------ tox.ini | 9 +++++---- 6 files changed, 19 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0f4eb4e..20d6e53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,3 @@ Babel!=2.4.0,>=2.3.4 # BSD -cliff>=2.6.0 # Apache-2.0 -keystoneauth1>=2.21.0 # Apache-2.0 -os-client-config>=1.27.0 # Apache-2.0 +cliff>=2.8.0 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 +os-client-config>=1.28.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 08427d8..ab5316a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19 +19 @@ bandit>=1.1.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.16.0 # Apache-2.0