Merge ~jocave/checkbox-ng:remote-api-v-3 into checkbox-ng:master

Proposed by Jonathan Cave
Status: Merged
Approved by: Jonathan Cave
Approved revision: 41d73eadf8ed082b9e5df775e892c51c3c33b5da
Merged at revision: ccf3fd933a573e7c4af0c0d63b4f7b54bdf31ab4
Proposed branch: ~jocave/checkbox-ng:remote-api-v-3
Merge into: checkbox-ng:master
Diff against target: 13 lines (+1/-1)
1 file modified
plainbox/impl/session/remote_assistant.py (+1/-1)
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+358887@code.launchpad.net

Description of the change

Should have bumped the REMOTE_API_VERSION when landing merge:

https://code.launchpad.net/~jocave/checkbox-ng/+git/checkbox-ng/+merge/358686

This does that version bump.

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/plainbox/impl/session/remote_assistant.py b/plainbox/impl/session/remote_assistant.py
2index 3483b5d..ab9eca3 100644
3--- a/plainbox/impl/session/remote_assistant.py
4+++ b/plainbox/impl/session/remote_assistant.py
5@@ -125,7 +125,7 @@ class BackgroundExecutor(Thread):
6 class RemoteSessionAssistant():
7 """Remote execution enabling wrapper for the SessionAssistant"""
8
9- REMOTE_API_VERSION = 2
10+ REMOTE_API_VERSION = 3
11
12 def __init__(self, cmd_callback):
13 _logger.debug("__init__()")

Subscribers

People subscribed via source and target branches