[openstack-announce] [release][stable][nova] python-novaclient release 2.23.2 (kilo)

doug at doughellmann.com doug at doughellmann.com
Mon Aug 10 14:34:44 UTC 2015


We are pleased to announce the release of:

python-novaclient 2.23.2: Client library for OpenStack Compute API

This release is part of the kilo stable release series.

With source available at:

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

With package available at:

    https://pypi.python.org/pypi/python-novaclient

For more details, please see the git log history below and:

    http://launchpad.net/python-novaclient/+milestone/2.23.2

Please report issues through launchpad:

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

Changes in python-novaclient 2.23.1..2.23.2
-------------------------------------------

4ab9db6 Updated from global requirements

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

requirements.txt      | 10 +++++-----
setup.py              |  1 -
test-requirements.txt | 16 ++++++++--------
3 files changed, 13 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 324426b..9f20356 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
@@ -9,3 +9,3 @@ oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
-PrettyTable>=0.7,<0.8
-requests>=2.2.0,!=2.4.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+PrettyTable<0.8,>=0.7
+requests!=2.4.0,>=2.2.0
@@ -15 +15 @@ Babel>=1.3
-python-keystoneclient>=1.1.0
+python-keystoneclient<1.4.0,>=1.2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4e98dec..542a18e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -8,2 +8,2 @@ discover
-fixtures>=0.3.14
-keyring>=2.1,!=3.3
+fixtures<1.3.0,>=0.3.14
+keyring!=3.3,>=2.1
@@ -11,3 +11,3 @@ mock<1.1.0,>=1.0
-requests-mock>=0.5.1  # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0  # Apache-2.0
+requests-mock>=0.6.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
@@ -16,2 +16,2 @@ testscenarios>=0.4
-testtools>=0.9.36,!=1.2.0
-tempest-lib>=0.3.0
+testtools!=1.2.0,>=0.9.36
+tempest-lib<0.5.0,>=0.4.0





More information about the OpenStack-announce mailing list