[release-announce] [openstackclient] osc-lib 1.3.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Wed Jan 11 17:21:57 UTC 2017


We jubilantly announce the release of:

osc-lib 1.3.0: OpenStackClient Library

This release is part of the ocata 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.

Changes in osc-lib 1.2.0..1.3.0
-------------------------------

54e147c To display image size in human friendly format
f6c357d Don't call formatters on None value
52e7aa6 Include OSC additions 2
3fdc5b1 Include OSC additions
f999ba2 Add deprecated_option_warning() method to Command
572eddc Calls to federated service providers using Keystone-to-Keystone
c6a3990 Add Constraints support
607558a Updated from global requirements
09a0102 Updated from global requirements
1e063ad Updated from global requirements
25953aa Don't include openstack/common in flake8 exclude list
9e7e8af Fix version import in releasenotes
e9a620a Remove os-client-config hacks for 1.19.x and 1.20.x
bde6566 Updated from global requirements
2aee0ce Updated from global requirements
5b0f4d2 Allow passing app_name and app_version for useragent
fe8b2a7 Avoid string actions on non-string objects
371fed5 Updated from global requirements
f0d0a4d Updated from global requirements
a32e37f Updated from global requirements


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

osc_lib/__init__.py                     |  9 ++--
osc_lib/api/auth.py                     | 23 +++++++++
osc_lib/cli/client_config.py            | 85 +++++++++++++++------------------
osc_lib/clientmanager.py                | 27 +++++++++--
osc_lib/command/command.py              |  7 +++
osc_lib/shell.py                        | 23 +++++++++
osc_lib/utils.py                        | 34 ++++++++++++-
osc_lib/version.py                      | 19 ++++++++
releasenotes/source/conf.py             |  2 +-
requirements.txt                        | 10 ++--
test-requirements.txt                   |  4 +-
tools/tox_install.sh                    | 30 ++++++++++++
tox.ini                                 |  8 ++--
17 files changed, 286 insertions(+), 79 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index d3809ae..2a09296 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
@@ -8,3 +8,3 @@ Babel>=2.3.4 # BSD
-cliff>=2.2.0 # Apache-2.0
-keystoneauth1>=2.10.0 # Apache-2.0
-os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,!=1.21.0,>=1.13.1 # Apache-2.0
+cliff>=2.3.0 # Apache-2.0
+keystoneauth1>=2.16.0 # Apache-2.0
+os-client-config>=1.22.0 # Apache-2.0
@@ -12 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0a11e42..d638237 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -20 +20 @@ oslosphinx>=4.7.0 # Apache-2.0
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list