From 2007372aed06587088cbda6083a910610a2618d4 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sun, 2 Apr 2017 01:04:58 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Icdc1a4cc8339af37a91e3eb7fc943c2c0a4be0a1 --- requirements.txt | 26 +++++++++++++------------- setup.py | 4 ++-- test-requirements.txt | 14 +++++++------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6cdcb00b..4610efaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,22 +5,22 @@ Babel>=2.3.4 # BSD iso8601>=0.1.11 # MIT jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT -keystoneauth1>=2.10.0 # Apache-2.0 -keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 +keystonemiddleware>=4.12.0 # Apache-2.0 microversion-parse>=0.1.2 # Apache-2.0 oslo.config>=3.22.0 # Apache-2.0 -oslo.db>=4.1.0 # Apache-2.0 -oslo.messaging>=5.11.0 # Apache-2.0 +oslo.db>=4.19.0 # Apache-2.0 +oslo.messaging>=5.19.0 # Apache-2.0 oslo.i18n>=2.1.0 # Apache-2.0 -oslo.log>=1.14.0 # Apache-2.0 -oslo.middleware>=3.0.0 # Apache-2.0 -oslo.policy>=0.5.0 # Apache-2.0 +oslo.log>=3.22.0 # Apache-2.0 +oslo.middleware>=3.10.0 # Apache-2.0 +oslo.policy>=1.17.0 # Apache-2.0 oslo.service>=1.10.0 # Apache-2.0 -oslo.utils>=3.11.0 # Apache-2.0 -oslo.versionedobjects>=1.13.0 # Apache-2.0 -pbr>=1.8 # Apache-2.0 -python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0 -setuptools>=16.0 # PSF/ZPL +oslo.utils>=3.20.0 # Apache-2.0 +oslo.versionedobjects>=1.17.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 +python-novaclient>=7.1.0 # Apache-2.0 +setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,>=16.0 # PSF/ZPL six>=1.9.0 # MIT -stevedore>=1.10.0 # Apache-2.0 +stevedore>=1.20.0 # Apache-2.0 taskflow>=2.7.0 # Apache-2.0 diff --git a/setup.py b/setup.py index 72097db5..566d8443 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016 NTT Data. +# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr>=1.8'], + setup_requires=['pbr>=2.0.0'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 615e4df1..72f518a6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,20 +2,20 @@ # 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.0,<0.14 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -coverage>=3.6 # Apache-2.0 +coverage>=4.0 # Apache-2.0 psycopg2>=2.5 # LGPL/ZPL -PyMySQL>=0.6.2 # MIT License +PyMySQL>=0.7.6 # MIT License python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD -oslosphinx>=2.5.0 # Apache-2.0 +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 oslotest>=1.10.0 # Apache-2.0 -requests-mock>=1.0 # Apache-2.0 +requests-mock>=1.1 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testresources>=0.2.4 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=1.4.0 # MIT # releasenotes -reno>=1.6.2 # Apache2 +reno>=1.8.0 # Apache-2.0