[release-announce] python-swiftclient 3.9.1 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Thu Mar 11 10:36:10 UTC 2021


We are delighted to announce the release of:

python-swiftclient 3.9.1: OpenStack Object Storage API Client Library

This release is part of the ussuri stable 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.

3.9.1
^^^^^

Bug Fixes

* Fixed discovery of activated capabilities against Ceph Object
  Gateway. It prevented users from creating containers via Horizon.
  See bugs 1712358 and 1880188 for more details.

Changes in python-swiftclient 3.9.0..3.9.1
------------------------------------------

c169bfd Drop lower-constraints testing
1cf6dcd Add release note for 3.9.1
e1c05cf Fixed capability discovery endpoint hardcode
18f2c31 Blacklist stestr 3.0.0
e1c22c8 Update .gitreview for stable/ussuri


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
.zuul.yaml                                         |  5 ++-
AUTHORS                                            |  2 +
ChangeLog                                          |  6 +++
lower-constraints.txt                              | 46 ----------------------
.../notes/3_9_1_release-ef242d7bedf3aa8b.yaml      |  8 ++++
swiftclient/client.py                              | 17 +++++++-
test-requirements.txt                              |  2 +-
test/unit/test_swiftclient.py                      | 32 +++++++++++++++
tox.ini                                            |  7 ----
10 files changed, 68 insertions(+), 58 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 1373253..5dba1a6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ mock>=1.2.0 # BSD
-stestr>=2.0.0 # Apache-2.0
+stestr>=2.0.0,!=3.0.0 # Apache-2.0






More information about the Release-announce mailing list