[release-announce] bashate 2.1.0

no-reply at openstack.org no-reply at openstack.org
Mon Sep 13 08:30:27 UTC 2021


We are overjoyed to announce the release of:

bashate 2.1.0: A pep8 equivalent for bash scripts

The source is available from:

    https://opendev.org/openstack/bashate

Download the package from:

    https://pypi.org/project/bashate

For more details, please see below.

Changes in bashate 2.0.0..2.1.0
-------------------------------

8f9b2fb Update IRC network to OFTC
ff82480 Fix doc job
569be88 Switch testing to Xena testing runtime
189aadd [CI] Make bashate-devstack job voting and gating
ceea480 setup.cfg: Replace dashes with underscores
421af4b Add ensure-tox role to test job
4e5de6a Changed minversion in tox to 3.18.0
069d60a remove unicode from code
389f891 Add Python3 wallaby unit tests
4a02a84 Create tox environment to build pdf documentation
b920900 Remove obsolete files
4ef452b drop mock from lower-constraints and requirements
24944d3 Stop to use the __future__ module.
6a3769e Switch to newer openstackdocstheme and reno versions
e57a429 Fix hacking min version to 3.0.1
c46e54f Switch testing to Victoria testing runtime
060abe4 [ussuri][goal] Update contributor documentation
e4162c2 Cleanup py27 support
48c348d Update hacking for Python3


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

.zuul.d/jobs.yaml                          |  8 +++--
CONTRIBUTING.rst                           | 26 +++++++++------
babel.cfg                                  |  1 -
bashate/bashate.py                         | 33 +++++++++----------
bindep.txt                                 |  2 ++
openstack-common.conf                      |  6 ----
playbooks/bashate-devstack-master/run.yaml |  2 ++
releasenotes/source/conf.py                | 30 ++++++++---------
requirements.txt                           |  1 -
setup.cfg                                  | 34 ++++---------------
setup.py                                   |  9 -----
test-requirements.txt                      |  6 +---
tox.ini                                    | 21 ++++++++----
20 files changed, 160 insertions(+), 126 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7acf1b0..6de9f4e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +5,0 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-Babel!=2.4.0,>=2.3.4 # BSD
diff --git a/test-requirements.txt b/test-requirements.txt
index 7ca50ae..e2270b0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5 @@
-hacking<0.11,>=0.10.0
-mock>=1.2
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -12,2 +10,0 @@ python-subunit>=0.0.18
-sphinx!=1.6.6,!=1.6.7,!=2.1.0  # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
@@ -16 +12,0 @@ stestr>=1.0.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list