python-searchlightclient 2.0.1 (ussuri)
We joyfully announce the release of: python-searchlightclient 2.0.1: OpenStack Indexing and Search API Client Library This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/python-searchlightclient Download the package from: https://pypi.org/project/python-searchlightclient Please report issues through: https://storyboard.openstack.org/#!/project/openstack/python- searchlightclient For more details, please see below. Changes in python-searchlightclient 2.0.0..2.0.1 ------------------------------------------------ 0f79732 Use unittest.mock instead of third party mock 92897b3 Cleanup py27 support 125ada1 Update pep8 ignore plugins e36c940 Update hacking for Python3 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 - searchlightclient/common/utils.py | 4 ++-- searchlightclient/osc/v1/search.py | 2 +- setup.cfg | 10 +++------- setup.py | 9 --------- test-requirements.txt | 3 +-- tools/install_venv.py | 3 ++- tox.ini | 6 +++++- 13 files changed, 19 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 3298d05..0d69fbd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -9 +8,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org