]> review.fuel-infra Code Review - openstack-build/neutron-lbaas-build.git/commitdiff
Packaging Newton b2, fixed build-depends.
authorThomas Goirand <zigo@debian.org>
Sat, 16 Jul 2016 12:12:38 +0000 (14:12 +0200)
committerThomas Goirand <zigo@debian.org>
Sat, 16 Jul 2016 12:12:38 +0000 (14:12 +0200)
Rewritten-From: e5761b9e0a0817d5458f909ad46ef2639e88df26

xenial/debian/changelog
xenial/debian/control

index f3b263bb91771f4f8ddfa7918ac838801cb9b731..89f3e2c9f67c71a238487b48c0f8d6d5a1f8df91 100644 (file)
@@ -1,5 +1,7 @@
 neutron-lbaas (1:9.0.0~b2-1) experimental; urgency=medium
 
+  * New upstream release.
+  * Fixed (build-)depends for this release.
   * Fixed short descriptions.
 
  -- Thomas Goirand <zigo@debian.org>  Wed, 29 Jun 2016 20:15:54 +0000
index e3edbb4b2fdc87a8de100776c919ace496d621cd..152e61039d91cd556492bc5c6e0d759482623feb 100644 (file)
@@ -15,25 +15,26 @@ Build-Depends: debhelper (>= 9),
 Build-Depends-Indep: alembic (>= 0.8.4),
                      python-barbicanclient (>= 4.0.0),
                      python-coverage,
+                     python-cryptography (>= 1.0),
                      python-eventlet (>= 0.18.4),
-                     python-fixtures (>= 1.3.1),
+                     python-fixtures (>= 3.0.0),
                      python-hacking (>= 0.10.0),
-                     python-keystoneauth1 (>= 2.1.0),
-                     python-mock (>= 1.3),
+                     python-keystoneauth1 (>= 2.7.0),
+                     python-mock (>= 2.0),
                      python-mysqldb,
                      python-netaddr (>= 0.7.12),
                      python-neutron (>= 2:9.0.0~b1),
-                     python-neutron-lib (>= 0.1.0),
+                     python-neutron-lib (>= 0.2.0),
                      python-openssl (>= 0.14),
-                     python-oslo.concurrency (>= 3.5.0),
-                     python-oslo.config (>= 1:3.9.0),
+                     python-oslo.concurrency (>= 3.8.0),
+                     python-oslo.config (>= 1:3.12.0),
                      python-oslo.db (>= 4.1.0),
                      python-oslo.log (>= 1.14.0),
-                     python-oslo.messaging (>= 4.5.0),
+                     python-oslo.messaging (>= 5.2.0),
                      python-oslo.reports (>= 0.6.0),
                      python-oslo.serialization (>= 1.10.0),
                      python-oslo.service (>= 1.10.0),
-                     python-oslo.utils (>= 3.5.0),
+                     python-oslo.utils (>= 3.15.0),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.10.0),
                      python-psycopg2,
@@ -41,7 +42,7 @@ Build-Depends-Indep: alembic (>= 0.8.4),
                      python-pyasn1-modules,
                      python-pymysql,
                      python-requests (>= 2.10.0),
-                     python-requests-mock (>= 0.7.0),
+                     python-requests-mock (>= 1.0),
                      python-six (>= 1.9.0),
                      python-stevedore (>= 1.10.0),
                      python-sqlalchemy (>= 1.0.10),
@@ -51,7 +52,8 @@ Build-Depends-Indep: alembic (>= 0.8.4),
                      python-webob,
                      python-webtest,
                      subunit,
-                     tempest (>= 1:11.0.0),
+                     python-tempest (>= 1:12.1.0),
+                     tempest (>= 1:12.1.0),
                      testrepository,
 Standards-Version: 3.9.8
 Homepage: https://github.com/openstack/neutron-lbaas
@@ -65,20 +67,21 @@ Breaks: neutron-lbaas-agent (<< 1:9.0.0~b1),
 Replaces: neutron-lbaas-agent (<< 1:9.0.0~b1),
 Depends: alembic (>= 0.8.4),
          python-barbicanclient (>= 4.0.0),
+         python-cryptography (>= 1.0),
          python-eventlet (>= 0.18.4),
-         python-keystoneauth1 (>= 2.1.0),
+         python-keystoneauth1 (>= 2.7.0),
          python-netaddr (>= 0.7.12),
          python-neutron (>= 2:9.0.0~b1),
-         python-neutron-lib (>= 0.1.0),
+         python-neutron-lib (>= 0.2.0),
          python-openssl (>= 0.14),
-         python-oslo.config (>= 1:3.9.0),
+         python-oslo.config (>= 1:3.12.0),
          python-oslo.db (>= 4.1.0),
          python-oslo.log (>= 1.14.0),
-         python-oslo.messaging (>= 4.5.0),
+         python-oslo.messaging (>= 5.2.0),
          python-oslo.reports (>= 0.6.0),
          python-oslo.serialization (>= 1.10.0),
          python-oslo.service (>= 1.10.0),
-         python-oslo.utils (>= 3.5.0),
+         python-oslo.utils (>= 3.15.0),
          python-pbr (>= 1.8),
          python-pyasn1,
          python-pyasn1-modules,