mbox series

[BlueZ,0/1] Fix GLib deprecation warning in example-gatt-client/server

Message ID 20240531193622.1696328-1-me@prestonhunt.com (mailing list archive)
Headers show
Series Fix GLib deprecation warning in example-gatt-client/server | expand

Message

Preston Hunt May 31, 2024, 7:36 p.m. UTC
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(-)

Comments

patchwork-bot+bluetooth@kernel.org June 3, 2024, 7:20 p.m. UTC | #1
Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Fri, 31 May 2024 12:36:21 -0700 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] test/example-gatt: fix deprecation warning
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=684a17f7cc78

You are awesome, thank you!