Merge lp:~canonical-platform-qa/autopilot/bump-version-number-1.6 into lp:autopilot

Proposed by Christopher Lee
Status: Needs review
Proposed branch: lp:~canonical-platform-qa/autopilot/bump-version-number-1.6
Merge into: lp:autopilot
Prerequisite: lp:~canonical-platform-qa/autopilot/fix-validate_dbus_object-not-getting-called
Diff against target: 150 lines (+64/-10)
5 files modified
autopilot/_info.py (+1/-1)
autopilot/tests/functional/__init__.py (+2/-2)
debian/changelog (+59/-5)
docs/conf.py (+1/-1)
setup.py (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/autopilot/bump-version-number-1.6
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Approve
Max Brustkern (community) Approve
PS Jenkins bot continuous-integration Approve
prod-platform-qa continuous-integration Pending
Review via email: mp+263860@code.launchpad.net

Commit message

Bump version number ready for 1.6

Description of the change

Bump version number ready for 1.6

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Looks good!

review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)

Unmerged revisions

598. By Christopher Lee

Update changelog for 1.6 version change.

597. By Christopher Lee

Pre req. changes.

596. By Christopher Lee

Merge 1.5 release branch.

595. By Christopher Lee

Update use of version 1.5 -> 1.6

594. By Christopher Lee

Fix test for validate_dbus_object and custom named cpo

593. By Christopher Lee

Failing test for validate_dbus_object for custom named CPOs

592. By Christopher Lee

Tests pass now

591. By Christopher Lee

Failing tests for validate_dbus_object usage

590. By Christopher Lee

Merge pre-req. changes.

589. By Christopher Lee

