]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
* New upstream release.
authorThomas Goirand <thomas@goirand.fr>
Fri, 28 Mar 2014 10:45:17 +0000 (18:45 +0800)
committerThomas Goirand <thomas@goirand.fr>
Fri, 28 Mar 2014 15:03:40 +0000 (23:03 +0800)
  * Removed now useless fix-sqlalchemy-version patch.
  * Fixed new (build-)dependencies for this release.

Rewritten-From: 78cf6f87028586466612a0324b543b5c675c402a

xenial/debian/changelog
xenial/debian/control

index 93ac0f5c43f4e971ebed6cde84774a13b1cc8124..ee4191d3c424761f2f447dd48fe9f73a99c73a13 100644 (file)
@@ -2,6 +2,7 @@ cinder (2014.1~rc1-1) experimental; urgency=low
 
   * New upstream release.
   * Removed now useless fix-sqlalchemy-version patch.
+  * Fixed new (build-)dependencies for this release.
 
  -- Thomas Goirand <zigo@debian.org>  Fri, 28 Mar 2014 18:40:20 +0800
 
index 002c657c2db7a1dfe73dbebe583ae7965a3c7f4f..909e8168c8fd4fb492d63dd877125f0e0ed36657 100644 (file)
@@ -11,12 +11,9 @@ Build-Depends: debhelper (>= 8.0.0),
                python-all (>= 2.6.6-3~),
                python-pbr (>= 0.6),
                python-setuptools
-Build-Depends-Indep: pep8 (>= 1.3.3),
-                     pylint,
-                     python-amqplib,
+Build-Depends-Indep: python-amqplib,
                      python-anyjson (>= 0.3.3),
                      python-babel (>= 1.3),
-                     python-cheetah,
                      python-coverage (>= 3.6),
                      python-daemon,
                      python-eventlet (>= 0.13.0),
@@ -26,7 +23,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-hacking (>= 0.8.0),
                      python-hp3parclient (>= 3.0),
                      python-hplefthandclient,
-                     python-iso8601 (>= 0.1.8),
+                     python-iso8601 (>= 0.1.9),
                      python-keystoneclient (>= 1:0.6.0),
                      python-kombu (>= 2.5.12),
                      python-lockfile,
@@ -36,18 +33,18 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-mox,
                      python-mysqldb,
                      python-netaddr,
-                     python-nose,
-                     python-novaclient (>= 2:2.15.0),
+                     python-novaclient (>= 2:2.17.0),
                      python-oslo.config (>= 1:1.2.1),
-                     python-oslo.sphinx,
+                     python-oslosphinx,
+                     python-oslo.messaging (>= 1.3.0~a9),
                      python-oslo.rootwrap,
                      python-paramiko (>= 1.9.0),
                      python-paste,
                      python-pastedeploy,
                      python-psycopg2,
+                     python-requests (>= 1.1),
                      python-routes,
                      python-rtslib-fb,
-                     python-setuptools-git,
                      python-six (>= 1.5.2),
                      python-sphinx,
                      python-sqlalchemy,
@@ -58,6 +55,7 @@ Build-Depends-Indep: pep8 (>= 1.3.3),
                      python-taskflow (>= 0.1.3),
                      python-testtools (>= 0.9.34),
                      python-webob (>= 1.2.3),
+                     subunit (>= 0.0.18),
                      testrepository (>= 0.0.18)
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/cinder.git;a=summary
@@ -71,12 +69,11 @@ Pre-Depends: dpkg (>= 1.15.6~)
 Depends: python-amqplib,
          python-anyjson (>= 0.3.3),
          python-babel (>= 1.3),
-         python-cheetah,
          python-daemon,
          python-eventlet (>= 0.13.0),
          python-glanceclient (>= 1:0.9.0),
          python-greenlet (>= 0.3.2),
-         python-iso8601 (>= 0.1.8),
+         python-iso8601 (>= 0.1.9),
          python-keystoneclient (>= 1:0.6.0),
          python-kombu (>= 2.5.12),
          python-lockfile,
@@ -84,8 +81,9 @@ Depends: python-amqplib,
          python-migrate (>= 0.8.2),
          python-mysqldb,
          python-netaddr,
-         python-novaclient (>= 2:2.15.0),
+         python-novaclient (>= 2:2.17.0),
          python-oslo.config (>= 1:1.2.1),
+         python-oslo.messaging (>= 1.3.0~a9),
          python-oslo.rootwrap,
          python-paramiko (>= 1.9.0),
          python-paste,
@@ -93,6 +91,7 @@ Depends: python-amqplib,
          python-pbr (>= 0.6),
          python-routes,
          python-rtslib-fb,
+         python-requests (>= 1.1),
          python-six (>= 1.5.2),
          python-sqlalchemy,
          python-stevedore (>= 0.14),