Hello community, here is the log from the commit of package python-atspi for openSUSE:Factory checked in at Mon Jun 6 13:25:54 CEST 2011.
-------- --- python-atspi/python-atspi.changes 2011-04-27 15:47:27.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes 2011-05-31 13:29:21.000000000 +0200 @@ -1,0 +2,8 @@ +Tue May 31 11:28:09 UTC 2011 - [email protected] + +- Update to version 2.0.2: + + Fix traceback when calling document functions. + + Fix traceback when creating match rules with attribute sets. + + Fix several table functions. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- pyatspi-2.0.1.tar.bz2 New: ---- pyatspi-2.0.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.HcL1pz/_old 2011-06-06 13:25:36.000000000 +0200 +++ /var/tmp/diff_new_pack.HcL1pz/_new 2011-06-06 13:25:36.000000000 +0200 @@ -19,7 +19,7 @@ Name: python-atspi %define _name pyatspi -Version: 2.0.1 +Version: 2.0.2 Release: 1 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPLv2.0 ++++++ pyatspi-2.0.1.tar.bz2 -> pyatspi-2.0.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.0.1/NEWS new/pyatspi-2.0.2/NEWS --- old/pyatspi-2.0.1/NEWS 2011-04-26 01:35:56.000000000 +0200 +++ new/pyatspi-2.0.2/NEWS 2011-05-24 01:42:16.000000000 +0200 @@ -1,3 +1,11 @@ +What's new in pyatspi 2.0.2: + +* Fix traceback when calling document functions + +* Fix traceback when creating match rules with attribute sets + +* Fix several table functions + What's new in pyatspi2 2.0.1: * Fix for BGO#645644: Throw LookupError rather than RUntimeError diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.0.1/configure new/pyatspi-2.0.2/configure --- old/pyatspi-2.0.1/configure 2011-04-26 01:36:28.000000000 +0200 +++ new/pyatspi-2.0.2/configure 2011-05-24 01:42:31.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for pyatspi 2.0.1. +# Generated by GNU Autoconf 2.68 for pyatspi 2.0.2. # # Report bugs to <[email protected]>. # @@ -709,8 +709,8 @@ # Identity of this package. PACKAGE_NAME='pyatspi' PACKAGE_TARNAME='pyatspi' -PACKAGE_VERSION='2.0.1' -PACKAGE_STRING='pyatspi 2.0.1' +PACKAGE_VERSION='2.0.2' +PACKAGE_STRING='pyatspi 2.0.2' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1491,7 +1491,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.0.1 to adapt to many kinds of systems. +\`configure' configures pyatspi 2.0.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1565,7 +1565,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pyatspi 2.0.1:";; + short | recursive ) echo "Configuration of pyatspi 2.0.2:";; esac cat <<\_ACEOF @@ -1699,7 +1699,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pyatspi configure 2.0.1 +pyatspi configure 2.0.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1977,7 +1977,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.0.1, which was +It was created by pyatspi $as_me 2.0.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2804,7 +2804,7 @@ # Define the identity of the package. PACKAGE='pyatspi' - VERSION='2.0.1' + VERSION='2.0.2' cat >>confdefs.h <<_ACEOF @@ -12910,7 +12910,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.0.1, which was +This file was extended by pyatspi $as_me 2.0.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12976,7 +12976,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.0.1 +pyatspi config.status 2.0.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.0.1/configure.ac new/pyatspi-2.0.2/configure.ac --- old/pyatspi-2.0.1/configure.ac 2011-04-26 01:36:22.000000000 +0200 +++ new/pyatspi-2.0.2/configure.ac 2011-05-24 01:42:23.000000000 +0200 @@ -1,4 +1,4 @@ -AC_INIT([pyatspi], [2.0.1], [[email protected]]) +AC_INIT([pyatspi], [2.0.2], [[email protected]]) AC_CONFIG_AUX_DIR(config) LT_RELEASE=$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.0.1/pyatspi/Accessibility.py new/pyatspi-2.0.2/pyatspi/Accessibility.py --- old/pyatspi-2.0.1/pyatspi/Accessibility.py 2011-04-26 01:12:47.000000000 +0200 +++ new/pyatspi-2.0.2/pyatspi/Accessibility.py 2011-05-24 00:55:02.000000000 +0200 @@ -88,7 +88,8 @@ def attributeListToHash(list): ret = dict() - for key, val in list: + for item in list: + [key, val] = item.split(":") ret[key] = val return ret @@ -177,6 +178,7 @@ Atspi.Accessible.id = property(fget=lambda x: exwrap(Atspi.Accessible.get_id, x)) Atspi.Accessible.toolkitName = property(fget=lambda x: exwrap(Atspi.Accessible.get_toolkit_name, x)) Atspi.Accessible.toolkitVersion = property(fget=lambda x: exwrap(Atspi.Accessible.get_toolkit_version, x)) +Atspi.Accessible.atspiVersion = property(fget=lambda x: exwrap(Atspi.Accessible.get_atspi_version, x)) ### action ### Action = lambda *args: exwrap(Atspi.Action, *args) @@ -280,6 +282,7 @@ Atspi.Accessible.queryTable = lambda x: getInterface(Atspi.Accessible.get_table, x) Atspi.Table.addColumnSelection = lambda *args: exwrap(Atspi.Table.add_column_selection, *args) Atspi.Table.addRowSelection = lambda *args: exwrap(Atspi.Table.add_row_selection, *args) +Atspi.Table.caption = property(fget=lambda x: exwrap(Atspi.Table.get_caption, x)) Atspi.Table.getAccessibleAt = lambda *args: exwrap(Atspi.Table.get_accessible_at, *args) Atspi.Table.getColumnAtIndex = lambda *args: exwrap(Atspi.Table.get_column_at_index, *args) Atspi.Table.getColumnDescription = lambda *args: exwrap(Atspi.Table.get_column_description, *args) @@ -287,7 +290,7 @@ Atspi.Table.getColumnHeader = lambda *args: exwrap(Atspi.Table.get_column_header, *args) Atspi.Table.getIndexAt = lambda *args: exwrap(Atspi.Table.get_index_at, *args) Atspi.Table.getRowAtIndex = lambda *args: exwrap(Atspi.Table.get_row_at_index, *args) -Atspi.Table.getRowColumnExtents = lambda *args: exwrap(Atspi.Table.get_row_column_extents_at_index, *args) +Atspi.Table.getRowColumnExtentsAtIndex = lambda *args: exwrap(Atspi.Table.get_row_column_extents_at_index, *args) Atspi.Table.getRowDescription = lambda *args: exwrap(Atspi.Table.get_row_description, *args) Atspi.Table.getRowExtentAt = lambda *args: exwrap(Atspi.Table.get_row_extent_at, *args) Atspi.Table.getRowHeader = lambda *args: exwrap(Atspi.Table.get_row_header, *args) @@ -302,6 +305,7 @@ Atspi.Table.nRows = property(fget=lambda x: exwrap(Atspi.Table.get_n_rows, x)) Atspi.Table.get_nSelectedColumns = lambda *args: exwrap(Atspi.Table.get_n_selected_columns, *args) Atspi.Table.get_nSelectedRows = lambda *args: exwrap(Atspi.Table.get_n_selected_rows, *args) +Atspi.Table.summary = property(fget=lambda x: exwrap(Atspi.Table.get_summary, x)) ### text ### Atspi.Accessible.queryText = lambda x: Text(getInterface(Atspi.Accessible.get_text, x)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pyatspi-2.0.1/pyatspi/document.py new/pyatspi-2.0.2/pyatspi/document.py --- old/pyatspi-2.0.1/pyatspi/document.py 2011-04-26 00:37:28.000000000 +0200 +++ new/pyatspi-2.0.2/pyatspi/document.py 2011-05-04 17:16:14.000000000 +0200 @@ -14,7 +14,7 @@ #Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. from gi.repository import Atspi -import utils +from utils import * __all__ = [ "Document", ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
