Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory 
checked in at 2020-04-23 18:28:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atspi (Old)
 and      /work/SRC/openSUSE:Factory/.python-atspi.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-atspi"

Thu Apr 23 18:28:33 2020 rev:62 rq:795260 version:2.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes        
2019-10-17 13:03:32.924657776 +0200
+++ /work/SRC/openSUSE:Factory/.python-atspi.new.2738/python-atspi.changes      
2020-04-23 18:28:36.967878652 +0200
@@ -1,0 +2,14 @@
+Sun Mar  8 23:28:55 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 2.36.0:
+  + No changes, stable release bump only.
+
+-------------------------------------------------------------------
+Wed Feb 12 23:06:45 CET 2020 - [email protected]
+
+- Update to version 2.35.1:
+  + Fix dead link in README.
+  + Adjust accepted test results for python 3.8 compatibility.
+  + Add ROLE_MARK and ROLE_SUGGESTION.
+
+-------------------------------------------------------------------

Old:
----
  pyatspi-2.34.0.tar.xz

New:
----
  pyatspi-2.36.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-atspi.spec ++++++
--- /var/tmp/diff_new_pack.ZgnOxM/_old  2020-04-23 18:28:38.331881262 +0200
+++ /var/tmp/diff_new_pack.ZgnOxM/_new  2020-04-23 18:28:38.335881269 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-atspi
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define _name   pyatspi
 Name:           python-atspi
-Version:        2.34.0
+Version:        2.36.0
 Release:        0
 Summary:        Python bindings for the Assistive Technology Service Provider 
Interface
 License:        LGPL-2.0-only
 Group:          Development/Libraries/Python
 URL:            http://www.gnome.org/
-Source0:        
https://download.gnome.org/sources/pyatspi/2.34/%{_name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/pyatspi/2.36/%{_name}-%{version}.tar.xz
 
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module gobject >= 2.90.1}

++++++ pyatspi-2.34.0.tar.xz -> pyatspi-2.36.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/Makefile.in 
new/pyatspi-2.36.0/Makefile.in
--- old/pyatspi-2.34.0/Makefile.in      2019-09-09 20:05:33.000000000 +0200
+++ new/pyatspi-2.36.0/Makefile.in      2020-03-08 00:24:05.000000000 +0100
@@ -166,8 +166,8 @@
        $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
        $(top_srcdir)/config/missing AUTHORS COPYING INSTALL NEWS \
        README config/compile config/config.guess config/config.sub \
-       config/install-sh config/ltmain.sh config/missing \
-       config/py-compile
+       config/depcomp config/install-sh config/ltmain.sh \
+       config/missing config/py-compile
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/NEWS new/pyatspi-2.36.0/NEWS
--- old/pyatspi-2.34.0/NEWS     2019-09-09 18:30:26.000000000 +0200
+++ new/pyatspi-2.36.0/NEWS     2020-03-08 00:23:36.000000000 +0100
@@ -1,3 +1,11 @@
+What's new in pyatspi 2.35.1:
+
+* Fix dead link in README.
+
+* Adjust accepted test results for python 3.8 compatibility (!21).
+
+* Add ROLE_MARK and ROLE_SUGGESTION (!22).
+
 What's new in pyatspi 2.34.0:
 
 * Updated doap, and include it in the tarball.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/README new/pyatspi-2.36.0/README
--- old/pyatspi-2.34.0/README   2018-08-09 17:07:43.000000000 +0200
+++ new/pyatspi-2.36.0/README   2019-11-20 23:57:08.000000000 +0100
@@ -8,7 +8,7 @@
 A page including instructions for testing, project status and
 TODO items is kept up to date at:
 
-        http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
+        
https://wiki.linuxfoundation.org/accessibility/atk/at-spi/at-spi_on_d-bus
 
 The mailing list used for general questions is:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/aclocal.m4 
new/pyatspi-2.36.0/aclocal.m4
--- old/pyatspi-2.34.0/aclocal.m4       2019-09-09 20:05:32.000000000 +0200
+++ new/pyatspi-2.36.0/aclocal.m4       2020-03-08 00:24:05.000000000 +0100
@@ -9049,7 +9049,7 @@
 m4_ifndef([_LT_PROG_CXX],              [AC_DEFUN([_LT_PROG_CXX])])
 
 # pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-# serial 12 (pkg-config-0.29.2)
