[release-announce] python-swiftclient 3.6.1 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Oct 25 13:10:36 UTC 2019


We are thrilled to announce the release of:

python-swiftclient 3.6.1: OpenStack Object Storage API Client Library

This release is part of the rocky 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.6.1
^^^^^

Bug Fixes

* Fixed an issue introduced in 3.5.0 where re-uploading an SLO with
  the same size, mtime, and segment size would delete all of the just-
  uploaded segments.

Changes in python-swiftclient 3.6.0..3.6.1
------------------------------------------

9279603 Changelog for 3.6.1
b960279 Fix SLO re-upload
12bd870 Fix up stable gate
093ee55 OpenDev Migration Patch
b186e5d Use Swift's in-tree DSVM test
9f90270 import zuul job settings from project-config
f7400b4 Update .gitreview for stable/rocky


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

.gitreview                                         |  3 +-
.zuul.yaml                                         | 43 +++++++++++
ChangeLog                                          |  7 ++
lower-constraints.txt                              |  2 +-
releasenotes/notes/361_notes-13a2ad3a7cfea5e3.yaml |  6 ++
swiftclient/multithreading.py                      |  8 ++
swiftclient/service.py                             | 30 ++++----
swiftclient/utils.py                               | 10 ++-
test-requirements.txt                              |  3 -
tox.ini                                            |  6 +-
18 files changed, 269 insertions(+), 144 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 634851e..c72fb40 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ oslosphinx>=4.7.0  # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -9,2 +7,0 @@ testrepository>=0.0.18
-reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list