Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-atspi for openSUSE:Factory checked in at 2026-03-27 16:50:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-atspi (Old) and /work/SRC/openSUSE:Factory/.python-atspi.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atspi" Fri Mar 27 16:50:03 2026 rev:76 rq:1343007 version:2.58.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes 2026-01-17 14:56:22.579253622 +0100 +++ /work/SRC/openSUSE:Factory/.python-atspi.new.8177/python-atspi.changes 2026-03-27 16:52:00.017695384 +0100 @@ -1,0 +2,6 @@ +Sat Mar 21 17:47:26 UTC 2026 - Bjørn Lie <[email protected]> + +- Update to version 2.58.2: + + Fix building the tests with at-spi2-core 2.60.0. + +------------------------------------------------------------------- Old: ---- pyatspi-2.58.1.tar.xz New: ---- _scmsync.obsinfo build.specials.obscpio pyatspi-2.58.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.v5B6sQ/_old 2026-03-27 16:52:00.661722312 +0100 +++ /var/tmp/diff_new_pack.v5B6sQ/_new 2026-03-27 16:52:00.661722312 +0100 @@ -33,7 +33,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define _name pyatspi Name: python-atspi%{psuffix} -Version: 2.58.1 +Version: 2.58.2 Release: 0 Summary: Python bindings for the Assistive Technology Service Provider Interface License: LGPL-2.0-only ++++++ _scmsync.obsinfo ++++++ mtime: 1774115368 commit: 7d43a89efff9971d4fffcb036939b3f0652abfb3b91ce0137c245e341d73d4e8 url: https://src.opensuse.org/GNOME/python-atspi revision: 7d43a89efff9971d4fffcb036939b3f0652abfb3b91ce0137c245e341d73d4e8 projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-24 09:54:01.000000000 +0100 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild ++++++ pyatspi-2.58.1.tar.xz -> pyatspi-2.58.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.58.1/NEWS new/pyatspi-2.58.2/NEWS --- old/pyatspi-2.58.1/NEWS 2026-01-16 01:26:53.000000000 +0100 +++ new/pyatspi-2.58.2/NEWS 2026-03-19 15:20:24.000000000 +0100 @@ -1,3 +1,7 @@ +What's new in pyatspi 2.58.2: + +* Fix building the tests with at-spi2-core 2.60.0. + What's new in pyatspi 2.58.1: * Fix a traceback in the collection tests. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.58.1/meson.build new/pyatspi-2.58.2/meson.build --- old/pyatspi-2.58.1/meson.build 2026-01-16 01:26:53.000000000 +0100 +++ new/pyatspi-2.58.2/meson.build 2026-03-19 15:20:24.000000000 +0100 @@ -1,6 +1,6 @@ project('pyatspi', 'c', - version: '2.58.1', - meson_version: '>= 0.51.0' + version: '2.58.2', + meson_version: '>= 0.58.0' ) # Dependencies diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.58.1/tests/apps/test-application.c new/pyatspi-2.58.2/tests/apps/test-application.c --- old/pyatspi-2.58.1/tests/apps/test-application.c 2026-01-16 01:26:53.000000000 +0100 +++ new/pyatspi-2.58.2/tests/apps/test-application.c 2026-03-19 15:20:24.000000000 +0100 @@ -35,7 +35,7 @@ #include <gmodule.h> #include <atk/atk.h> #include <dbus/dbus.h> -#include <atspi/atspi-gmain.h> +#include <atspi/atspi.h> #include <atk-bridge.h> /* The test module, GModule containing interface for an atk-test */
