From 3e67a04813b8b53689f1cfc8b918bf8495f0b542 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 22 Sep 2015 03:37:59 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I4c354d368a0585a9a81f858a63983fcc980c75a5 --- requirements.txt | 20 ++++++++++---------- setup.py | 3 +-- test-requirements.txt | 18 +++++++++--------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/requirements.txt b/requirements.txt index d84cdf87..586f2ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,27 +1,27 @@ # 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. -pbr>=0.11,<2.0 +pbr>=1.6 anyjson>=0.3.3 Babel>=1.3 # The egg=tripleo-heat-templates suffix is needed by pbr's requirements # processing code http://tarballs.openstack.org/tripleo-heat-templates/tripleo-heat-templates-master.tar.gz#egg=tripleo_heat_templates -eventlet>=0.17.3 +eventlet>=0.17.4 greenlet>=0.3.2 iso8601>=0.1.9 kombu>=3.0.7 lxml>=2.3 -oslo.config>=1.11.0 # Apache-2.0 -oslo.db>=1.7.0 # Apache-2.0 -pecan>=0.8.0 -posix_ipc +oslo.config>=2.3.0 # Apache-2.0 +oslo.db>=2.4.1 # Apache-2.0 +pecan>=1.0.0 +posix-ipc python-heatclient>=0.3.0 -python-keystoneclient>=1.3.0 +python-keystoneclient>=1.6.0 PyYAML>=3.1.0 six>=1.9.0 -SQLAlchemy>=0.9.7,<=0.9.99 -sqlalchemy-migrate>=0.9.5 +SQLAlchemy<1.1.0,>=0.9.9 +sqlalchemy-migrate>=0.9.6 WebOb>=1.2.3 -WSME>=0.6 +WSME>=0.7 diff --git a/setup.py b/setup.py index 73637574..782bb21f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.8'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 29b6fc39..ee050b2a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,19 +2,19 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.9.2,<0.10 +hacking<0.10,>=0.9.2 coverage>=3.6 discover -fixtures>=0.3.14 -mock>=1.0 -oslotest>=1.5.1 # Apache-2.0 +fixtures>=1.3.1 +mock>=1.2 +oslotest>=1.10.0 # Apache-2.0 # Doc requirements -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 sphinxcontrib-pecanwsme>=0.8 -stevedore>=1.3.0 # Apache-2.0 +stevedore>=1.5.0 # Apache-2.0 testrepository>=0.0.18 -testtools>=0.9.36,!=1.2.0 +testtools>=1.4.0 unittest2 -psycopg2 -PyMySQL>=0.6.2 # MIT License +psycopg2>=2.5 +PyMySQL>=0.6.2 # MIT License