diff -Nru python-ceilometerclient-2.3.0/debian/changelog python-ceilometerclient-2.3.0/debian/changelog --- python-ceilometerclient-2.3.0/debian/changelog 2016-02-18 15:49:02.000000000 +0000 +++ python-ceilometerclient-2.3.0/debian/changelog 2016-02-19 18:32:06.000000000 +0000 @@ -1,13 +1,14 @@ -python-ceilometerclient (2.3.0-1~ubuntu16.04.1~ppa201602181049) xenial; urgency=medium +python-ceilometerclient (2.3.0-1~ubuntu16.04.1~ppa201602191332) xenial; urgency=medium * No-change backport to xenial - -- David Della Vecchia Thu, 18 Feb 2016 10:49:02 -0500 + -- David Della Vecchia Fri, 19 Feb 2016 13:32:06 -0500 python-ceilometerclient (2.3.0-1) UNRELEASED; urgency=medium * New upstream release. * d/control: Align dependencies with upstream. + * d/p/fix_test_columns.patch: Fix column layout in gnocchi test. -- David Della Vecchia Thu, 18 Feb 2016 10:38:34 -0500 diff -Nru python-ceilometerclient-2.3.0/debian/patches/fix_test_columns.patch python-ceilometerclient-2.3.0/debian/patches/fix_test_columns.patch --- python-ceilometerclient-2.3.0/debian/patches/fix_test_columns.patch 1970-01-01 00:00:00.000000000 +0000 +++ python-ceilometerclient-2.3.0/debian/patches/fix_test_columns.patch 2016-02-19 18:31:48.000000000 +0000 @@ -0,0 +1,105 @@ +--- a/ceilometerclient/tests/unit/v2/test_shell.py ++++ b/ceilometerclient/tests/unit/v2/test_shell.py +@@ -530,70 +530,38 @@ + do_alarm_gnocchi_aggregation_by_metrics_threshold_create( + self.cc, self.args) + self.assertEqual('''\ +-+---------------------------+------------------------------------------\ +---------------------------+ +-| Property | Value \ +- | +-+---------------------------+------------------------------------------\ +---------------------------+ +-| aggregation_method | count \ +- | +-| alarm_actions | ["http://something/alarm"] \ +- | +-| alarm_id | b69ecdb9-f19b-4fb5-950f-5eb53938b718 \ +- | +-| comparison_operator | le \ +- | +-| description | description_gnocchi_alarm \ +- | +-| enabled | True \ +- | +-| evaluation_periods | 3 \ +- | +-| granularity | 60 \ +- | +-| insufficient_data_actions | ["http://something/insufficient"] \ +- | +-| metrics | ["b3d9d8ab-05e8-439f-89ad-5e978dd2a5eb", \ +-"009d4faf-c275-46f0-8f2d- | +-| | 670b15bac2b0"] \ +- | +-| name | name_gnocchi_alarm \ +- | +-| ok_actions | ["http://something/ok"] \ +- | +-| project_id | 97fcad0402ce4f65ac3bd42a0c6a7e74 \ +- | +-| repeat_actions | True \ +- | +-| severity | critical \ +- | +-| state | ok \ +- | +-| threshold | 70.0 \ +- | +-| time_constraints | [{name: cons1, \ +- | +-| | description: desc1, \ +- | +-| | start: 0 11 * * *, \ +- | +-| | duration: 300}, \ +- | +-| | {name: cons2, \ +- | +-| | description: desc2, \ +- | +-| | start: 0 23 * * *, \ +- | +-| | duration: 600}] \ +- | +-| type | gnocchi_aggregation_by_metrics_threshold \ +- | +-| user_id | f28735621ee84f329144eb467c91fce6 \ +- | +-+---------------------------+------------------------------------------\ +---------------------------+ +++---------------------------+------------------------------------------+ ++| Property | Value | +++---------------------------+------------------------------------------+ ++| aggregation_method | count | ++| alarm_actions | ["http://something/alarm"] | ++| alarm_id | b69ecdb9-f19b-4fb5-950f-5eb53938b718 | ++| comparison_operator | le | ++| description | description_gnocchi_alarm | ++| enabled | True | ++| evaluation_periods | 3 | ++| granularity | 60 | ++| insufficient_data_actions | ["http://something/insufficient"] | ++| metrics | ["b3d9d8ab-05e8-439f-89ad-5e978dd2a5eb", | ++| | "009d4faf-c275-46f0-8f2d-670b15bac2b0"] | ++| name | name_gnocchi_alarm | ++| ok_actions | ["http://something/ok"] | ++| project_id | 97fcad0402ce4f65ac3bd42a0c6a7e74 | ++| repeat_actions | True | ++| severity | critical | ++| state | ok | ++| threshold | 70.0 | ++| time_constraints | [{name: cons1, | ++| | description: desc1, | ++| | start: 0 11 * * *, | ++| | duration: 300}, | ++| | {name: cons2, | ++| | description: desc2, | ++| | start: 0 23 * * *, | ++| | duration: 600}] | ++| type | gnocchi_aggregation_by_metrics_threshold | ++| user_id | f28735621ee84f329144eb467c91fce6 | +++---------------------------+------------------------------------------+ + ''', sys.stdout.getvalue()) + + @mock.patch('sys.stdout', new=six.StringIO()) diff -Nru python-ceilometerclient-2.3.0/debian/patches/series python-ceilometerclient-2.3.0/debian/patches/series --- python-ceilometerclient-2.3.0/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ python-ceilometerclient-2.3.0/debian/patches/series 2016-02-19 18:31:48.000000000 +0000 @@ -0,0 +1 @@ +fix_test_columns.patch