public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <joerg.sommer@navimatix.de>, <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 10/18] at-spi2-core: Upgrade 2.56.4 -> 2.58.1
Date: Mon, 03 Nov 2025 20:26:04 +0100	[thread overview]
Message-ID: <DDZB1KU7GL22.2C3I05QJUAJ1A@bootlin.com> (raw)
In-Reply-To: <d99e920567d7842cd941f68bb5a4e26910a735f0.1762154252.git.joerg.sommer@navimatix.de>

On Mon Nov 3, 2025 at 8:27 AM CET, Jörg Sommer via lists.openembedded.org wrote:
> From: Jörg Sommer <joerg.sommer@navimatix.de>
>
> Add python override files added with 2.57.0
>
> /usr/lib/python3.13/site-packages/gi/overrides/Atspi.py
> /usr/lib/python3.13/site-packages/gi/overrides/__pycache__/Atspi.cpython-313.pyc
>
> see https://gitlab.gnome.org/GNOME/at-spi2-core/-/commit/7c8a9365d5009b43afe6d16bebefc14a8df410a7
>
> Changelog:
>
> What's new in at-spi2-core 2.58.1:
> * at-spi-bus-launcher: Fix a possible crash when registering.
> * python: Avoid traceback when hashing a disposed object
> * Fix build failure on MacOS.
> * Fix transfer rule for atk_table_cell_get_table and atk_table_get_summary.
>
> What's new in at-spi2-core 2.58.0:
> * libatspi: Increase ATSPI_ROLE_COUNT after switch role was added
> * Add ATSPI_CHECK_VERSION macro.
> * Properly fix key notifications under X11 when multiple keyboard layouts
>   are in use.
>
> What's new in at-spi2-core 2.57.2:
> * Don't install at-spi-dbus-bus.service if systemd is not enabled.
> * Some collection fixes and documentation improvements.
> * Fix reporting the wrong keysym on X11 setups where multiple keyboard
>   layouts are in use.
> * Fix possible memory leak in atspi_accessible_get_description.
>
> What's new in at-spi2-core 2.57.1:
> * Fix several crashes introduced by the code to handle the accessibility
>   bus going away.
> * Add atspi_device_clear_key_grabs.
> * Fix key grabs when num lock or caps lock are on under Wayland.
>     atk-bridge: Don't crash when requesting a plug if not activated
> * Have python overrides check DBus object paths when testing for equality.
> * Add sanity checks for child indices received via DBus.
>
> What's new in at-spi2-core 2.57.0:
> * device-a11y-manager: Fix crash on dispose
> * device-a11y-manager: Check properly for the DBus backend presence
> * Fix the build with glib < 2.76.
> * a11y-manager-device: Fix unmap_keysym_modifier.
> * DeviceEventController: update mouse coordinates before sending button events
> * atspi-device-legacy: Don't crash when XkbGetMap fails
> * Return localized role name for ATSPI_ROLE_EDITBAR
>     atk-adaptor: Reconnect when the bus launcher reappears.
> * Don't keep references to uncached objects in the application's hash table.
> * Add some Python overrides.
>     AtspiDeviceX11: Suppress window events following key grabs when needed.
>
> Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
> ---

Hi Jörg,

Thanks for the patch.

It looks like some new files should be shipped:

ERROR: at-spi2-core-2.58.1-r0 do_package: QA Issue: at-spi2-core: Files/directories were installed but not shipped in any package:
  /usr/lib/python3.13
  /usr/lib/python3.13/site-packages
  /usr/lib/python3.13/site-packages/gi
  /usr/lib/python3.13/site-packages/gi/overrides
  /usr/lib/python3.13/site-packages/gi/overrides/Atspi.py
  /usr/lib/python3.13/site-packages/gi/overrides/__pycache__
  /usr/lib/python3.13/site-packages/gi/overrides/__pycache__/Atspi.cpython-313.pyc

https://autobuilder.yoctoproject.org/valkyrie/#/builders/92/builds/2667

Can you have a look at this?

Thanks,
Mathieu


-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



  reply	other threads:[~2025-11-03 19:26 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-03  7:26 Convert packages to gnomebase and upgrade Jörg Sommer
2025-11-03  7:26 ` [PATCH 01/18] libgudev: Remove UPSTREAM_CHECK_URI; not needed Jörg Sommer
2025-11-03  7:26   ` [PATCH 02/18] vala: Convert to gnomebase Jörg Sommer
2025-11-03  7:26   ` [PATCH 03/18] python3-pygobject: Use SRC_URI from gnomebase Jörg Sommer
2025-11-27 10:50     ` [OE-core] " Ross Burton
2025-11-03  7:26   ` [PATCH 04/18] python3-pygobject: Upgrade 3.52.3 -> 3.54.5 Jörg Sommer
2025-11-03  7:26   ` [PATCH 05/18] libsoup: Convert to gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 06/18] gconf: Use SRC_URI from gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 07/18] epiphany: " Jörg Sommer
2025-11-03  7:27   ` [PATCH 08/18] gdk-pixbuf: Convert to gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 09/18] at-spi2-core: " Jörg Sommer
2025-11-03  7:27   ` [PATCH 10/18] at-spi2-core: Upgrade 2.56.4 -> 2.58.1 Jörg Sommer
2025-11-03 19:26     ` Mathieu Dubois-Briand [this message]
2025-11-03  7:27   ` [PATCH 11/18] glib-2.0: Convert to gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 12/18] glib-2.0: Upgrade 2.86.0 -> 2.86.1 Jörg Sommer
2025-11-06 10:54     ` [OE-core] " Marta Rybczynska
2025-11-03  7:27   ` [PATCH 13/18] gobject-introspection: Convert to gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 14/18] gobject-introspection: Upgrade 1.84.0 -> 1.86.0 Jörg Sommer
2025-11-03  7:27   ` [PATCH 15/18] gtk+3: Convert to gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 16/18] gtk4: " Jörg Sommer
2025-11-03  7:27   ` [PATCH 17/18] cantarell-fonts: Remove meson, pkgconfig; already in gnomebase Jörg Sommer
2025-11-03  7:27   ` [PATCH 18/18] libadwaita: Upgrade 1.7.6 -> 1.8.1 Jörg Sommer
2025-11-03 11:14 ` [OE-core] Convert packages to gnomebase and upgrade Alexander Kanavin
2025-11-06 13:21 ` Ross Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DDZB1KU7GL22.2C3I05QJUAJ1A@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=joerg.sommer@navimatix.de \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox