python-saharaclient 3.1.0 (ussuri)
We are stoked to announce the release of: python-saharaclient 3.1.0: Client library for Sahara API This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-saharaclient Download the package from: https://pypi.org/project/python-saharaclient Please report issues through: https://bugs.launchpad.net/python-saharaclient/+bugs For more details, please see below. 3.1.0 ^^^^^ Bug Fixes * A change in python-openstackclient 5.2.0 broke the image register command. The incompatibility is now solved but the python- openstackclient requirement has been bumped to 5.2.0. Changes in python-saharaclient 3.0.0..3.1.0 ------------------------------------------- 830d460 Cleanup py27 support cca4f4d Update hacking for Python3 3cf5de7 Fix the "image register" command (OSC 5.2.0 regression) Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 10 +- .../fix-osc-520-regression-a92dff38f04e6a57.yaml | 6 + requirements.txt | 4 +- saharaclient/api/base.py | 6 +- saharaclient/api/data_sources.py | 1 + saharaclient/api/images.py | 1 + saharaclient/api/plugins.py | 1 + saharaclient/osc/v1/images.py | 4 +- setup.cfg | 9 +- setup.py | 9 - test-requirements.txt | 2 +- tox.ini | 15 +- 19 files changed, 55 insertions(+), 511 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 087b802..89685ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ keystoneauth1>=3.4.0 # Apache-2.0 -osc-lib>=1.11.0 # Apache-2.0 +osc-lib>=2.0.0 # Apache-2.0 @@ -14 +14 @@ oslo.utils>=3.33.0 # Apache-2.0 -python-openstackclient>=3.12.0 # Apache-2.0 +python-openstackclient>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 886ab37..6927cd7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org