Accepting request 41717 from GNOME:Factory
Copy from GNOME:Factory/python-atspi based on submit request 41717 from user vuntz OBS-URL: https://build.opensuse.org/request/show/41717 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-atspi?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e984b0e587fb28813e92a3b3b08228b47b410f48d8474da05fbf8e327274d55a
|
||||
size 306278
|
||||
3
pyatspi-0.3.3.tar.bz2
Normal file
3
pyatspi-0.3.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:db357f6c017b6a66ada91cf564452bdf757cdf9d5a81a44a58b7223fdec44d1b
|
||||
size 308203
|
||||
@@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 4 20:55:17 UTC 2010 - sshaw@decriptor.com
|
||||
|
||||
- Update to version 0.3.3:
|
||||
+ Hyperlink fixes.
|
||||
+ When an object's parent is set to null, remove it from the
|
||||
parent in the cache.
|
||||
+ Fix an issue where a state-changed handler can be called before
|
||||
the cache received the signal and updated the state.
|
||||
+ Only range check for __getitem__, not getChildAtIndex. This is
|
||||
pyatspi-corba's behavior and should improve performance in some
|
||||
cases.
|
||||
+ Fix tracebacks when checking some event properties.
|
||||
+ Fix a traceback when simulating a defunct state for an object
|
||||
that has gone away.
|
||||
+ Fix traceback when calling queryDocument.getAttributes(),
|
||||
queryText().getCharacterExtents(), and
|
||||
queryValue().setCurrentValue().
|
||||
+ Fix handling of some ChildrenChanged signals sent by Firefox.
|
||||
- Update to version 0.3.2:
|
||||
+ Remove double deletion of application from the desktop cache
|
||||
handler. Was causing a mostly harmless exception when an
|
||||
application shut down.
|
||||
+ Role changes now update the cache.
|
||||
+ Avoid throwing an exception in getState() if an object no
|
||||
longer exists. This avoids potentially throwing an eception
|
||||
where at-spi-corba may not.
|
||||
+ Do not use the cache if registry.start() has not been called;
|
||||
allows simple scripts without a main loop to work better.
|
||||
- Update to version 0.3.1.1:
|
||||
+ Install to $PYTHONDIR again, since we have no arch-specific
|
||||
dependencies.
|
||||
+ Do not dispatch events while waiting for a reply from a method
|
||||
call.
|
||||
- Update to version 0.3.1:
|
||||
+ Fixed GetLink, GetColumnHeader, getAccessibleAtPoint, and
|
||||
possibly others.
|
||||
+ Fix children-changed, property-change::accessible-parent, and
|
||||
active-descendant-changed events.
|
||||
+ Update an accessible's StateSet when a StateChanged signal is
|
||||
received.
|
||||
+ Properly fetch children of MANAGES_DESCENDANTS objects (ie, do
|
||||
not use cache)
|
||||
+ The desktop's role is now set to ROLE_DESKTOP_FRAME.
|
||||
+ Use pyexecdir as a base rather than pythondir.
|
||||
+ Disable relocation by default.
|
||||
- This fixes a crash in firefox when at-spi2 is used, see
|
||||
bnc#611149.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 8 01:41:45 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-atspi (Version 0.1.8)
|
||||
# spec file for package python-atspi (Version 0.3.3)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -20,8 +20,8 @@
|
||||
|
||||
Name: python-atspi
|
||||
%define _name pyatspi
|
||||
Version: 0.1.8
|
||||
Release: 2
|
||||
Version: 0.3.3
|
||||
Release: 1
|
||||
Summary: Assistive Technology Service Provider Interface - Python bindings
|
||||
License: LGPLv2.0
|
||||
Group: Development/Libraries/Python
|
||||
|
||||
Reference in New Issue
Block a user