From e0457b73747d237d5ddbd1b8db93040d9945f490 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 24 Jan 2018 02:29:57 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I97227c5734d5ea5735ea59e488d7b058b482c2b1 --- requirements.txt | 15 ++++++++------- setup.py | 2 +- test-requirements.txt | 8 ++++---- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9097016..be96e8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,24 @@ -# The order of packages isrequirementst, because pip processes them in the order +# The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. +# The order of packages isrequirementst, because pip processes them in the order -pbr>=2.0 # Apache-2.0 +pbr!=2.1.0,>=2.0.0 # Apache-2.0 aodhclient>=0.9.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0 python-ceilometerclient>=2.5.0 # Apache-2.0 -python-cinderclient>=3.2.0 # Apache-2.0 +python-cinderclient>=3.3.0 # Apache-2.0 python-dateutil>=2.4.2 # BSD python-keystoneclient>=3.8.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-novaclient>=9.1.0 # Apache-2.0 python-mistralclient>=3.1.0 # Apache-2.0 -python-glanceclient>=2.0.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 six>=1.10.0 # MIT oslo.config>=5.1.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 testtools>=2.2.0 # MIT -oslotest>=1.10.0 # Apache-2.0 -tempest>=17.2.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 networkx<2.0,>=1.10 # BSD diff --git a/setup.py b/setup.py index 056c16c..566d844 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index e363ddc..4d7f782 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,9 +2,9 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking<0.13,>=0.12.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 # releasenotes -reno>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0