Merge lp:~kissiel/checkbox/cbt-release into lp:checkbox

Proposed by Maciej Kisielewski
Status: Merged
Approved by: Maciej Kisielewski
Approved revision: 3930
Merged at revision: 3929
Proposed branch: lp:~kissiel/checkbox/cbt-release
Merge into: lp:checkbox
Diff against target: 47 lines (+6/-6)
3 files modified
checkbox-touch/get-libs (+1/-1)
checkbox-touch/manifest.json (+2/-2)
checkbox-touch/py/checkbox_touch.py (+3/-3)
To merge this branch: bzr merge lp:~kissiel/checkbox/cbt-release
Reviewer Review Type Date Requested Status
Maciej Kisielewski Approve
Review via email: mp+266558@code.launchpad.net

Description of the change

Checkbox-Touch release - version 1.2.1

To post a comment you must log in.
Revision history for this message
Maciej Kisielewski (kissiel) wrote :

Self approving.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-touch/get-libs'
2--- checkbox-touch/get-libs 2015-07-17 10:11:05 +0000
3+++ checkbox-touch/get-libs 2015-07-31 13:48:19 +0000
4@@ -155,7 +155,7 @@
5 preserve_symlinks=1)
6
7
8-def get_plainbox_from_pypi(version='0.21.2'):
9+def get_plainbox_from_pypi(version='0.22.2'):
10 # plaibox_pypi contains URL from which to download plainbox
11 plainbox_pypi = ('https://pypi.python.org/packages/source'
12 '/p/plainbox/plainbox-{}.tar.gz'.format(version))
13
14=== modified file 'checkbox-touch/manifest.json'
15--- checkbox-touch/manifest.json 2015-07-23 10:48:33 +0000
16+++ checkbox-touch/manifest.json 2015-07-31 13:48:19 +0000
17@@ -11,9 +11,9 @@
18 "maintainer": "Zygmunt Krynicki <zkrynicki@ubuntu.com>",
19 "name": "com.ubuntu.checkbox",
20 "title": "Checkbox",
21- "version": "1.2",
22+ "version": "1.2.1",
23 "x-source": {
24 "vcs-bzr": "lp:checkbox",
25- "vcs-bzr-revno": "checkbox-touch-v1.2.0"
26+ "vcs-bzr-revno": "checkbox-touch-v1.2.1"
27 }
28 }
29
30=== modified file 'checkbox-touch/py/checkbox_touch.py'
31--- checkbox-touch/py/checkbox_touch.py 2015-07-23 12:27:07 +0000
32+++ checkbox-touch/py/checkbox_touch.py 2015-07-31 13:48:19 +0000
33@@ -147,11 +147,11 @@
34 response data to alter the user interface.
35 """
36
37- __version__ = (1, 2, 0, 'final', 0)
38+ __version__ = (1, 2, 1, 'final', 0)
39
40 def __init__(self):
41- if plainbox.__version__ < (0, 21):
42- raise SystemExit("plainbox 0.21 required, you have {}".format(
43+ if plainbox.__version__ < (0, 22):
44+ raise SystemExit("plainbox 0.22 required, you have {}".format(
45 ToolBase.format_version_tuple(plainbox.__version__)))
46 # adjust_logging(logging.INFO, ['checkbox.touch'], True)
47 self.manager = None

Subscribers

People subscribed via source and target branches