[release-announce] [searchlight] python-searchlightclient 1.2.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 27 07:59:55 UTC 2017


We are glad to announce the release of:

python-searchlightclient 1.2.0: OpenStack Indexing and Search API
Client Library

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-searchlightclient

Download the package from:

    https://pypi.python.org/pypi/python-searchlightclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-searchlightclient

For more details, please see below.

Changes in python-searchlightclient 1.1.0..1.2.0
------------------------------------------------

f9208e7 Updated from global requirements
4a69ac7 Optimize the link address
f26e085 Fix output for resource type list
859509f switch to openstackdocstheme
527e7ab Move existing content to fit new layout
4dddff4 Updated from global requirements
d74e2a7 Updated from global requirements
dd523b7 Return simplified query result
7ce58d0 Removes unnecessary utf-8 coding for python-searchlightclient
2d98cee Python 3.4 support is removed
39a9889 [Fix gate]Update test requirement
043d29c Replace github with git.openstack.org
69e4c73 Add Constraints support


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

README.rst                                         | 21 +++++++--------
requirements.txt                                   | 16 ++++++------
searchlightclient/osc/v1/resource_type.py          | 16 +++++++++---
searchlightclient/v1/search.py                     |  9 +++++++
setup.cfg                                          |  2 +-
setup.py                                           |  2 +-
test-requirements.txt                              |  8 +++---
tools/tox_install.sh                               | 30 ++++++++++++++++++++++
tox.ini                                            |  9 ++++---
14 files changed, 123 insertions(+), 60 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 58a45b0..0b31fe1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,3 +5,3 @@
-Babel>=2.3.4 # BSD
-pbr>=1.8 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
+Babel!=2.4.0,>=2.3.4 # BSD
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
@@ -9,3 +9,3 @@ PrettyTable<0.8,>=0.7.1 # BSD
-oslo.i18n>=2.1.0 # Apache-2.0
-oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
@@ -13 +13 @@ python-keystoneclient>=3.8.0 # Apache-2.0
-python-openstackclient>=3.3.0 # Apache-2.0
+python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
@@ -15 +15 @@ PyYAML>=3.10.0 # MIT
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 47b27db..06e1358 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,2 +6,2 @@
-hacking<0.11,>=0.10.2
-coverage>=4.0 # Apache-2.0
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+coverage!=4.4,>=4.0 # Apache-2.0
@@ -10,2 +10,2 @@ mock>=2.0 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+openstackdocstheme>=1.11.0 # Apache-2.0
+sphinx>=1.6.2 # BSD






More information about the Release-announce mailing list