[openstack-announce] [new][searchlight] python-searchlightclient 1.0.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Tue Aug 30 21:24:47 UTC 2016
We are thrilled to announce the release of:
python-searchlightclient 1.0.0: OpenStack Indexing and Search API
Client Library
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/python-searchlightclient
Please report issues through launchpad:
http://bugs.launchpad.net/python-searchlightclient
For more details, please see below.
Changes in python-searchlightclient 0.2.1..1.0.0
------------------------------------------------
10708d2 Updated from global requirements
aa39702 Updated from global requirements
c419f60 Updated from global requirements
a3d7f6a Updated from global requirements
c3e7324 Remove discover from test-requirements
c17a2a4 Updated from global requirements
8d27913 Updated from global requirements
e7fe6f6 Use osc_lib instead of cliff
0bc93d1 Use osc-lib instead of openstackclient
17b22bc Support new facet response format
2d54972 Updated from global requirements
ae09a1a Updated from global requirements
2cedbd2 Updated from global requirements
8734ddb Updated from global requirements
8e3a91f Updated from global requirements
ac17c28 Updated from global requirements
72712de Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 10 +++++-----
searchlightclient/osc/plugin.py | 2 +-
searchlightclient/osc/v1/facet.py | 13 +++++++++----
searchlightclient/osc/v1/resource_type.py | 6 +++---
searchlightclient/osc/v1/search.py | 6 +++---
searchlightclient/v1/facets.py | 3 ++-
test-requirements.txt | 7 +++----
10 files changed, 55 insertions(+), 26 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index c463ee5..1b7a856 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-Babel>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -7 +7 @@ pbr>=1.6 # Apache-2.0
-cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
+osc-lib>=1.0.2 # Apache-2.0
@@ -11,2 +11,2 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
+python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
@@ -15 +15 @@ PyYAML>=3.1.0 # MIT
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 123c7f4..2dc9597 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8,3 +8,2 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
-mock>=1.2 # BSD
+fixtures>=3.0.0 # Apache-2.0/BSD
+mock>=2.0 # BSD
@@ -12 +11 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
More information about the OpenStack-announce
mailing list