From gitlab-mirror at kemper.freedesktop.org Mon Sep 4 21:01:41 2023 From: gitlab-mirror at kemper.freedesktop.org (GitLab Mirror) Date: Mon, 4 Sep 2023 21:01:41 +0000 (UTC) Subject: =?UTF-8?Q?telepathy-glib=3A_test=3A_make_test-cm_accepted_with_newer_GLib?= Message-ID: <20230904210141.BC2717619E@kemper.freedesktop.org> Module: telepathy-glib Branch: master Commit: aa858698d7ede76b3b4c825ca14b8061c24f14e1 URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=aa858698d7ede76b3b4c825ca14b8061c24f14e1 Author: Mamoru TASAKA Date: Mon Sep 4 17:56:15 2023 +0900 test: make test-cm accepted with newer GLib With GLib 2.77.3, the key value "foo\;bar" is no longer accepted with g_key_file_get_string and it returns null string result. Modify key value in test file to get it accepted by new GLib. --- tests/dbus/telepathy/managers/test_manager_file.manager | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/dbus/telepathy/managers/test_manager_file.manager b/tests/dbus/telepathy/managers/test_manager_file.manager index 426ad4a7e..bdb3f90f1 100644 --- a/tests/dbus/telepathy/managers/test_manager_file.manager +++ b/tests/dbus/telepathy/managers/test_manager_file.manager @@ -79,11 +79,9 @@ default-triply-escaped-semicolon-in-list = list\\\;of;misc; param-empty-list = as default-empty-list = -# this is probably technically a Desktop Entry spec violation? -# we should be permissive, interpreting this as either "foo\;bar" or "foo;bar" -# seems reasonable +# the value is "foo\\;bar" param-escaped-semicolon = s -default-escaped-semicolon = foo\;bar +default-escaped-semicolon = foo\\;bar # all the other types param-object = o From gitlab-mirror at kemper.freedesktop.org Mon Sep 4 21:02:05 2023 From: gitlab-mirror at kemper.freedesktop.org (GitLab Mirror) Date: Mon, 4 Sep 2023 21:02:05 +0000 (UTC) Subject: =?UTF-8?Q?telepathy-glib=3A_Port_examples_to_python_3=2C_retaining_compat?= =?UTF-8?Q?ibility?= Message-ID: <20230904210205.A58117619E@kemper.freedesktop.org> Module: telepathy-glib Branch: master Commit: aeffd07ed6ac3ac320f159ee6e1ca30629f320bc URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=aeffd07ed6ac3ac320f159ee6e1ca30629f320bc Author: Arusekk Date: Mon Oct 26 23:05:26 2020 +0100 Port examples to python 3, retaining compatibility --- examples/client/python/contact-list.py | 2 +- examples/client/python/ensure-channel.py | 6 ++--- examples/client/python/file-transfer.py | 17 ++++++------- examples/client/python/ft-handler.py | 11 +++++---- examples/client/python/stream-tube-accepter.py | 19 ++++++++------- examples/client/python/stream-tube-offerer.py | 33 +++++++++++++------------- examples/client/python/text-handler.py | 7 +++--- 7 files changed, 50 insertions(+), 45 deletions(-) Diff: http://cgit.freedesktop.org/telepathy/telepathy-glib/diff/?id=aeffd07ed6ac3ac320f159ee6e1ca30629f320bc