]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Sync up with global requirements
authorJohn Griffith <john.griffith@solidfire.com>
Sat, 24 Aug 2013 16:23:29 +0000 (10:23 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 26 Aug 2013 19:34:00 +0000 (13:34 -0600)
This is a pull from openstack/requirements.

Note that pep8, pyflakes and flake8 are now specified
as deps in hacking, so we can remove those here.  Also
if we don't remove them then we run into version conflicts
when hacking tries to set things up.

Quick!!!  Before it changes again!

Change-Id: Ib35b58c01f8d5d066d559e8afe4ea02adf55db5d

cinder/db/sqlalchemy/migrate_repo/manage.py
requirements.txt
test-requirements.txt

index 86ef0e6002078a7daca86d53ccbf458e5da4eefb..546ecf462e67f15c3c169f26cf5555535279c678 100644 (file)
@@ -1,4 +1,19 @@
 #!/usr/bin/env python
+# vim: tabstop=4 shiftwidth=4 softtabstop=4
+
+# Copyright 2013 OpenStack Foundation
+#
+#    Licensed under the Apache License, Version 2.0 (the "License"); you may
+#    not use this file except in compliance with the License. You may obtain
+#    a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+#    WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+#    License for the specific language governing permissions and limitations
+#    under the License.
 
 import os
 
@@ -8,7 +23,6 @@ from cinder.openstack.common import gettextutils
 gettextutils.install('cinder', lazy=True)
 
 from cinder.db.sqlalchemy import migrate_repo
-from cinder.openstack.common.db.sqlalchemy import session
 from cinder import version
 
 from migrate.versioning.shell import main
index 8e8b9dae4ca01f2984398a9e0a97ae95a0941d2f..74f0580c577a5a42d4eb7d3bde1dd9b100e7bd1a 100644 (file)
@@ -1,26 +1,25 @@
-d2to1>=0.2.10,<0.3
-pbr>=0.5.16,<0.6
+pbr>=0.5.21,<1.0
 amqplib>=0.6.1
 anyjson>=0.3.3
 argparse
-babel>=0.9.6
-eventlet>=0.12.0
+Babel>=0.9.6
+eventlet>=0.13.0
 greenlet>=0.3.2
 iso8601>=0.1.4
-kombu>2.4.7
+kombu>=2.4.8
 lockfile>=0.8
 lxml>=2.3
 oslo.config>=1.1.0
 paramiko>=1.8.0
-paste
-pastedeploy>=1.5.0
+Paste
+PasteDeploy>=1.5.0
 python-glanceclient>=0.9.0
-python-keystoneclient>=0.2.1
-python-swiftclient>=1.2
-routes>=1.12.3
+python-keystoneclient>=0.3.0
+python-swiftclient>=1.5
+Routes>=1.12.3
 six
-sqlalchemy>=0.7,<=0.7.99
-sqlalchemy-migrate>=0.7
-stevedore>=0.9
-webob>=1.2.3,<1.3
+SQLAlchemy>=0.7.8,<=0.7.99
+sqlalchemy-migrate>=0.7.2
+stevedore>=0.10
+WebOb>=1.2.3,<1.3
 wsgiref>=0.1.2
index 98a6a67574a9b61a3b567dc112bedb1abac0da3b..ffcf7bd3072695167a2f61d36aeadc4188f627be 100644 (file)
@@ -1,18 +1,15 @@
 # Install bounded pep8/pyflakes first, then let flake8 install
-pep8==1.4.5
-pyflakes==0.7.2
-flake8==2.0
-hacking>=0.5.6,<0.6
+hacking>=0.5.6,<0.8
 coverage>=3.6
 discover
-fixtures>=0.3.12
+fixtures>=0.3.14
 hp3parclient>=1.0.0
-mock>=0.8.0
+mock>=1.0
 mox>=0.5.3
-mysql-python
+MySQL-python
 psycopg2
 sphinx>=1.1.2
 python-subunit
 testtools>=0.9.32
-testrepository>=0.0.15
+testrepository>=0.0.17
 oslo.sphinx