We are gleeful to announce the release of: python-glanceclient 2.9.1: OpenStack Image API Client Library This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-glanceclient Download the package from: https://pypi.python.org/pypi/python-glanceclient Please report issues through launchpad: https://bugs.launchpad.net/python-glanceclient For more details, please see below. Changes in python-glanceclient 2.9.0..2.9.1 ------------------------------------------- b982516 Updated from global requirements c0677ad Avoid tox_install.sh for constraints support Diffstat (except docs and test files) ------------------------------------- requirements.txt | 2 +- test-requirements.txt | 2 +- tools/tox_install.sh | 55 --------------------------------------------------- tox.ini | 7 ++++--- 4 files changed, 6 insertions(+), 60 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 40880d0..dcb1b6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ requests>=2.14.2 # Apache-2.0 -warlock!=1.3.0,<2,>=1.2.0 # Apache-2.0 +warlock<2,>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index eb76e2a..90e5904 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ reno>=2.5.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD