From e629730aa5e1667f78dbfdc77498a9ba2bb414c8 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 5 Nov 2014 15:28:13 +0100 Subject: [PATCH] fix links and requirements to latest versions --- CONTRIBUTING.rst | 2 +- requirements.txt | 3 ++- test-requirements.txt | 9 +++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 88b16aa..190e92a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/oslo + https://bugs.launchpad.net/oslo.context diff --git a/requirements.txt b/requirements.txt index 614c804..95137a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -Babel>=0.9.6 +pbr>=0.6,!=0.7,<1.0 +Babel>=1.3 diff --git a/test-requirements.txt b/test-requirements.txt index 374d32a..7793b38 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,9 +2,10 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.5.6,<0.8 -oslotest +hacking>=0.9.1,<0.10 +oslotest>=1.2.0 # Apache-2.0 +coverage>=3.6 # These are needed for docs generation -oslosphinx -sphinx>=1.1.2,!=1.2.0,<1.3 +oslosphinx>=2.2.0 # Apache-2.0 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3