+# serial 11 (pkg-config-0.29.1)
 
 dnl Copyright © 2004 Scott James Remnant <[email protected]>.
 dnl Copyright © 2012-2015 Dan Nicholson <[email protected]>
@@ -9091,7 +9091,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29.2])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
     [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
@@ -9192,7 +9192,7 @@
 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
 pkg_failed=no
-AC_MSG_CHECKING([for $2])
+AC_MSG_CHECKING([for $1])
 
 _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 _PKG_CONFIG([$1][_LIBS], [libs], [$2])
@@ -9202,11 +9202,11 @@
 See the pkg-config man page for more details.])
 
 if test $pkg_failed = yes; then
-        AC_MSG_RESULT([no])
+       AC_MSG_RESULT([no])
         _PKG_SHORT_ERRORS_SUPPORTED
         if test $_pkg_short_errors_supported = yes; then
                $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "$2" 2>&1`
-        else
+        else 
                $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"$2" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
@@ -9223,7 +9223,7 @@
 _PKG_TEXT])[]dnl
         ])
 elif test $pkg_failed = untried; then
-        AC_MSG_RESULT([no])
+       AC_MSG_RESULT([no])
        m4_default([$4], [AC_MSG_FAILURE(
 [The pkg-config script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
@@ -9324,6 +9324,74 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])dnl PKG_CHECK_VAR
 
+dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND],
+dnl   [DESCRIPTION], [DEFAULT])
+dnl ------------------------------------------
+dnl
+dnl Prepare a "--with-" configure option using the lowercase
+dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and
+dnl PKG_CHECK_MODULES in a single macro.
+AC_DEFUN([PKG_WITH_MODULES],
+[
+m4_pushdef([with_arg], m4_tolower([$1]))
+
+m4_pushdef([description],
+           [m4_default([$5], [build with ]with_arg[ support])])
+
+m4_pushdef([def_arg], [m4_default([$6], [auto])])
+m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
+m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
+
+m4_case(def_arg,
+            [yes],[m4_pushdef([with_without], [--without-]with_arg)],
+            [m4_pushdef([with_without],[--with-]with_arg)])
+
+AC_ARG_WITH(with_arg,
+     AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),,
+    [AS_TR_SH([with_]with_arg)=def_arg])
+
+AS_CASE([$AS_TR_SH([with_]with_arg)],
+            [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)],
+            [auto],[PKG_CHECK_MODULES([$1],[$2],
+                                        [m4_n([def_action_if_found]) $3],
+                                        [m4_n([def_action_if_not_found]) $4])])
+
+m4_popdef([with_arg])
+m4_popdef([description])
+m4_popdef([def_arg])
+
+])dnl PKG_WITH_MODULES
+
+dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [DESCRIPTION], [DEFAULT])
+dnl -----------------------------------------------
+dnl
+dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES
+dnl check._[VARIABLE-PREFIX] is exported as make variable.
+AC_DEFUN([PKG_HAVE_WITH_MODULES],
+[
+PKG_WITH_MODULES([$1],[$2],,,[$3],[$4])
+
+AM_CONDITIONAL([HAVE_][$1],
+               [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
+])dnl PKG_HAVE_WITH_MODULES
+
+dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES,
+dnl   [DESCRIPTION], [DEFAULT])
+dnl ------------------------------------------------------
+dnl
+dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after
+dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make
+dnl and preprocessor variable.
+AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES],
+[
+PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4])
+
+AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
+        [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
+])dnl PKG_HAVE_DEFINE_WITH_MODULES
+
 # Copyright (C) 2002-2018 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/configure new/pyatspi-2.36.0/configure
--- old/pyatspi-2.34.0/configure        2019-09-09 20:05:33.000000000 +0200
+++ new/pyatspi-2.36.0/configure        2020-03-08 00:24:06.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for pyatspi 2.34.0.
+# Generated by GNU Autoconf 2.69 for pyatspi 2.36.0.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='pyatspi'
 PACKAGE_TARNAME='pyatspi'
-PACKAGE_VERSION='2.34.0'
-PACKAGE_STRING='pyatspi 2.34.0'
+PACKAGE_VERSION='2.36.0'
+PACKAGE_STRING='pyatspi 2.36.0'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1384,7 +1384,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures pyatspi 2.34.0 to adapt to many kinds of systems.
+\`configure' configures pyatspi 2.36.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1458,7 +1458,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of pyatspi 2.34.0:";;
+     short | recursive ) echo "Configuration of pyatspi 2.36.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1607,7 +1607,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-pyatspi configure 2.34.0
+pyatspi configure 2.36.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1885,7 +1885,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by pyatspi $as_me 2.34.0, which was
+It was created by pyatspi $as_me 2.36.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2771,7 +2771,7 @@
 
 # Define the identity of the package.
  PACKAGE='pyatspi'
- VERSION='2.34.0'
+ VERSION='2.36.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12432,8 +12432,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-1 >= 1.0" >&5
-$as_echo_n "checking for dbus-1 >= 1.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUS" >&5
+$as_echo_n "checking for DBUS... " >&6; }
 
 if test -n "$DBUS_CFLAGS"; then
     pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
@@ -12473,7 +12473,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -12500,7 +12500,7 @@
 and DBUS_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -12526,8 +12526,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for glib-2.0" >&5
-$as_echo_n "checking for glib-2.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GLIB" >&5
+$as_echo_n "checking for GLIB... " >&6; }
 
 if test -n "$GLIB_CFLAGS"; then
     pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
@@ -12567,7 +12567,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -12594,7 +12594,7 @@
 and GLIB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -12620,8 +12620,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dbus-glib-1 >= 0.7.0" >&5
-$as_echo_n "checking for dbus-glib-1 >= 0.7.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for DBUS_GLIB" >&5
+$as_echo_n "checking for DBUS_GLIB... " >&6; }
 
 if test -n "$DBUS_GLIB_CFLAGS"; then
     pkg_cv_DBUS_GLIB_CFLAGS="$DBUS_GLIB_CFLAGS"
@@ -12661,7 +12661,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -12688,7 +12688,7 @@
 and DBUS_GLIB_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -12714,8 +12714,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gobject-2.0 >= 2.0.0" >&5
-$as_echo_n "checking for gobject-2.0 >= 2.0.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GOBJ" >&5
+$as_echo_n "checking for GOBJ... " >&6; }
 
 if test -n "$GOBJ_CFLAGS"; then
     pkg_cv_GOBJ_CFLAGS="$GOBJ_CFLAGS"
@@ -12755,7 +12755,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -12782,7 +12782,7 @@
 and GOBJ_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -12808,8 +12808,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gmodule-2.0 >= 2.0.0" >&5
-$as_echo_n "checking for gmodule-2.0 >= 2.0.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GMODULE" >&5
+$as_echo_n "checking for GMODULE... " >&6; }
 
 if test -n "$GMODULE_CFLAGS"; then
     pkg_cv_GMODULE_CFLAGS="$GMODULE_CFLAGS"
@@ -12849,7 +12849,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -12876,7 +12876,7 @@
 and GMODULE_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -12902,8 +12902,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml-2.0 >= 2.0.0" >&5
-$as_echo_n "checking for libxml-2.0 >= 2.0.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIB_XML" >&5
+$as_echo_n "checking for LIB_XML... " >&6; }
 
 if test -n "$LIB_XML_CFLAGS"; then
     pkg_cv_LIB_XML_CFLAGS="$LIB_XML_CFLAGS"
@@ -12943,7 +12943,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -12970,7 +12970,7 @@
 and LIB_XML_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -12996,8 +12996,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for atk >= 2.11.2" >&5
-$as_echo_n "checking for atk >= 2.11.2... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ATK" >&5
+$as_echo_n "checking for ATK... " >&6; }
 
 if test -n "$ATK_CFLAGS"; then
     pkg_cv_ATK_CFLAGS="$ATK_CFLAGS"
@@ -13037,7 +13037,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -13064,7 +13064,7 @@
 and ATK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -13090,8 +13090,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gtk+-2.0 >= 2.10.0" >&5
-$as_echo_n "checking for gtk+-2.0 >= 2.10.0... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK" >&5
+$as_echo_n "checking for GTK... " >&6; }
 
 if test -n "$GTK_CFLAGS"; then
     pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
@@ -13131,7 +13131,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -13158,7 +13158,7 @@
 and GTK_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -13185,8 +13185,8 @@
 
 
 pkg_failed=no
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pygobject-3.0 >= 2.90.1" 
>&5
-$as_echo_n "checking for pygobject-3.0 >= 2.90.1... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PYGOBJ" >&5
+$as_echo_n "checking for PYGOBJ... " >&6; }
 
 if test -n "$PYGOBJ_CFLAGS"; then
     pkg_cv_PYGOBJ_CFLAGS="$PYGOBJ_CFLAGS"
@@ -13226,7 +13226,7 @@
 
 
 if test $pkg_failed = yes; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
 
 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
@@ -13253,7 +13253,7 @@
 and PYGOBJ_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details." "$LINENO" 5
 elif test $pkg_failed = untried; then
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
@@ -14513,7 +14513,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by pyatspi $as_me 2.34.0, which was
+This file was extended by pyatspi $as_me 2.36.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14579,7 +14579,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-pyatspi config.status 2.34.0
+pyatspi config.status 2.36.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/configure.ac 
new/pyatspi-2.36.0/configure.ac
--- old/pyatspi-2.34.0/configure.ac     2019-09-09 18:30:15.000000000 +0200
+++ new/pyatspi-2.36.0/configure.ac     2020-03-08 00:22:48.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([pyatspi], [2.34.0], [[email protected]])
+AC_INIT([pyatspi], [2.36.0], [[email protected]])
 AC_CONFIG_AUX_DIR(config)
 
 # The version of python used is determined by the executable pointed to by the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/pyatspi/role.py 
new/pyatspi-2.36.0/pyatspi/role.py
--- old/pyatspi-2.34.0/pyatspi/role.py  2019-06-18 03:51:55.000000000 +0200
+++ new/pyatspi-2.36.0/pyatspi/role.py  2020-01-19 00:27:00.000000000 +0100
@@ -145,7 +145,9 @@
                 124:'ROLE_FOOTNOTE',
                 125:'ROLE_CONTENT_DELETION',
                 126:'ROLE_CONTENT_INSERTION',
-                127:'ROLE_LAST_DEFINED',
+                127:'ROLE_MARK',
+                128:'ROLE_SUGGESTION',
+                129:'ROLE_LAST_DEFINED',
         }
 
 ROLE_ACCELERATOR_LABEL = Role(1)
@@ -212,7 +214,7 @@
 ROLE_INVALID = Role(0)
 ROLE_LABEL = Role(29)
 ROLE_LANDMARK = Role(110)
-ROLE_LAST_DEFINED = Role(127)
+ROLE_LAST_DEFINED = Role(129)
 ROLE_LAYERED_PANE = Role(30)
 ROLE_LEVEL_BAR = Role(103)
 ROLE_LINK = Role(88)
@@ -220,6 +222,7 @@
 ROLE_LIST_BOX = Role(98)
 ROLE_LIST_ITEM = Role(32)
 ROLE_LOG = Role(111)
+ROLE_MARK = Role(127)
 ROLE_MARQUEE = Role(112)
 ROLE_MATH = Role(113)
 ROLE_MATH_FRACTION = Role(117)
@@ -255,6 +258,7 @@
 ROLE_STATIC = Role(116)
 ROLE_STATUS_BAR = Role(54)
 ROLE_SUBSCRIPT = Role(119)
+ROLE_SUGGESTION = Role(128)
 ROLE_SUPERSCRIPT = Role(120)
 ROLE_TABLE = Role(55)
 ROLE_TABLE_CELL = Role(56)
@@ -399,6 +403,8 @@
         ROLE_SUPERSCRIPT: 'superscript',
         ROLE_CONTENT_DELETION: 'content deletion',
         ROLE_CONTENT_INSERTION: 'content insertion',
+        ROLE_MARK: 'mark',
+        ROLE_SUGGESTION: 'suggestion',
 }
 
 
#END----------------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/tests/data/Makefile.am 
new/pyatspi-2.36.0/tests/data/Makefile.am
--- old/pyatspi-2.34.0/tests/data/Makefile.am   2018-08-09 17:07:43.000000000 
+0200
+++ new/pyatspi-2.36.0/tests/data/Makefile.am   2019-11-20 23:57:08.000000000 
+0100
@@ -1,3 +1,4 @@
 EXTRA_DIST = \
        accessible-test.xml\
-       accessible-test-results.xml
+       accessible-test-results.xml\
+       accessible-test-results-stable.xml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/tests/data/Makefile.in 
new/pyatspi-2.36.0/tests/data/Makefile.in
--- old/pyatspi-2.34.0/tests/data/Makefile.in   2019-09-09 20:05:33.000000000 
+0200
+++ new/pyatspi-2.36.0/tests/data/Makefile.in   2020-03-08 00:24:06.000000000 
+0100
@@ -278,7 +278,8 @@
 top_srcdir = @top_srcdir@
 EXTRA_DIST = \
        accessible-test.xml\
-       accessible-test-results.xml
+       accessible-test-results.xml\
+       accessible-test-results-stable.xml
 
 all: all-am
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pyatspi-2.34.0/tests/data/accessible-test-results-stable.xml 
new/pyatspi-2.36.0/tests/data/accessible-test-results-stable.xml
--- old/pyatspi-2.34.0/tests/data/accessible-test-results-stable.xml    
1970-01-01 01:00:00.000000000 +0100
+++ new/pyatspi-2.36.0/tests/data/accessible-test-results-stable.xml    
2019-11-20 23:57:08.000000000 +0100
@@ -0,0 +1,136 @@
+<?xml version="1.0" ?>
+<accessible name="atspi-test-main" role="69" description="The main accessible 
object, root of the accessible tree">
+       <accessible name="gnome-settings-daemon" role="79" description=""/>
+       <accessible name="gnome-panel" role="79" description="">
+               <accessible name="Bottom Expanded Edge Panel" role="25" 
description=""/>
+               <accessible name="Top Expanded Edge Panel" role="25" 
description=""/>
+       </accessible>
+       <accessible name="nautilus" role="79" description="">
+               <accessible name="Desktop" role="25" description=""/>
+       </accessible>
+       <accessible name="metacity" role="79" description=""/>
+       <accessible name="tracker-applet" role="79" description=""/>
+       <accessible name="empathy" role="79" description="">
+               <accessible name="Contact List" role="25" description=""/>
+       </accessible>
+       <accessible name="nm-applet" role="79" description=""/>
+       <accessible name="gnome-power-manager" role="79" description=""/>
+       <accessible name="update-notifier" role="79" description=""/>
+       <accessible name="Firefox" role="79" description="Firefox Application 
Accessible">
+               <accessible name="Google Reader - Mozilla Firefox 3 Beta 5" 
role="25" description="Firefox Application Accessible">
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="Strip originally conceived in 
conversation with Jeph Jacques. Soon to be a major motion picture." role="66" 
description=""/>
+                       <accessible name="" role="68" description="">
+                               <accessible name="" role="33" description="">
+                                       <accessible name="" role="10" 
description=""/>
+                                       <accessible name="" role="10" 
description=""/>
+                               </accessible>
+                       </accessible>
+                       <accessible name="" role="35" description="">
+                               <accessible name="" role="69" description=""/>
+                       </accessible>
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="" role="66" description=""/>
+                       <accessible name="" role="66" description=""/>
+                       <accessible name="" role="65" description="">
+                               <accessible name="Application" role="36" 
description=""/>
+                               <accessible name="" role="53" description=""/>
+                               <accessible name="Activity Indicator" role="45" 
description=""/>
+                       </accessible>
+                       <accessible name="" role="65" description="">
+                               <accessible name="Back" role="45" 
description="Go back one page"/>
+                               <accessible name="Forward" role="45" 
description="Go forwards one page"/>
+                               <accessible name="" role="45" description=""/>
+                               <accessible name="Reload" role="45" 
description="Reload current page"/>
+                               <accessible name="Stop" role="45" 
description="Stop loading this page"/>
+                               <accessible name="Home" role="45" 
description="chrome://ubufox/content/startpage.html"/>
+                               <accessible name="Location" role="80" 
description=""/>
+                               <accessible name="Search using Google" 
role="80" description=""/>
+                       </accessible>
+                       <accessible name="" role="65" description="">
+                               <accessible name="Smart Bookmarks" role="45" 
description=""/>
+                               <accessible name="Getting Started" role="45" 
description=""/>
+                               <accessible name="Latest Headlines" role="45" 
description=""/>
+                       </accessible>
+                       <accessible name="" role="41" description="">
+                               <accessible name="Google Reader" role="66" 
description=""/>
+                               <accessible name="" role="35" description=""/>
+                               <accessible name="" role="40" description=""/>
+                               <accessible name="" role="51" description=""/>
+                               <accessible name="" role="51" description="">
+                                       <accessible name="Google Reader" 
role="30" description="">
+                                               <accessible name="Google 
Reader" role="86" description="">
+                                                       <accessible name="Click 
here for ARIA enhanced Google Reader." role="72" description=""/>
+                                                       <accessible name="" 
role="89" description=""/>
+                                                       <accessible name="" 
role="89" description=""/>
+                                                       <accessible name="" 
role="89" description=""/>
+                                                       <accessible 
name="Google Reader" role="72" description=""/>
+                                                       <accessible name="" 
role="63" description=""/>
+                                                       <accessible name="" 
role="89" description=""/>
+                                                       <accessible name="" 
role="89" description="">
+                                                               <accessible 
name="" role="89" description=""/>
+                                                               <accessible 
name="" role="89" description=""/>
+                                                               <accessible 
name="" role="89" description="">
+                                                                       
<accessible name="" role="57" description=""/>
+                                                                       
<accessible name="" role="89" description="">
+                                                                               
<accessible name="" role="89" description="">
+                                                                               
        <accessible name="" role="89" description="">
+                                                                               
                <accessible name="" role="57" description=""/>
+                                                                               
                <accessible name="" role="57" description="">
+                                                                               
                        <accessible name="" role="58" description="">
+                                                                               
                                <accessible name="" role="89" description="">
+                                                                               
                                        <accessible name="" role="89" 
description=""/>
+                                                                               
                                        <accessible name="" role="63" 
description=""/>
+                                                                               
                                        <accessible name="Google News" 
role="72" description=""/>
+                                                                               
                                        <accessible name="" role="89" 
description="">
+                                                                               
                                                <accessible name="" role="89" 
description=""/>
+                                                                               
                                                <accessible name="" role="89" 
description="">
+                                                                               
                                                        <accessible 
name="Reader and ARIA: A new way to read" role="72" description=""/>
+                                                                               
                                                </accessible>
+                                                                               
                                                <accessible name="" role="89" 
description="">
+                                                                               
                                                        <accessible 
name="Official Google Reader Blog" role="72" description=""/>
+                                                                               
                                                </accessible>
+                                                                               
                                                <accessible name="" role="89" 
description=""/>
+                                                                               
                                        </accessible>
+                                                                               
                                </accessible>
+                                                                               
                        </accessible>
+                                                                               
                        <accessible name="" role="58" description=""/>
+                                                                               
                </accessible>
+                                                                               
        </accessible>
+                                                                               
        <accessible name="" role="89" description="">
+                                                                               
                <accessible name="Google Reader Blog" role="72" description=""/>
+                                                                               
                <accessible name="Discuss" role="72" description=""/>
+                                                                               
                <accessible name="Privacy Policy" role="72" description=""/>
+                                                                               
                <accessible name="Help" role="72" description=""/>
+                                                                               
                <accessible name="" role="89" description=""/>
+                                                                               
        </accessible>
+                                                                               
</accessible>
+                                                                       
</accessible>
+                                                               </accessible>
+                                                       </accessible>
+                                                       <accessible name="" 
role="89" description="">
+                                                               <accessible 
name="" role="29" description=""/>
+                                                               <accessible 
name="" role="29" description=""/>
+                                                               <accessible 
name="" role="29" description=""/>
+                                                               <accessible 
name="" role="29" description=""/>
+                                                               <accessible 
name="" role="29" description=""/>
+                                                       </accessible>
+                                               </accessible>
+                                       </accessible>
+                               </accessible>
+                       </accessible>
+                       <accessible name="" role="35" description=""/>
+                       <accessible name="" role="56" description="">
+                               <accessible name="Done" role="45" 
description=""/>
+                               <accessible name="" role="45" description=""/>
+                       </accessible>
+               </accessible>
+       </accessible>
+       <accessible name="gnome-terminal" role="79" description="">
+               <accessible name="mdoff@silver-wind: 
~/Projects/accessibility/dbus-atspi/test" role="25" description=""/>
+       </accessible>
+</accessible>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyatspi-2.34.0/tests/pyatspi/accessibletest.py 
new/pyatspi-2.36.0/tests/pyatspi/accessibletest.py
--- old/pyatspi-2.34.0/tests/pyatspi/accessibletest.py  2019-09-02 
22:20:09.000000000 +0200
+++ new/pyatspi-2.36.0/tests/pyatspi/accessibletest.py  2019-11-20 
23:57:08.000000000 +0100
@@ -239,8 +239,15 @@
                                        "accessible-test-results.xml")
                file = open(correct)
                cstring = file.read()
+
+               correct2 = os.path.join(os.environ["TEST_DATA_DIRECTORY"],
+                                       "accessible-test-results-stable.xml")
+               file = open(correct2)
+               cstring2 = file.read()
                
-               test.assertEqual(answer, cstring, "Object tree not passed 
correctly")
+               if answer != cstring and \
+                  answer != cstring2:
+                   test.fail("Object tree not passed correctly")
 
        def test_null_interface(self, test):
                root = self._root


Reply via email to