[release-announce] [openstackclient] osc-lib 1.4.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 20 10:05:45 UTC 2017


We are gleeful to announce the release of:

osc-lib 1.4.0: OpenStackClient Library

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/osc-lib

Download the package from:

    https://pypi.python.org/pypi/osc-lib

Please report issues through launchpad:

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

For more details, please see below.

1.4.0
^^^^^

Changes in osc-lib 1.3.0..1.4.0
-------------------------------

4d8fbe6 Add MultiKeyValueCommaAction to osc-lib
5f2ef31 Add more API support
17b1cf3 Add formattable column base classes
18d8694 Updated from global requirements
a2f2696 Updated from global requirements
ffd548c Avoid to authenticate twice
7881c8a Change noauth strategy for plugin loading
6face4c Nit: Reorder some util methods in alphabetic order
9c60f85 Using assertIsNone() instead of assertEqual(None)
ce84378 Fix find_resource exception handling on numeric names with kwargs
11b6e92 Util methods for column name backward compatibility
b5acd95 The python 3.5 is added
d8a7a3f Updated from global requirements
fafa06c Updated from global requirements
640c3ce Pass ssl values through to OCC
e45dc87 Avoid 'NoneType' error when format conversion
8b5f50d Updated from global requirements
f60cc09 Update reno for stable/ocata
d378877 Updated from global requirements
1371b5b Updated from global requirements


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

osc_lib/api/api.py                                 |  44 ++++-
osc_lib/cli/format_columns.py                      |  47 +++++
osc_lib/cli/parseractions.py                       |  71 +++++++
osc_lib/clientmanager.py                           |  23 ++-
osc_lib/exceptions.py                              |   5 +
osc_lib/shell.py                                   |  13 +-
osc_lib/utils.py                                   | 157 +++++++++++++---
...KeyValueCommaAction-class-01dd254a287d70d2.yaml |   6 +
releasenotes/source/index.rst                      |   1 +
releasenotes/source/ocata.rst                      |   6 +
requirements.txt                                   |  10 +-
setup.cfg                                          |   1 -
setup.py                                           |   2 +-
test-requirements.txt                              |   2 +-
tox.ini                                            |   2 +-
18 files changed, 710 insertions(+), 62 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2a09296..0ea34a6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.8 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
@@ -7 +7 @@ six>=1.9.0 # MIT
-Babel>=2.3.4 # BSD
+Babel!=2.4.0,>=2.3.4 # BSD
@@ -9 +9 @@ cliff>=2.3.0 # Apache-2.0
-keystoneauth1>=2.16.0 # Apache-2.0
+keystoneauth1>=2.18.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.18.0 # Apache-2.0
+oslo.utils>=3.20.0 # Apache-2.0
@@ -14 +14 @@ simplejson>=2.2.0 # MIT
-stevedore>=1.17.1 # Apache-2.0
+stevedore>=1.20.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d638237..b0f04ea 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11 +11 @@ requests-mock>=1.1 # Apache-2.0
-sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
+sphinx>=1.5.1 # BSD





More information about the Release-announce mailing list