We are jazzed to announce the release of: yaql 2.0.1: YAQL - Yet Another Query Language The source is available from: https://opendev.org/openstack/yaql Download the package from: https://pypi.org/project/yaql For more details, please see below. Changes in yaql 2.0.0..2.0.1 ---------------------------- be3059e Stop using deprecated 'message' attribute in Exception b18495b Remove translation sections from setup.cfg 18138d9 Update CI to use unversioned jobs template 1803608 setup.cfg: Replace dashes by underscores bb65fc6 [community goal] Update contributor documentation a3cc95f Use py3 as the default runtime for tox b4c39c5 Replace assertItemsEqual with assertCountEqual e2dd407 Migrate from testr to stestr Diffstat (except docs and test files) ------------------------------------- .gitignore | 27 +------------------ .stestr.conf | 3 +++ .testr.conf | 7 ----- .zuul.yaml | 2 +- CONTRIBUTING.rst | 23 +++++++++------- babel.cfg | 1 - setup.cfg | 22 +++------------ test-requirements.txt | 4 +-- tox.ini | 33 ++++++++++++++++++----- yaql/cli/cli_functions.py | 6 ++--- 15 files changed, 126 insertions(+), 83 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 182f31e..7d92711 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,3 +4,0 @@ fixtures>=1.3.1 -python-subunit>=0.0.18 -testrepository>=0.0.18 -testscenarios>=0.4 @@ -8,0 +6 @@ testtools>=1.4.0 +stestr>=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org