[release-announce] freezer_tempest_plugin 1.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 22 13:34:40 UTC 2020


We are pleased to announce the release of:

freezer_tempest_plugin 1.0.0: Tempest plugin for the freezer project.

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/freezer_tempest_plugin

Download the package from:

    https://tarballs.openstack.org/freezer-tempest-plugin/

For more details, please see below.

1.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of freezer-
  tempest-plugin to support py2.7 is OpenStack Train. The minimum
  version of Python now supported by freezer-tempest-plugin is Python
  3.5.

Changes in freezer_tempest_plugin 0.2.0..1.0.0
----------------------------------------------

e6b20bb Remove six useage
d819148 Update  README.rst for devstack
72543d2 Fix tests to use path_to_backup instead src_file
3d8fcb4 [ussuri][goal] Drop python 2.7 support and testing
3daaebe Update freezer-tempest-agent job to voting job
f391fe3 fix python3 compility issue
acd6893 Fix some python3 compatility
9c55a84 Fix  json.load() compatility issue in different python version
2531984 Fix tempest running under python3
eceef09 Fix python3 compatibility
b7a7423 Fix some Python3 compatibility issues
a408510 Update Devstack doc


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

devstack/README.rst                                | 38 ++++++++++++++++---
freezer_tempest_plugin/common.py                   |  7 +++-
.../services/freezer_api_client.py                 | 18 ++++-----
.../notes/drop-py-2-7-b64b230b4ad22d82.yaml        |  6 +++
requirements.txt                                   |  1 -
setup.cfg                                          |  4 +-
test-requirements.txt                              |  3 +-
tox.ini                                            | 10 ++---
19 files changed, 114 insertions(+), 76 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7ad2f43..d81a36f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +9,0 @@ paramiko>=2.0.0 # LGPLv2.1+
-six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index de28c91..efaff3a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,2 +7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
-sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2  # BSD






More information about the Release-announce mailing list