[release-announce] [solum] python-solumclient 2.5.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Thu Aug 3 01:57:02 UTC 2017
We are gleeful to announce the release of:
python-solumclient 2.5.0: Client library for Solum API
This release is part of the pike stable release series.
Download the package from:
https://tarballs.openstack.org/python-solumclient/
For more details, please see below.
Changes in python-solumclient 2.4.0..2.5.0
------------------------------------------
a3b4987 Updated from global requirements
ba312e9 Update the documentation link for doc migration
adcea3e Replace uuid.uuid4() with uuidutils.generate_uuid()
b1216b6 Fixed wrap from taking negative values
0e12344 Move installation and uasge to README.rst
de49201 switch to openstackdocstheme
5e91ba7 Updated from global requirements
2b59566 import content from cli-reference in openstack-manuals
1c89908 move existing content into the new standard structure
275ffad Turn on warning-is-error in sphinx build
a092c91 Updated from global requirements
444e17a Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 4 +-
HACKING.rst | 2 +-
README.rst | 21 +++++++-
requirements.txt | 4 +-
setup.cfg | 1 +
solumclient/common/cliutils.py | 2 +
solumclient/i18n.py | 2 +-
test-requirements.txt | 4 +-
17 files changed, 200 insertions(+), 53 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8547d5d..145d4ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.config>=4.0.0 # Apache-2.0
+oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
@@ -13 +13 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
-requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
+requests>=2.14.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 167ee69..438c2f8 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,2 +9,2 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.6.1,>=1.5.1 # BSD
-oslosphinx>=4.7.0 # Apache-2.0
+openstackdocstheme>=1.16.0 # Apache-2.0
+sphinx>=1.6.2 # BSD
More information about the Release-announce
mailing list