[release-announce] [nova] python-novaclient 2.30.3 (liberty)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 22 03:12:32 UTC 2016


We are psyched to announce the release of:

python-novaclient 2.30.3: Client library for OpenStack Compute API

This release is part of the liberty stable release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/python-novaclient

Download the package from:

    https://tarballs.openstack.org/python-novaclient/

Please report issues through launchpad:

    http://bugs.launchpad.net/python-novaclient

For more details, please see below.

Changes in python-novaclient 2.30.2..2.30.3
-------------------------------------------

48a8e73 Pick first image if can't find the specific image
3c27628 List system dependencies for running common tests
afde3fb Updated from global requirements
bc213fd Not transform to str on potential unicode fields
edfc989 Updated from global requirements
2bfffde force releasenotes warnings to be treated as errors
dc2b0f1 Add reno for release notes management
7acc4e9 Updated from global requirements


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

.gitignore                                  |   3 +
novaclient/utils.py                         |   4 +-
other-requirements.txt                      |  23 +++
releasenotes/notes/.placeholder             |   0
releasenotes/source/_static/.placeholder    |   0
releasenotes/source/_templates/.placeholder |   0
releasenotes/source/conf.py                 | 260 ++++++++++++++++++++++++++++
releasenotes/source/index.rst               |  18 ++
releasenotes/source/liberty.rst             |   6 +
releasenotes/source/unreleased.rst          |   5 +
requirements.txt                            |   8 +-
test-requirements.txt                       |   3 +
tox.ini                                     |  12 +-
15 files changed, 375 insertions(+), 8 deletions(-)


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

diff --git a/other-requirements.txt b/other-requirements.txt
new file mode 100644
index 0000000..da3ab7f
--- /dev/null
+++ b/other-requirements.txt
@@ -0,0 +1,23 @@
+# This is a cross-platform list tracking distribution packages needed by tests;
+# see http://docs.openstack.org/infra/bindep/ for additional information.
+
+build-essential [platform:dpkg]
+dbus-devel [platform:rpm]
+dbus-glib-devel [platform:rpm]
+gettext
+language-pack-en [platform:ubuntu]
+libdbus-1-dev [platform:dpkg]
+libdbus-glib-1-dev [platform:dpkg]
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+libuuid-devel [platform:rpm]
+locales [platform:debian]
+python-dev [platform:dpkg]
+python-devel [platform:rpm]
+python3-all-dev [platform:ubuntu !platform:ubuntu-precise]
+python3-dev [platform:dpkg]
+python3-devel [platform:fedora]
+python3.4 [platform:ubuntu-trusty]
+python3.5 [platform:ubuntu-xenial]
+python34-devel [platform:centos]
+uuid-dev [platform:dpkg]
diff --git a/requirements.txt b/requirements.txt
index ba60838..b5d6a27 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
@@ -11 +11 @@ PrettyTable<0.8,>=0.7
-requests>=2.5.2
+requests!=2.8.0,!=2.9.0,>=2.5.2
@@ -14,2 +14,2 @@ six>=1.9.0
-Babel>=1.3
-python-keystoneclient>=1.6.0
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
+python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 3bb675e..7baf616 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,0 +19,3 @@ tempest-lib>=0.8.0
+
+# releasenotes
+reno>=0.1.1 # Apache2





More information about the Release-announce mailing list