osc-lib 4.0.2 (flamingo)
We are jazzed to announce the release of: osc-lib 4.0.2 This release is part of the flamingo release series. The source is available from: https://opendev.org/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 4.0.0..4.0.2 ------------------------------- 3ad4594 Temporarily revert dependency bumps 81151cd Use Python 3.8-style type hints d4d9f8a Temporarily undrop support for Python 3.8, 3.9 1bd2155 Correct getattr call 99084de Drop support for Python 3.8, 3.9 d7be791 Replace UPPER_CONSTRAINTS_FILE Diffstat (except docs and test files) ------------------------------------- osc_lib/api/api.py | 11 +++--- osc_lib/api/auth.py | 6 +-- osc_lib/api/utils.py | 2 +- osc_lib/cli/client_config.py | 28 +++++++------- osc_lib/cli/format_columns.py | 18 ++++----- osc_lib/cli/parseractions.py | 11 +++--- osc_lib/clientmanager.py | 4 +- osc_lib/command/command.py | 6 +-- osc_lib/command/timing.py | 2 +- osc_lib/logs.py | 5 +-- osc_lib/shell.py | 18 ++++----- osc_lib/utils/__init__.py | 89 +++++++++++++++++++++---------------------- osc_lib/utils/columns.py | 10 ++--- osc_lib/utils/tags.py | 11 +++--- pyproject.toml | 3 +- requirements.txt | 4 +- tox.ini | 6 +-- 17 files changed, 116 insertions(+), 118 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7249568..8c025ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -cliff>=4.9.0 # Apache-2.0 -keystoneauth1>=5.10.0 # Apache-2.0 +cliff>=3.2.0 # Apache-2.0 +keystoneauth1>=3.14.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org