summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-28 21:32:23 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-28 21:32:23 +0000
commitbe38e4420f5c16b2b3641523504a23bb7bc002f9 (patch)
tree84a43b47a00be3056a3ac922bafc0d609a70ef5f
parent6bf29bd813c611cba9c161d3426e1cd745721676 (diff)
downloadoslo-concurrency-be38e4420f5c16b2b3641523504a23bb7bc002f9.tar.gz
Updated from global requirements
Change-Id: I537bd1a8e2905f74e989b9039c4b6a48d547e108
-rw-r--r--requirements-py3.txt18
-rw-r--r--requirements.txt18
-rw-r--r--[-rwxr-xr-x]setup.py1
-rw-r--r--test-requirements.txt12
4 files changed, 24 insertions, 25 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index f4b5693..ab94218 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -2,12 +2,12 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
-Babel>=1.3,<=1.3
-iso8601>=0.1.9,<=0.1.10
-fixtures>=0.3.14,<=1.0.0
-oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
-oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
-posix_ipc<=0.9.9
-six>=1.7.0,<=1.9.0
+pbr!=0.7,<1.0,>=0.6
+Babel<=1.3,>=1.3
+iso8601<=0.1.10,>=0.1.9
+fixtures<=1.0.0,>=0.3.14
+oslo.config<=1.6.0,>=1.4.0 # Apache-2.0
+oslo.i18n<=1.3.1,>=1.0.0 # Apache-2.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+posix-ipc<=0.9.9
+six<=1.9.0,>=1.7.0
diff --git a/requirements.txt b/requirements.txt
index f4b5693..ab94218 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,12 +2,12 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr>=0.6,!=0.7,<1.0
-Babel>=1.3,<=1.3
-iso8601>=0.1.9,<=0.1.10
-fixtures>=0.3.14,<=1.0.0
-oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
-oslo.i18n>=1.0.0,<=1.3.1 # Apache-2.0
-oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
-posix_ipc<=0.9.9
-six>=1.7.0,<=1.9.0
+pbr!=0.7,<1.0,>=0.6
+Babel<=1.3,>=1.3
+iso8601<=0.1.10,>=0.1.9
+fixtures<=1.0.0,>=0.3.14
+oslo.config<=1.6.0,>=1.4.0 # Apache-2.0
+oslo.i18n<=1.3.1,>=1.0.0 # Apache-2.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+posix-ipc<=0.9.9
+six<=1.9.0,>=1.7.0
diff --git a/setup.py b/setup.py
index 7363757..056c16c 100755..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");
diff --git a/test-requirements.txt b/test-requirements.txt
index 908f70d..e377edb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,12 +2,12 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-hacking>=0.9.1,<0.10
-oslotest>=1.1.0,<1.4.0 # Apache-2.0
-coverage>=3.6,<=3.7.1
+hacking<0.10,>=0.9.1
+oslotest<1.4.0,>=1.1.0 # Apache-2.0
+coverage<=3.7.1,>=3.6
# These are needed for docs generation
-oslosphinx>=2.2.0,<2.5.0 # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,<1.3
+oslosphinx<2.5.0,>=2.2.0 # Apache-2.0
+sphinx!=1.2.0,<1.3,>=1.1.2
-eventlet>=0.15.1,<=0.15.2
+eventlet<=0.15.2,>=0.15.1