[openstack-announce] [release][stable][glance] python-glanceclient release 0.14.3 (juno)

doug at doughellmann.com doug at doughellmann.com
Mon Oct 19 19:58:58 UTC 2015


We are pumped to announce the release of:

python-glanceclient 0.14.3: OpenStack Image API Client Library

This release is part of the juno stable release series.

With source available at:

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

With package available at:

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

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

    http://launchpad.net/python-glanceclient/+milestone/0.14.3

Please report issues through launchpad:

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

Notable changes
----------------

Syncs up requirements with global-requirements in stable/juno.

Changes in python-glanceclient 0.14.2..0.14.3
---------------------------------------------

cfa75ce Update .gitreview for stable/juno
5d276b6 Updated from global requirements

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

.gitreview            |  1 +
requirements.txt      | 18 +++++++++---------
setup.py              |  1 -
test-requirements.txt | 18 +++++++++---------
4 files changed, 19 insertions(+), 19 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 4e67c80..16646cb 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,2 +4,2 @@
-pbr>=0.6,!=0.7,<1.0
-Babel>=1.3
+pbr!=0.7,<1.0,>=0.6
+Babel<=1.3,>=1.3
@@ -7,7 +7,7 @@ argparse
-PrettyTable>=0.7,<0.8
-python-keystoneclient>=0.10.0
-pyOpenSSL>=0.11
-requests>=1.2.1,!=2.4.0
-warlock>=1.0.1,<2
-six>=1.7.0
-oslo.utils>=1.0.0 # Apache-2.0
+PrettyTable<0.8,>=0.7
+python-keystoneclient<1.2.0,>=0.10.0
+pyOpenSSL<=0.13,>=0.11
+requests!=2.4.0,<=2.2.1,>=2.1.0
+warlock<2,>=1.0.1
+six<=1.9.0,>=1.7.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index db9ba39..f16ae9f 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.8.0,<0.9
+hacking<0.9,>=0.8.0
@@ -6,8 +6,8 @@ hacking>=0.8.0,<0.9
-coverage>=3.6
-discover
-mox3>=0.7.0
-mock>=1.0
-oslosphinx>=2.2.0.0a2
-sphinx>=1.1.2,!=1.2.0,<1.3
-testrepository>=0.0.18
-testtools>=0.9.34
+coverage<=3.7.1,>=3.6
+discover<=0.4.0
+mox3<=0.7.0,>=0.7.0
+mock<=1.0.1,>=1.0
+oslosphinx<2.5.0,>=2.2.0 # Apache-2.0
+sphinx!=1.2.0,<1.3,>=1.1.2
+testrepository<=0.0.20,>=0.0.18
+testtools!=1.4.0,<=1.5.0,>=0.9.34





More information about the OpenStack-announce mailing list