We are happy to announce the release of: python-searchlightclient 1.5.0: OpenStack Indexing and Search API Client Library This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-searchlightclient Download the package from: https://pypi.org/project/python-searchlightclient Please report issues through launchpad: https://storyboard.openstack.org/#!/project_group/93 For more details, please see below. Changes in python-searchlightclient 1.4.0..1.5.0 ------------------------------------------------ 76b64f3 Add py37 tox tests 5793232 Update json module to jsonutils 1be720f add python 3.7 unit test job 597eb9b Update hacking version 59fa10f Change openstack-dev to openstack-discuss de7d1f3 Add cover job 523e86e Fix tox coverage test e44ef24 Add python 3.6 unit test job 4f24458 Don't quote {posargs} in tox.ini Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 ++ README.rst | 2 ++ lower-constraints.txt | 2 +- searchlightclient/common/base.py | 2 +- searchlightclient/common/utils.py | 2 +- searchlightclient/osc/v1/search.py | 7 ++++--- searchlightclient/v1/search.py | 2 +- setup.cfg | 4 +++- test-requirements.txt | 2 +- tox.ini | 8 +++++--- 11 files changed, 22 insertions(+), 13 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 933d4bc..3298d05 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0