From: Jerzy Mikolajczak Date: Tue, 15 Mar 2016 07:52:28 +0000 (+0100) Subject: Update deb to 8.0.0.0b3 X-Git-Tag: mos-9.0~3 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6573f46183bfd3df6476e7748d0c237e91ed9677;p=openstack-build%2Fneutron-lbaas-build.git Update deb to 8.0.0.0b3 * Source: http://archive.ubuntu.com/ubuntu/pool/main/n/neutron-lbaas/neutron-lbaas_8.0.0~b3-0ubuntu1.dsc Change-Id: Ic7b557a58b45eaf35f19b0d93019e6b26d037ffe --- diff --git a/trusty/debian/changelog b/trusty/debian/changelog index 56e7818..45cdfec 100644 --- a/trusty/debian/changelog +++ b/trusty/debian/changelog @@ -1,3 +1,9 @@ +neutron-lbaas (2:8.0.0~b3-1~u14.04+mos1) mos9.0; urgency=medium + + * Source: http://archive.ubuntu.com/ubuntu/pool/main/n/neutron-lbaas/neutron-lbaas_8.0.0~b3-0ubuntu1.dsc + + -- Jerzy Mikolajczak Tue, 15 Mar 2016 08:51:24 +0100 + neutron-lbaas (2:8.0.0~b2-1~u14.04+mos1) mos9.0; urgency=medium * Source [0] diff --git a/trusty/debian/control b/trusty/debian/control index 541230f..8fc5342 100644 --- a/trusty/debian/control +++ b/trusty/debian/control @@ -14,30 +14,33 @@ Build-Depends: debhelper (>= 9), Build-Depends-Indep: alembic (>= 0.8.0), python-barbicanclient (>= 3.3.0), python-coverage (>= 3.6), - python-eventlet (>= 0.17.4), + python-eventlet (>= 0.18.2), python-fixtures (>= 1.3.1), python-hacking, + python-keystoneauth1 (>= 2.1.0), python-mock (>= 1.2), python-netaddr (>= 0.7.12), - python-neutron (>= 2:7.0.0~b1), + python-neutron (>= 2:8.0.0~b3), + python-neutron-lib (>= 0.0.1), python-openssl (>= 0.14), - python-oslo.concurrency (>= 2.3.0), - python-oslo.config (>= 1:2.7.0), - python-oslo.db (>= 3.2.0), - python-oslo.log (>= 1.12.0), - python-oslo.messaging (>= 2.6.1), + python-oslo.concurrency (>= 3.5.0), + python-oslo.config (>= 1:3.7.0), + python-oslo.db (>= 4.1.0), + python-oslo.log (>= 1.14.0), + python-oslo.messaging (>= 4.0.0), python-oslo.serialization (>= 1.10.0), - python-oslo.service (>= 0.12.0), - python-oslo.utils (>= 2.8.0), + python-oslo.service (>= 1.0.0), + python-oslo.utils (>= 3.5.0), python-oslosphinx (>= 2.5.0), + python-oslotest (>= 1:1.10.0), python-pyasn1, python-pyasn1-modules, python-requests (>= 2.8.1), python-requests-mock (>= 0.7.0), python-six (>= 1.9.0), - python-sqlalchemy (>= 0.9.7), + python-sqlalchemy (>= 1.0.10), python-stevedore (>= 1.5.0), - python-tempest-lib (>= 0.10.0), + python-tempest-lib (>= 0.14.0), python-testscenarios (>= 0.4), python-testtools (>= 1.4.0), python-webob (>= 1.2.3), @@ -51,21 +54,23 @@ Package: python-neutron-lbaas Architecture: all Depends: alembic (>= 0.8.0), python-barbicanclient (>= 3.3.0), - python-eventlet (>= 0.17.4), + python-eventlet (>= 0.18.2), + python-keystoneauth1 (>= 2.1.0), python-netaddr (>= 0.7.12), + python-neutron-lib (>= 0.0.1), python-openssl (>= 0.14), - python-oslo.config (>= 1:2.7.0), - python-oslo.db (>= 3.2.0), - python-oslo.log (>= 1.12.0), - python-oslo.messaging (>= 2.6.1), + python-oslo.config (>= 1:3.7.0), + python-oslo.db (>= 4.1.0), + python-oslo.log (>= 1.14.0), + python-oslo.messaging (>= 4.0.0), python-oslo.serialization (>= 1.10.0), - python-oslo.service (>= 0.12.0), - python-oslo.utils (>= 2.8.0), + python-oslo.service (>= 1.0.0), + python-oslo.utils (>= 3.5.0), python-pyasn1, python-pyasn1-modules, python-requests (>= 2.8.1), python-six (>= 1.9.0), - python-sqlalchemy (>= 0.9.7), + python-sqlalchemy (>= 1.0.10), python-stevedore (>= 1.5.0), ${misc:Depends}, ${python:Depends}, diff --git a/trusty/debian/patches/series b/trusty/debian/patches/series new file mode 100644 index 0000000..f70cbc8 --- /dev/null +++ b/trusty/debian/patches/series @@ -0,0 +1 @@ +skip-failing-tests.patch diff --git a/trusty/debian/patches/skip-failing-tests.patch b/trusty/debian/patches/skip-failing-tests.patch new file mode 100644 index 0000000..8444766 --- /dev/null +++ b/trusty/debian/patches/skip-failing-tests.patch @@ -0,0 +1,10 @@ +--- a/neutron_lbaas/tests/unit/common/tls_utils/test_cert_parser.py ++++ b/neutron_lbaas/tests/unit/common/tls_utils/test_cert_parser.py +@@ -279,6 +279,7 @@ + passphrase=six.u(ENCRYPTED_PKCS8_CRT_KEY_PASSPHRASE)) + + def test_dump_private_key(self): ++ self.skipTest('Skipped by Ubuntu') + self.assertRaises(exceptions.NeedsPassphrase, + cert_parser.dump_private_key, + ENCRYPTED_PKCS8_CRT_KEY)