]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Updated (build-)depends for this release.
authorThomas Goirand <thomas@goirand.fr>
Tue, 23 Dec 2014 07:29:07 +0000 (15:29 +0800)
committerThomas Goirand <thomas@goirand.fr>
Tue, 23 Dec 2014 07:29:07 +0000 (15:29 +0800)
Rewritten-From: 592fe694c76d522123856146cd5f439dd6d70afd

xenial/debian/changelog
xenial/debian/control

index 1098a956d3d24ff750b07eac86bcec9e8c748194..409fa5b3c5d0a2761e857919463a2ae91ba72cfc 100644 (file)
@@ -1,6 +1,7 @@
 cinder (2015.1~b1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Updated (build-)depends for this release.
 
  -- Thomas Goirand <zigo@debian.org>  Tue, 23 Dec 2014 15:21:52 +0800
 
index 04698a1f2119c2cd3691d5b49b540f2fe5763da1..b42d7a2993220871916dc0bff5f5b71b508ba825 100644 (file)
@@ -19,9 +19,9 @@ Build-Depends-Indep: python-anyjson (>= 0.3.3),
                      python-coverage (>= 3.6),
                      python-crypto,
                      python-daemon,
-                     python-eventlet (>= 0.15.1),
+                     python-eventlet (>= 0.15.2),
                      python-fixtures (>= 0.3.14),
-                     python-glanceclient (>= 1:0.14.0),
+                     python-glanceclient (>= 1:0.15.0),
                      python-greenlet (>= 0.3.2),
                      python-hacking (>= 0.8.0),
                      python-iso8601 (>= 0.1.9),
@@ -35,29 +35,34 @@ Build-Depends-Indep: python-anyjson (>= 0.3.3),
                      python-mysqldb,
                      python-netaddr (>= 0.7.12),
                      python-novaclient (>= 2:2.18.0),
+                     python-oslo.concurrency (>= 0.3.0),
                      python-oslo.config (>= 1:1.4.0.0),
-                     python-oslo.db (>= 1.0.0),
+                     python-oslo.db (>= 1.1.0),
                      python-oslo.i18n (>= 1.0.0),
                      python-oslo.messaging (>= 1.4.1),
                      python-oslo.rootwrap (>= 1.3.0.0),
+                     python-oslo.serialization (>= 1.0.0),
+                     python-oslo.utils (>= 1.1.0),
                      python-oslosphinx (>= 2.2.0),
+                     python-oslotest (>= 1.2.0),
                      python-osprofiler,
                      python-paramiko (>= 1.13.0),
                      python-paste,
                      python-pastedeploy,
                      python-psycopg2,
-                     python-requests (>= 1.2.1),
+                     python-requests (>= 2.2.0),
                      python-routes,
                      python-rtslib-fb,
                      python-six (>= 1.7.0),
-                     python-sqlalchemy (>= 0.8.4),
-                     python-stevedore (>= 1.0.0),
+                     python-sqlalchemy (>= 0.9.7),
+                     python-stevedore (>= 1.1.0),
                      python-subunit (>= 0.0.18),
                      python-suds,
                      python-swiftclient (>= 1:2.2.0),
                      python-taskflow (>= 0.4),
-                     python-testtools (>= 0.9.34),
+                     python-testtools (>= 0.9.36),
                      python-webob (>= 1.2.3),
+                     python-xattr,
                      subunit (>= 0.0.18),
                      testrepository (>= 0.0.18)
 Standards-Version: 3.9.6
@@ -74,8 +79,8 @@ Depends: python-anyjson (>= 0.3.3),
          python-barbicanclient,
          python-crypto,
          python-daemon,
-         python-eventlet (>= 0.15.1),
-         python-glanceclient (>= 1:0.14.0),
+         python-eventlet (>= 0.15.2),
+         python-glanceclient (>= 1:0.15.0),
          python-greenlet (>= 0.3.2),
          python-iso8601 (>= 0.1.9),
          python-keystonemiddleware,
@@ -86,27 +91,31 @@ Depends: python-anyjson (>= 0.3.3),
          python-mysqldb,
          python-netaddr (>= 0.7.12),
          python-novaclient (>= 2:2.18.0),
+         python-oslo.concurrency (>= 0.3.0),
          python-oslo.config (>= 1:1.4.0.0),
-         python-oslo.db (>= 1.0.0),
+         python-oslo.db (>= 1.1.0),
          python-oslo.i18n (>= 1.0.0),
          python-oslo.messaging (>= 1.4.1),
          python-oslo.rootwrap (>= 1.3.0.0),
+         python-oslo.serialization (>= 1.0.0),
+         python-oslo.utils (>= 1.1.0),
          python-osprofiler,
          python-paramiko (>= 1.9.0),
          python-paste,
          python-pastedeploy,
          python-passlib,
          python-pbr (>= 0.6),
-         python-requests (>= 1.2.1),
+         python-requests (>= 2.2.0),
          python-routes,
          python-rtslib-fb,
          python-six (>= 1.7.0),
-         python-sqlalchemy (>= 0.8.4),
-         python-stevedore (>= 1.0.0),
+         python-sqlalchemy (>= 0.9.7),
+         python-stevedore (>= 1.1.0),
          python-suds,
          python-swiftclient (>= 1:2.2.0),
          python-taskflow (>= 0.4),
          python-webob (>= 1.2.3),
+         python-xattr,
          ${misc:Depends},
          ${python:Depends}
 Description: OpenStack block storage system - Python libraries