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
1=== modified file 'autopilot/_info.py'
2--- autopilot/_info.py 2014-05-04 23:13:52 +0000
3+++ autopilot/_info.py 2015-07-06 05:27:20 +0000
4@@ -28,7 +28,7 @@
5 'version',
6 ]
7
8-version = '1.5.0'
9+version = '1.6.0'
10
11
12 def have_vis():
13
14=== modified file 'autopilot/tests/functional/__init__.py'
15--- autopilot/tests/functional/__init__.py 2014-05-29 19:44:44 +0000
16+++ autopilot/tests/functional/__init__.py 2015-07-06 05:27:20 +0000
17@@ -173,13 +173,13 @@
18
19 load_entry_point_script = """\
20 #!/usr/bin/python
21-__requires__ = 'autopilot==1.5.0'
22+__requires__ = 'autopilot==1.6.0'
23 import sys
24 from pkg_resources import load_entry_point
25
26 if __name__ == '__main__':
27 sys.exit(
28- load_entry_point('autopilot==1.5.0', 'console_scripts', 'autopilot3')()
29+ load_entry_point('autopilot==1.6.0', 'console_scripts', 'autopilot3')()
30 )
31 """
32
33
34=== modified file 'debian/changelog'
35--- debian/changelog 2015-05-08 04:45:01 +0000
36+++ debian/changelog 2015-07-06 05:27:20 +0000
37@@ -1,12 +1,66 @@
38-autopilot (1.5.0) UNRELEASED; urgency=medium
39-
40+autopilot (1.6.0) UNRELEASED; urgency=medium
41+
42+ [ Christopher Lee ]
43+ * Allow Custom Proxy Object classes to have a different name to that of the
44+ underlying UI Type (lp:1337004).
45+ * Remove the idea of (and the actual) object registry (lp:1457629).
46+ * Provide classmethod to instantiate a Custom Proxy Object instance from an
47+ existing proxy object.
48+ * Update documentation to cover new CPO behaviour and removal of the object
49+ registry.
50+ * Fix for validate_dbus_object not being called.
51+
52+ -- Christopher Lee <chris.lee@canonical.com> Mon, 06 Jul 2015 16:41:10 +1200
53+
54+autopilot (1.5.1+15.04.20150522-0ubuntu1) vivid; urgency=medium
55+
56+ [ CI Train Bot ]
57+ * New rebuild forced.
58+
59+ [ Christopher Lee, Federico Gimenez, Leo Arias, Richard Huddie, Vincent Ladeuil ]
60+ * Bug fixes for logging (debug level now -vv) and application of CPO
61+ bases for proxy objects. (LP: #1425721, #1376996, #1420949)
62+
63+ -- CI Train Bot <ci-train-bot@canonical.com> Fri, 22 May 2015 16:54:03 +0000
64+
65+autopilot (1.5.0+15.04.20150408-0ubuntu1) vivid; urgency=medium
66+
67+ [ Albert Astals Cid ]
68+ * Bug fixes related to improving automated runs.
69+
70+ [ Christopher Lee ]
71+ * Bug fixes related to improving automated runs.
72+
73+ -- CI Train Bot <ci-train-bot@canonical.com> Wed, 08 Apr 2015 15:07:28 +0000
74+
75+autopilot (1.5.0+15.04.20150323-0ubuntu1) vivid; urgency=medium
76+
77+ [ CI Train Bot ]
78+ * New rebuild forced.
79+
80+ [ Christopher Lee ]
81+ * Bugfix for Touch pointer pressed. Packaging req. due to python3-xlib
82+ bug.
83+
84+ [ Leo Arias ]
85+ * Bugfix for Touch pointer pressed. Packaging req. due to python3-xlib
86+ bug.
87+
88+ -- CI Train Bot <ci-train-bot@canonical.com> Mon, 23 Mar 2015 09:34:31 +0000
89+
90+autopilot (1.5.0+15.04.20150226.1-0ubuntu1) vivid; urgency=medium
91+
92+ [ Christopher Lee ]
93 * Fix for desktop file name change (lp:1411096)
94 Fix for config value containing '=' char (lp:1408317)
95 Fix for skipped tests not appearing in log (lp:1414632)
96 Add json docs build (for web publish) (lp:1409778)
97 Documentation improvements for API, Tutorial, FAQ, and Guidelines
98
99- -- Christopher Lee <chris.lee@canonical.com> Fri, 27 Feb 2015 10:16:42 +1300
100+ [ CI Train Bot ]
101+ * New rebuild forced.
102+
103+ -- CI Train Bot <ci-train-bot@canonical.com> Thu, 26 Feb 2015 22:47:35 +0000
104
105 autopilot (1.5.0+15.04.20141031-0ubuntu1) vivid; urgency=low
106
107@@ -131,7 +185,7 @@
108 * Remove python2 packages and dependencies, as they're now handled by the
109 autopilot-legacy source package. (lp: #1308661)
110 * Autopilot vis tool can now search the introspection tree. (lp: #1097392)
111- * Autopilot vis tool can now draw a transparent overlay over the selected
112+ * Autopilot vis tool can now draw a transparent overlay over the selected
113 widget.
114 * Autopilot vis tool now shows the root of the introspection tree (lp: #1298600)
115 * Autopilot vis tool can now be launched from the unity dash.
116@@ -265,7 +319,7 @@
117
118 autopilot (1.4+14.04.20140310.1-0ubuntu1) trusty; urgency=low
119
120- *
121+ *
122
123 -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Mon, 10 Mar 2014 19:39:00 +0000
124
125
126=== modified file 'docs/conf.py'
127--- docs/conf.py 2014-07-11 03:29:28 +0000
128+++ docs/conf.py 2015-07-06 05:27:20 +0000
129@@ -75,7 +75,7 @@
130 # built documents.
131 #
132 # The short X.Y version.
133-version = '1.5'
134+version = '1.6'
135
136 # The full version, including alpha/beta/rc tags.
137 try:
138
139=== modified file 'setup.py'
140--- setup.py 2014-05-15 05:59:11 +0000
141+++ setup.py 2015-07-06 05:27:20 +0000
142@@ -24,7 +24,7 @@
143 from setuptools import find_packages, setup, Extension
144
145
146-VERSION = '1.5.0'
147+VERSION = '1.6.0'
148
149
150 autopilot_tracepoint = Extension(

Subscribers

People subscribed via source and target branches