From 67ce2a3d488f913cb777243e685780d7b2d80de3 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Jul 2015 01:38:05 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I890bd06f940ad516b3abadebbe6182eb4ded0897 --- requirements.txt | 6 +++--- setup.py | 2 +- test-requirements.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e361167..f004c7d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 alembic>=0.7.2 Babel>=1.3 @@ -18,13 +18,13 @@ oslo.context>=0.2.0 # Apache-2.0 oslo.db>=1.12.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 oslo.log>=1.2.0 # Apache-2.0 -oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0 +oslo.messaging>=1.16.0 # Apache-2.0 oslo.middleware!=2.0.0,>=1.2.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.rootwrap>=2.0.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.service>=0.1.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 paramiko>=1.13.0 requests>=2.5.2 python-barbicanclient>=3.0.1 diff --git a/setup.py b/setup.py index 056c16c2..d8080d05 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.3'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 4a4850a2..8f94de7e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,9 +14,9 @@ fixtures>=1.3.1 mock>=1.1;python_version!='2.6' mock==1.0.1;python_version=='2.6' oslosphinx>=2.5.0 # Apache-2.0 -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0 psycopg2 -pylint==1.4.1 # GNU GPL v2 +pylint==1.4.4 # GNU GPL v2 rfc3986>=0.2.0 # Apache-2.0 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinxcontrib-httpdomain