python-swiftclient 4.6.0 (dalmatian)
We are stoked to announce the release of: python-swiftclient 4.6.0: OpenStack Object Storage API Client Library This release is part of the dalmatian 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.5.0..4.6.0 ------------------------------------------ ed6fd60 Fix swiftclient output regression 1152d16 reno: Update master for unmaintained/zed bf93439 Update master for stable/2024.1 5b6c66d Bring back (experimental) py38 job 12dacb3 Mark py312 job as voting and update classifiers 3239733 reno: Update master for unmaintained/xena 6c2d588 reno: Update master for unmaintained/wallaby 0dacfe7 reno: Update master for unmaintained/victoria ac2a60d Add transaction id to errors Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 8 +- releasenotes/source/2024.1.rst | 6 ++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- setup.cfg | 1 + swiftclient/client.py | 19 ++++- swiftclient/multithreading.py | 4 + swiftclient/service.py | 25 ++++-- swiftclient/shell.py | 22 ++--- test/unit/test_command_helpers.py | 28 +++++++ test/unit/test_service.py | 50 +++++++++++- test/unit/test_shell.py | 165 +++++++++++++++++++++++++++++++++++++- test/unit/test_swiftclient.py | 19 +++++ 16 files changed, 326 insertions(+), 30 deletions(-)
participants (1)
-
no-reply@openstack.org