We are satisfied to announce the release of: validations-libs 1.3.0: A common library for the validations framework The source is available from: https://opendev.org/openstack/validations-libs Download the package from: https://tarballs.openstack.org/validations-libs/ For more details, please see below. Changes in validations-libs 1.2.0..1.3.0 ---------------------------------------- 07e484a Triggering the 'tripleo-ci-centos-8-undercloud-containers' 0755887 Unit test refactor e4b5dc3 Add CLI auto generated documentation using Cliff c46c903 Add Products metadata key management 3928305 Add Categories metadata key management 8c7651e Add missing font for PDF generation 6f4a203 Build containers in gate - to match check 2f3b09d Remove convert_data function e11b458 add spinner to highlight progress 753e7f0 improve vagrant functionality b2a9d71 Test cross contamination prevention 27a20e5 reqcheck job is now voting 8a87da1 fix var name in logging statement bf95674 Fix history list sub command when not using the default log dir 583fad7 Simplification of the log path handling by the ValidationLog class 357697d Handle backward compatibility for Cliff 2.16.0 (stable/train) 56bb1a0 Coverage change job 334c8f3 Remove content-provider to decrease CI time 9db02eb Fix a regression in the ShowGroup sub-command 0a7a45f Fix VALIDATIONS_LOG_BASEDIR constant when $HOME is undefined db0c727 Correct the tox option for skipping sdist generation a9515a3 get_formatted_data optimization 9c19f7d Literal substituted with DEFAULT_VALIDATIONS_BASEDIR b425c3a Module docstring for validation_libs.constants db65bae Filling license info for Ansible and Pyflakes Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 40 +++- Vagrantfile.centos | 28 +-- Vagrantfile.ubuntu | 28 +-- bindep.txt | 3 + playbooks/coverchange.yaml | 100 +++++++++ requirements.txt | 2 +- test-requirements.txt | 2 +- tox.ini | 2 +- validations_libs/cli/base.py | 10 +- validations_libs/cli/common.py | 41 +++- validations_libs/cli/history.py | 7 +- validations_libs/cli/lister.py | 28 ++- validations_libs/cli/run.py | 55 +++-- validations_libs/cli/show.py | 63 ++++-- validations_libs/constants.py | 15 +- validations_libs/utils.py | 216 ++++++++++++------ validations_libs/validation.py | 124 +++++++++-- validations_libs/validation_actions.py | 258 +++++++++++++++------- validations_libs/validation_logs.py | 54 +++-- 34 files changed, 1221 insertions(+), 399 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 6c0cd81..616ab82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ PyYAML>=3.13 # MIT -ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 +ansible>=2.8,!=2.8.9,!=2.9.12,<2.10.0 # GPLv3+ diff --git a/test-requirements.txt b/test-requirements.txt index ceccf64..72a3433 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ hacking>=3.0,<3.1.0 # Apache-2.0 -pyflakes>=2.1.1 +pyflakes>=2.1.1 # MIT
participants (1)
-
no-reply@openstack.org