All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] Fix GLib deprecation warning in example-gatt-client/server
@ 2024-05-31 19:36 Preston Hunt
  2024-05-31 19:36 ` [PATCH BlueZ 1/1] test/example-gatt: fix deprecation warning Preston Hunt
  2024-06-03 19:20 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 4+ messages in thread
From: Preston Hunt @ 2024-05-31 19:36 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Preston Hunt

Updates example-gatt-client and example-gatt-server sample applications
in test/ directory to fix deprecation warning:

    PyGIDeprecationWarning: GObject.MainLoop is deprecated; use
    GLib.MainLoop instead

Also, remove python2 import since the script is run with a python3
shebang.

Preston Hunt (1):
  test/example-gatt: fix deprecation warning

 test/example-gatt-client |  7 ++-----
 test/example-gatt-server | 11 ++++-------
 2 files changed, 6 insertions(+), 12 deletions(-)

-- 
2.42.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-03 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-31 19:36 [PATCH BlueZ 0/1] Fix GLib deprecation warning in example-gatt-client/server Preston Hunt
2024-05-31 19:36 ` [PATCH BlueZ 1/1] test/example-gatt: fix deprecation warning Preston Hunt
2024-05-31 21:42   ` Fix GLib deprecation warning in example-gatt-client/server bluez.test.bot
2024-06-03 19:20 ` [PATCH BlueZ 0/1] " patchwork-bot+bluetooth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.