[release-announce] python-swiftclient 3.7.1 (stein)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Fri Oct 25 13:07:52 UTC 2019
    
    
  
We are happy to announce the release of:
python-swiftclient 3.7.1: OpenStack Object Storage API Client Library
This release is part of the stein 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.7.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.7.0..3.7.1
------------------------------------------
c2ba4df Changelog for 3.7.1
dad99fa docs: Fix warning treated as error
20be6f9 Fix SLO re-upload
172aa90 Fix up stable gate
7d50158 OpenDev Migration Patch
95fcc2a Update .gitreview for stable/stein
Diffstat (except docs and test files)
-------------------------------------
.gitreview                                         |  3 +-
.zuul.yaml                                         |  6 +-
ChangeLog                                          |  7 ++
lower-constraints.txt                              |  2 +-
releasenotes/notes/371_notes-b37ee3e40b7d2e3d.yaml |  6 ++
swiftclient/multithreading.py                      | 14 ++++
swiftclient/service.py                             | 30 ++++----
swiftclient/utils.py                               | 10 ++-
test-requirements.txt                              |  3 -
tox.ini                                            |  6 +-
18 files changed, 235 insertions(+), 147 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 13cf1e9..ca65bca 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 @@ stestr>=2.0.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
-openstackdocstheme>=1.18.1 # Apache-2.0
    
    
More information about the Release-announce
mailing list