Package Release Info

python-atspi-2.34.0-bp152.1.9

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

Change Logs

* Mon Sep 09 2019 mgorse@suse.com
- Update to version 2.34.0:
  + Updated doap, and include it in the tarball.
* Mon Sep 02 2019 mgorse@suse.com
- Update to version 2.33.92:
  + Several test fixes.
  + Add license header on some test files.
* Fri Aug 30 2019 mgorse@suse.com
- Update to version 2.33.90:
  + Fix typo in get_imageLocale.
  + event.str(): show event sender.
  + Remove wrapper for atspi_text_notify_reading_position,
    as the function has been removed from at-spi2-core.
  + events: replace object:text:reading-position with
    screen-reader:region-changed.
  + Add wrapper for atspi_set_reference_window.
- Changes from version 2.33.2:
  + Add support for ROLE_CONTENT_DELETION and
    ROLE_CONTENT_INSERTION.
- Changes from version 2.33.1:
  + Add accessibleId property.
  + Add text.notifyReadingPosition.
  + Fix print usage in example, for python 3 compatibility.
* Thu Apr 18 2019 Jan Engelhardt <jengelh@inai.de>
- Avoid use of em dashes in titles.
* Wed Apr 10 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.32.1:
  + Fix arguments in Text.addSelection.
  + Document that extents are only meaningful when both visible and
    showing.
  + Fix default kind value for registerKeystrokeListener.
* Tue Mar 12 2019 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.32.0:
  + Stable release version bump.
* Wed Feb 20 2019 bjorn.lie@gmail.com
- Update to version 2.31.2:
  + Add ScrollSubstringTo and ScrollSubstringToPoint text
    interfaces.
* Tue Jan 08 2019 bjorn.lie@gmail.com
- Update to version 2.31.1:
  + Add support for locking/unlocking modifiers.
* Fri Sep 07 2018 bjorn.lie@gmail.com
- Update to version 2.30.0:
  + No changes, stable bump only.
* Thu Aug 16 2018 bjorn.lie@gmail.com
- Update to version 2.29.90:
  + registry: Rename async keyword for compatibility with Python
    3.7.
  + Add missing XY_PARENT export.
* Tue Jun 19 2018 bjorn.lie@gmail.com
- Update to version 2.29.1:
  + Add ScrollTo and ScrollToPoint component interfaces.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Mon Sep 11 2017 luc14n0@linuxmail.org
- Update to version 2.26.0:
  + Single commit.
* Tue Jun 20 2017 dimstar@opensuse.org
- Update to version 2.25.3:
  + Add error-message, error-for, details, and details-for relation
    types.
* Tue May 23 2017 zaitor@opensuse.org
- Update to version 2.25.2:
  + Add some missing roles to correspond with atk (description
    list, description term, description value, and footnote).
* Thu Apr 27 2017 toddrme2178@gmail.com
- Implement single-spec version.
* Mon Mar 20 2017 dimstar@opensuse.org
- Update to version 2.24.0:
  + Fix an invalid escape sequence.
  + Rename enum class to atspienum to avoid name conflict; fixes
    build with python 3.6.
* Tue Jan 17 2017 dimstar@opensuse.org
- Update to version 2.20.3:
  + Rename enum module and Enum class not to conflict with stdlib
    (needed for python 3.6).
* Fri May 20 2016 mgorse@suse.com
- Update to GNOME 3.20.2  Fate#318572
* Tue May 10 2016 zaitor@opensuse.org
- Update to version 2.20.2:
  + Update STATE_LAST_DEFINED so that STATE_READ_ONLY is recognized
    (bgo#766121).