]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Bumped python-six minimal requirements to 1.6.0.
authorThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:39:38 +0000 (15:39 +0000)
committerThomas Goirand <thomas@goirand.fr>
Mon, 9 Jun 2014 15:39:38 +0000 (15:39 +0000)
Rewritten-From: 721b02a3ed92cb2c604ac8d6763ef8813eb1f90b

xenial/debian/changelog
xenial/debian/control

index 9fbdf6846f18d47f200ec8810be1eb5ad089f89e..2e7b3da9260eaa2b1e638bba186fd919f2925d9f 100644 (file)
@@ -3,6 +3,7 @@ cinder (2014.1.1-1) unstable; urgency=medium
   * New upstream release.
   * Removed fallback-to-None-on-missing-Glance-image-attrs.patch applied
     upstream.
+  * Bumped python-six minimal requirements to 1.6.0.
 
  -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 22:08:57 +0800
 
index eded27b0100522f2945f0c92eee0acc2b713e4cb..751bad8dfc0295e26fe88cb4946ae1bd89a1b559 100644 (file)
@@ -46,7 +46,7 @@ Build-Depends-Indep: python-amqplib,
                      python-requests (>= 1.1),
                      python-routes,
                      python-rtslib-fb,
-                     python-six (>= 1.5.2),
+                     python-six (>= 1.6.0),
                      python-sqlalchemy,
                      python-stevedore (>= 0.14),
                      python-subunit (>= 0.0.18),
@@ -92,7 +92,7 @@ Depends: python-amqplib,
          python-requests (>= 1.1),
          python-routes,
          python-rtslib-fb,
-         python-six (>= 1.5.2),
+         python-six (>= 1.6.0),
          python-sqlalchemy,
          python-stevedore (>= 0.14),
          python-suds,