[release-announce] devstack-tools 1.2.1

no-reply at openstack.org no-reply at openstack.org
Fri Sep 10 11:12:23 UTC 2021


We are tickled pink to announce the release of:

devstack-tools 1.2.1: Devstack Helper Tools in Python

The source is available from:

    https://opendev.org/openstack/devstack-tools

Download the package from:

    https://pypi.org/project/devstack-tools

For more details, please see below.

Changes in devstack-tools 1.2.0..1.2.1
--------------------------------------

006384c setup.cfg: Replace dashes with underscores
60dc28c Update links in the README
896d04e Migrate from testr to stestr
e894b66 Switch testing to Xena testing runtime
a567028 remove unicode from code


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

.gitignore                  |  2 +-
.stestr.conf                |  3 +++
.testr.conf                 |  7 -------
.zuul.yaml                  |  3 ++-
README.rst                  |  6 +++---
releasenotes/source/conf.py | 16 ++++++++--------
setup.cfg                   |  9 +++++----
test-requirements.txt       |  2 +-
tox.ini                     | 18 +++++++++++++++---
10 files changed, 41 insertions(+), 31 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index fa22018..efde777 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ oslotest>=1.10.0 # Apache-2.0
-testrepository>=0.0.18  # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0






More information about the Release-announce mailing list