[openstackclient] osc-lib 1.9.0 (queens)
We are chuffed to announce the release of: osc-lib 1.9.0: OpenStackClient Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/osc-lib Download the package from: https://pypi.python.org/pypi/osc-lib Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient For more details, please see below. Changes in osc-lib 1.8.0..1.9.0 ------------------------------- a9893be Fix find() interface when attr is not specified 6859187 Relocate utils tests to match the main code e9bf3bf Updated from global requirements 7ef94d2 Fix sorting in Python 3 Diffstat (except docs and test files) ------------------------------------- osc_lib/api/api.py | 32 +- osc_lib/utils/__init__.py | 20 +- requirements.txt | 2 +- 9 files changed, 1342 insertions(+), 1250 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3e2f418..2e712a4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13 +13 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org