[release-announce] python-freezerclient 2.2.0 (train)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 19 15:20:25 UTC 2019


We high-spiritedly announce the release of:

python-freezerclient 2.2.0: OpenStack Disaster Recovery API Client
Library

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/python-freezerclient

Download the package from:

    https://pypi.org/project/python-freezerclient

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/python-
freezerclient

For more details, please see below.

Changes in python-freezerclient 2.1.0..2.2.0
--------------------------------------------

db341f8 Bump the openstackdocstheme extension to 1.20
caf1d35 Switch to the new canonical constraints URL on master
6e532a3 Replace git.openstack.org URLs with opendev.org URLs
6780ec2 Update sphinx dependency
346dfa8 Add python3.7 unit test job
6999cd7 modify 'v1' in the comment to 'v2'
a56f7a6 OpenDev Migration Patch
02e2e16 Dropping the py35 testing
439782d Update master for stable/stein
a53f33c Update json module to jsonutils
ffc5de7 add python 3.7 unit test job
05d6147 Change openstack-dev to openstack-discuss in setup.cfg
e0c3b69 Update the bugs link to storyboard
0032655 Update the bugs link to storyboard
573826e Use template for lower-constraints
d3def51 delete repeated self.endpoint
b03af27 self.endpoint repeated
c8f4cc1 Change openstack-dev to openstack-discuss
e5fb154 Add Python 3.6 classifier to setup.cfg


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

.gitreview                                          |  2 +-
.zuul.yaml                                          |  7 +++----
CONTRIBUTING.rst                                    |  4 ++--
README.rst                                          |  6 +++---
freezerclient/exceptions.py                         |  2 +-
freezerclient/utils.py                              |  2 +-
freezerclient/v1/managers/actions.py                |  3 ++-
freezerclient/v1/managers/backups.py                |  3 ++-
freezerclient/v1/managers/clients.py                |  3 ++-
freezerclient/v1/managers/jobs.py                   |  3 ++-
freezerclient/v1/managers/sessions.py               |  3 ++-
freezerclient/v2/client.py                          |  4 ++--
freezerclient/v2/managers/actions.py                |  3 ++-
freezerclient/v2/managers/backups.py                |  5 +++--
freezerclient/v2/managers/clients.py                |  5 +++--
freezerclient/v2/managers/jobs.py                   |  9 +++++----
freezerclient/v2/managers/sessions.py               | 11 ++++++-----
lower-constraints.txt                               |  3 ++-
releasenotes/source/conf.py                         | 13 +------------
releasenotes/source/index.rst                       |  1 +
releasenotes/source/stein.rst                       |  6 ++++++
requirements.txt                                    |  1 +
setup.cfg                                           |  5 +++--
tox.ini                                             | 12 ++++++------
32 files changed, 75 insertions(+), 78 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ff21bc5..e1834d9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,0 +8 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
+oslo.serialization>=2.25.0 # Apache-2.0






More information about the Release-announce mailing list