summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-02-12 15:01:22 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-02-12 15:01:22 +0000
commitd1901be43eb33f685996fc568e2148ab091a5c57 (patch)
tree45a6650098c4049617389e4e591476391bcd9688
parent55ea9c74ea93958b447e0d540afb4264baa46bcf (diff)
downloadoslo-incubator-d1901be43eb33f685996fc568e2148ab091a5c57.tar.gz
Updated from global requirements
Change-Id: Ibac51e01e59fe8cfdef9da8387d3a7a014b6f147
-rw-r--r--requirements-py3.txt36
-rw-r--r--requirements.txt42
-rw-r--r--test-requirements-py3.txt12
-rw-r--r--test-requirements.txt14
4 files changed, 52 insertions, 52 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt
index f6690e6e..8ab0059c 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -2,26 +2,26 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-alembic>=0.6.4
-anyjson>=0.3.3
+alembic>=0.6.4,<=0.7.4
+anyjson>=0.3.3,<=0.3.3
argparse
-Babel>=1.3
-greenlet>=0.3.2
-iso8601>=0.1.9
-Jinja2
-kombu>=2.5.0
-lockfile>=0.8
-netaddr>=0.7.12
-oslo.config>=1.4.0 # Apache-2.0
-PasteDeploy>=1.5.0
+Babel>=1.3,<=1.3
+greenlet>=0.3.2,<=0.4.2
+iso8601>=0.1.9,<=0.1.10
+Jinja2<=2.7.2
+kombu==3.0.7
+lockfile>=0.8,<=0.8
+netaddr>=0.7.12,<=0.7.13
+oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
+PasteDeploy>=1.5.0,<=1.5.2
pbr>=0.6,!=0.7,<1.0
-posix_ipc
+posix_ipc<=0.9.9
PrettyTable>=0.7,<0.8
-pycrypto>=2.6
-requests>=1.2.1,!=2.4.0
-Routes>=1.12.3,!=2.0
-six>=1.7.0
+pycrypto>=2.6,<=2.6.1
+requests>=1.2.1,!=2.4.0,<=2.2.1
+Routes>=1.12.3,!=2.0,<=2.1
+six>=1.7.0,<=1.9.0
SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6
sqlalchemy-migrate==0.9.1
-stevedore>=1.0.0 # Apache-2.0
-WebOb>=1.2.3
+stevedore>=1.0.0,<=1.2.0 # Apache-2.0
+WebOb>=1.2.3,<=1.3.1
diff --git a/requirements.txt b/requirements.txt
index 157043ea..52e5b2db 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,28 +3,28 @@
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
-alembic>=0.6.4
-anyjson>=0.3.3
+alembic>=0.6.4,<=0.7.4
+anyjson>=0.3.3,<=0.3.3
argparse
-Babel>=1.3
-eventlet>=0.15.1,<0.16.0
-greenlet>=0.3.2
-iso8601>=0.1.9
-Jinja2
-kombu>=2.5.0
-lockfile>=0.8
-netaddr>=0.7.12
-oslo.config>=1.4.0 # Apache-2.0
-PasteDeploy>=1.5.0
-posix_ipc
+Babel>=1.3,<=1.3
+eventlet>=0.15.1,<=0.15.2
+greenlet>=0.3.2,<=0.4.2
+iso8601>=0.1.9,<=0.1.10
+Jinja2<=2.7.2
+kombu==3.0.7
+lockfile>=0.8,<=0.8
+netaddr>=0.7.12,<=0.7.13
+oslo.config>=1.4.0,<=1.6.0 # Apache-2.0
+PasteDeploy>=1.5.0,<=1.5.2
+posix_ipc<=0.9.9
PrettyTable>=0.7,<0.8
-pycadf>=0.6.0
-pycrypto>=2.6
-qpid-python
-requests>=1.2.1,!=2.4.0
-Routes>=1.12.3,!=2.0
-six>=1.7.0
+pycadf>=0.6.0,<0.7.0 # Apache-2.0
+pycrypto>=2.6,<=2.6.1
+qpid-python<=0.26.1
+requests>=1.2.1,!=2.4.0,<=2.2.1
+Routes>=1.12.3,!=2.0,<=2.1
+six>=1.7.0,<=1.9.0
SQLAlchemy>=0.8.4,<=0.9.99,!=0.9.0,!=0.9.1,!=0.9.2,!=0.9.3,!=0.9.4,!=0.9.5,!=0.9.6
sqlalchemy-migrate==0.9.1
-stevedore>=1.0.0 # Apache-2.0
-WebOb>=1.2.3
+stevedore>=1.0.0,<=1.2.0 # Apache-2.0
+WebOb>=1.2.3,<=1.3.1
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index 48c2b5e4..1f2fa340 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -2,14 +2,14 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-coverage>=3.6
+coverage>=3.6,<=3.7.1
discover
-fixtures>=0.3.14
+fixtures>=0.3.14,<=1.0.0
hacking>=0.9.1,<0.10
oslotest>=1.1.0 # Apache-2.0
pyzmq>=14.3.1 # LGPL+BSD
-redis
-simplejson>=2.2.0
+redis<=2.10.3
+simplejson>=2.2.0,<=3.3.1
sphinx>=1.1.2,!=1.2.0,<1.3
-testrepository>=0.0.18
-testtools>=0.9.34,!=1.4.0
+testrepository>=0.0.18,<=0.0.20
+testtools>=0.9.34,!=1.4.0,<=1.5.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 2cdeeb6f..cb5c2819 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,18 +2,18 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-coverage>=3.6
+coverage>=3.6,<=3.7.1
discover
-fixtures>=0.3.14
+fixtures>=0.3.14,<=1.0.0
hacking>=0.9.1,<0.10
-MySQL-python
+MySQL-python<=1.2.3
oslosphinx>=2.2.0 # Apache-2.0
oslotest>=1.1.0 # Apache-2.0
pylint==0.25.2
pyzmq>=14.3.1 # LGPL+BSD
-redis
-simplejson>=2.2.0
+redis<=2.10.3
+simplejson>=2.2.0,<=3.3.1
sphinx>=1.1.2,!=1.2.0,<1.3
-testrepository>=0.0.18
+testrepository>=0.0.18,<=0.0.20
testscenarios>=0.4
-testtools>=0.9.34,!=1.4.0
+testtools>=0.9.34,!=1.4.0,<=1.5.0