summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-06-04 16:04:10 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-06-04 16:04:10 +0000
commitd416889d0ca73de62ffbf5ae58089795ce55ab35 (patch)
tree602b107665254639bb4bd0eb9dadf5f511de237f
parent562c41bb78f578ff9c27633c04ac6dd914c55f5a (diff)
downloadoslo-messaging-d416889d0ca73de62ffbf5ae58089795ce55ab35.tar.gz
Updated from global requirements
Change-Id: I45ceb7874228335183f1296825108c04e522e9fd
-rw-r--r--requirements-py3.txt12
-rw-r--r--requirements.txt14
-rw-r--r--test-requirements-py3.txt4
-rw-r--r--test-requirements.txt6
4 files changed, 18 insertions, 18 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 05cb050..75d708c 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -2,11 +2,11 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-oslo.config>=1.9.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
-oslo.i18n>=1.3.0 # Apache-2.0
-stevedore>=1.1.0 # Apache-2.0
+oslo.config>=1.9.3,<1.10.0 # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+stevedore>=1.3.0,<1.4.0 # Apache-2.0
# for jsonutils
six>=1.9.0
@@ -18,4 +18,4 @@ PyYAML>=3.1.0
kombu>=2.5.0
# middleware
-oslo.middleware>=0.3.0 # Apache-2.0
+oslo.middleware>=1.0.0,<1.1.0 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 4e87ee6..58652ef 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,11 +4,11 @@
pbr>=0.6,!=0.7,<1.0
-oslo.config>=1.9.0 # Apache-2.0
-oslo.utils>=1.2.0 # Apache-2.0
-oslo.serialization>=1.2.0 # Apache-2.0
-oslo.i18n>=1.3.0 # Apache-2.0
-stevedore>=1.1.0 # Apache-2.0
+oslo.config>=1.9.3,<1.10.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
+stevedore>=1.3.0,<1.4.0 # Apache-2.0
# for jsonutils
six>=1.9.0
@@ -16,7 +16,7 @@ six>=1.9.0
# FIXME(markmc): remove this when the drivers no longer
# import eventlet
-eventlet>=0.16.1
+eventlet>=0.16.1,!=0.17.0
# for the routing notifier
PyYAML>=3.1.0
@@ -26,7 +26,7 @@ PyYAML>=3.1.0
kombu>=2.5.0
# middleware
-oslo.middleware>=0.3.0 # Apache-2.0
+oslo.middleware>=1.0.0,<1.1.0 # Apache-2.0
# for the futures based executor
futures>=2.1.6
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 937c9f2..f137195 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -13,7 +13,7 @@ python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0 # Apache-2.0
+oslotest>=1.5.1,<1.6.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -22,4 +22,4 @@ coverage>=3.6
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 0b2a583..b6d3057 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,7 +13,7 @@ python-subunit>=0.0.18
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.36,!=1.2.0
-oslotest>=1.2.0 # Apache-2.0
+oslotest>=1.5.1,<1.6.0 # Apache-2.0
# for test_qpid
qpid-python
@@ -22,7 +22,7 @@ qpid-python
redis>=2.10.0
# for test_impl_zmq
-pyzmq>=14.3.1
+pyzmq>=14.3.1 # LGPL+BSD
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
@@ -31,4 +31,4 @@ coverage>=3.6
# this is required for the docs build jobs
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0