python-swiftclient 4.0.1 (zed)
We contentedly announce the release of: python-swiftclient 4.0.1: OpenStack Object Storage API Client Library This release is part of the zed release series. The source is available from: https://opendev.org/openstack/python-swiftclient Download the package from: https://pypi.org/project/python-swiftclient Please report issues through: https://bugs.launchpad.net/python-swiftclient/+bugs For more details, please see below. Changes in python-swiftclient 4.0.0..4.0.1 ------------------------------------------ 9eee29d tempurl: Support sha256 and sha512 signatures 1dc635a doc: Comment out language option 20c97e8 Remove use of mock Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 2 +- swiftclient/shell.py | 11 +++- swiftclient/utils.py | 22 ++++++-- test-requirements.txt | 1 - test/unit/test_authv1.py | 2 +- test/unit/test_command_helpers.py | 2 +- test/unit/test_service.py | 67 ++++++++++++------------ test/unit/test_shell.py | 65 +++++++++++++++++------ test/unit/test_swiftclient.py | 2 +- test/unit/test_utils.py | 105 +++++++++++++++++++++++++++----------- test/unit/utils.py | 2 +- 11 files changed, 191 insertions(+), 90 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c2fb2c6..b0633eb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +5,0 @@ keystoneauth1>=3.4.0 # Apache-2.0 -mock>=1.2.0 # BSD
participants (1)
-
no-reply@openstack.org