We are amped to announce the release of: python-openstackclient 1.0.5: OpenStack Command-line Client This release is part of the kilo stable release series. With source available at: https://git.openstack.org/cgit/openstack/python-openstackclient Please report issues through launchpad: https://bugs.launchpad.net/python-openstackclient For more details, please see below. Changes in python-openstackclient 1.0.4..1.0.5 ---------------------------------------------- be9b49e Updated from global requirements a5f77f1 Updated from global requirements d9240cb Updated from global requirements 0835319 Updated from global requirements dd529b9 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- requirements.txt | 28 ++++++++++++++-------------- setup.py | 1 - test-requirements.txt | 16 ++++++++-------- 3 files changed, 22 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 15024d4..b62a351 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr>=0.6,!=0.7,<1.0 +pbr!=0.7,<1.0,>=0.6 @@ -8,13 +8,13 @@ Babel>=1.3 -cliff>=1.10.0,<1.11.0 # Apache-2.0 -cliff-tablib>=1.0 -oslo.config>=1.9.3,<1.10.0 # Apache-2.0 -oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 -oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 -python-glanceclient>=0.15.0,<0.18.0 -python-keystoneclient>=1.1.0,<1.4.0 -python-novaclient>=2.22.0,<2.24.0 -python-cinderclient>=1.1.0,<1.2.0 -python-neutronclient>=2.3.11,<2.5.0 -requests>=2.2.0,!=2.4.0 -stevedore>=1.3.0,<1.4.0 # Apache-2.0 +cliff<1.11.0,>=1.10.0 # Apache-2.0 +cliff-tablib<2.0,>=1.0 +oslo.config<1.10.0,>=1.9.3 # Apache-2.0 +oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0 +oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0 +oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0 +python-glanceclient<0.18.0,>=0.15.0 +python-keystoneclient<1.4.0,>=1.2.0 +python-novaclient<2.24.0,>=2.22.0 +python-cinderclient<1.2.0,>=1.1.0 +python-neutronclient<2.5.0,>=2.4.0 +requests!=2.4.0,<2.8.0,>=2.2.0 +stevedore<1.4.0,>=1.3.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index cbbac96..d9deba3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0 @@ -8,6 +8,6 @@ discover -fixtures>=0.3.14 -mock>=1.0 -oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 -oslotest>=1.5.1,<1.6.0 # Apache-2.0 -requests-mock>=0.6.0 # Apache-2.0 -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +fixtures<1.3.0,>=0.3.14 +mock<1.1.0,>=1.0 +oslosphinx<2.6.0,>=2.5.0 # Apache-2.0 +oslotest<1.6.0,>=1.5.1 # Apache-2.0 +requests-mock>=0.6.0 # Apache-2.0 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 @@ -15 +15 @@ testrepository>=0.0.18 -testtools>=0.9.36,!=1.2.0 +testtools!=1.2.0,<2.0.0,>=0.9.36