Pyflakes fix.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'autopilot/_info.py'
--- autopilot/_info.py 2014-05-04 23:13:52 +0000
+++ autopilot/_info.py 2015-07-06 05:27:20 +0000
@@ -28,7 +28,7 @@
28 'version',28 'version',
29]29]
3030
31version = '1.5.0'31version = '1.6.0'
3232
3333
34def have_vis():34def have_vis():
3535
=== modified file 'autopilot/tests/functional/__init__.py'
--- autopilot/tests/functional/__init__.py 2014-05-29 19:44:44 +0000
+++ autopilot/tests/functional/__init__.py 2015-07-06 05:27:20 +0000
@@ -173,13 +173,13 @@
173173
174load_entry_point_script = """\174load_entry_point_script = """\
175#!/usr/bin/python175#!/usr/bin/python
176__requires__ = 'autopilot==1.5.0'176__requires__ = 'autopilot==1.6.0'
177import sys177import sys
178from pkg_resources import load_entry_point178from pkg_resources import load_entry_point
179179
180if __name__ == '__main__':180if __name__ == '__main__':
181 sys.exit(181 sys.exit(
182 load_entry_point('autopilot==1.5.0', 'console_scripts', 'autopilot3')()182 load_entry_point('autopilot==1.6.0', 'console_scripts', 'autopilot3')()
183 )183 )
184"""184"""
185185
186186
=== modified file 'debian/changelog'
--- debian/changelog 2015-05-08 04:45:01 +0000
+++ debian/changelog 2015-07-06 05:27:20 +0000
@@ -1,12 +1,66 @@
1autopilot (1.5.0) UNRELEASED; urgency=medium1autopilot (1.6.0) UNRELEASED; urgency=medium
22
3 [ Christopher Lee ]
4 * Allow Custom Proxy Object classes to have a different name to that of the
5 underlying UI Type (lp:1337004).
6 * Remove the idea of (and the actual) object registry (lp:1457629).
7 * Provide classmethod to instantiate a Custom Proxy Object instance from an
8 existing proxy object.
9 * Update documentation to cover new CPO behaviour and removal of the object
10 registry.
11 * Fix for validate_dbus_object not being called.
12
13 -- Christopher Lee <chris.lee@canonical.com> Mon, 06 Jul 2015 16:41:10 +1200
14
15autopilot (1.5.1+15.04.20150522-0ubuntu1) vivid; urgency=medium
16
17 [ CI Train Bot ]
18 * New rebuild forced.
19
20 [ Christopher Lee, Federico Gimenez, Leo Arias, Richard Huddie, Vincent Ladeuil ]
21 * Bug fixes for logging (debug level now -vv) and application of CPO
22 bases for proxy objects. (LP: #1425721, #1376996, #1420949)
23
24 -- CI Train Bot <ci-train-bot@canonical.com> Fri, 22 May 2015 16:54:03 +0000
25
26autopilot (1.5.0+15.04.20150408-0ubuntu1) vivid; urgency=medium
27
28 [ Albert Astals Cid ]
29 * Bug fixes related to improving automated runs.
30
31 [ Christopher Lee ]
32 * Bug fixes related to improving automated runs.
33
34 -- CI Train Bot <ci-train-bot@canonical.com> Wed, 08 Apr 2015 15:07:28 +0000
35
36autopilot (1.5.0+15.04.20150323-0ubuntu1) vivid; urgency=medium
37
38 [ CI Train Bot ]
39 * New rebuild forced.
40
41 [ Christopher Lee ]
42 * Bugfix for Touch pointer pressed. Packaging req. due to python3-xlib
43 bug.
44
45 [ Leo Arias ]
46 * Bugfix for Touch pointer pressed. Packaging req. due to python3-xlib
47 bug.
48
49 -- CI Train Bot <ci-train-bot@canonical.com> Mon, 23 Mar 2015 09:34:31 +0000
50
51autopilot (1.5.0+15.04.20150226.1-0ubuntu1) vivid; urgency=medium
52
53 [ Christopher Lee ]
3 * Fix for desktop file name change (lp:1411096)54 * Fix for desktop file name change (lp:1411096)
4 Fix for config value containing '=' char (lp:1408317)55 Fix for config value containing '=' char (lp:1408317)
5 Fix for skipped tests not appearing in log (lp:1414632)56 Fix for skipped tests not appearing in log (lp:1414632)
6 Add json docs build (for web publish) (lp:1409778)57 Add json docs build (for web publish) (lp:1409778)
7 Documentation improvements for API, Tutorial, FAQ, and Guidelines58 Documentation improvements for API, Tutorial, FAQ, and Guidelines
859
9 -- Christopher Lee <chris.lee@canonical.com> Fri, 27 Feb 2015 10:16:42 +130060 [ CI Train Bot ]
61 * New rebuild forced.
62
63 -- CI Train Bot <ci-train-bot@canonical.com> Thu, 26 Feb 2015 22:47:35 +0000
1064
11autopilot (1.5.0+15.04.20141031-0ubuntu1) vivid; urgency=low65autopilot (1.5.0+15.04.20141031-0ubuntu1) vivid; urgency=low
1266
@@ -131,7 +185,7 @@
131 * Remove python2 packages and dependencies, as they're now handled by the185 * Remove python2 packages and dependencies, as they're now handled by the
132 autopilot-legacy source package. (lp: #1308661)186 autopilot-legacy source package. (lp: #1308661)
133 * Autopilot vis tool can now search the introspection tree. (lp: #1097392)187 * Autopilot vis tool can now search the introspection tree. (lp: #1097392)
134 * Autopilot vis tool can now draw a transparent overlay over the selected 188 * Autopilot vis tool can now draw a transparent overlay over the selected
135 widget.189 widget.
136 * Autopilot vis tool now shows the root of the introspection tree (lp: #1298600)190 * Autopilot vis tool now shows the root of the introspection tree (lp: #1298600)
137 * Autopilot vis tool can now be launched from the unity dash.191 * Autopilot vis tool can now be launched from the unity dash.
@@ -265,7 +319,7 @@
265319
266autopilot (1.4+14.04.20140310.1-0ubuntu1) trusty; urgency=low320autopilot (1.4+14.04.20140310.1-0ubuntu1) trusty; urgency=low
267321
268 * 322 *
269323
270 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 10 Mar 2014 19:39:00 +0000324 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 10 Mar 2014 19:39:00 +0000
271325
272326
=== modified file 'docs/conf.py'
--- docs/conf.py 2014-07-11 03:29:28 +0000
+++ docs/conf.py 2015-07-06 05:27:20 +0000
@@ -75,7 +75,7 @@
75# built documents.75# built documents.
76#76#
77# The short X.Y version.77# The short X.Y version.
78version = '1.5'78version = '1.6'
7979
80# The full version, including alpha/beta/rc tags.80# The full version, including alpha/beta/rc tags.
81try:81try:
8282
=== modified file 'setup.py'
--- setup.py 2014-05-15 05:59:11 +0000
+++ setup.py 2015-07-06 05:27:20 +0000
@@ -24,7 +24,7 @@
24from setuptools import find_packages, setup, Extension24from setuptools import find_packages, setup, Extension
2525
2626
27VERSION = '1.5.0'27VERSION = '1.6.0'
2828
2929
30autopilot_tracepoint = Extension(30autopilot_tracepoint = Extension(

Subscribers

People subscribed via source and target branches