SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-atspi-2.46.1-150600.3.1.noarch.rpm :

* Wed Feb 28 2024 dimstarAATTopensuse.org- Update to version 2.46.1: + Fix some implicit function declarations and other compiler warnings in the tests. + Remove some unused code. + Update the README to describe the module\'s current status.
* Wed Sep 21 2022 bjorn.lieAATTgmail.com- Update to version 2.46.0: + No changes, stable bump only.
* Mon Aug 29 2022 dimstarAATTopensuse.org- Only BuildRequire at-spi2-atk-gtk2 and atk-devel if at-spi2-core < 2.45. In newer versions, at-spi2-atk was merged into -core and obsoleted.
* Mon Aug 08 2022 bjorn.lieAATTgmail.com- Update to version 2.45.90: + Add object:announcement to the list of events. + Add support for ATSPI_ROLE_PUSH_BUTTON_MENU.
* Tue Mar 29 2022 meissnerAATTsuse.com- link testsuite with -z lazy to avoid breaking the build.
* Fri Feb 11 2022 pgajdosAATTsuse.com- 2to3 module is not required for build
* Wed Dec 08 2021 mgorseAATTsuse.com- Update to version 2.38.2: + Fix a missing return value in the testsuite. + Make Selection#clearSelection work. + Fix attributeListToHash() in case there’s a colon in an attr value.- Drop pyatspi-test-fixes.patch: fixed upstream.
* Mon Sep 27 2021 mgorseAATTsuse.com- Add pyatspi-test-fixes.patch: fix tests on s390x (bsc#1190051).
* Wed Aug 11 2021 yfjiangAATTsuse.com- Drop build with python2.
* Thu Mar 18 2021 dimstarAATTopensuse.org- Update to version 2.38.1: + Add sanity checks to getPath and findAncestor so that we don\'t hang if an accessible returns itself as its own parent.
* Mon Dec 14 2020 codeAATTbnavigator.de- Support future multiple python3 flavors
* fix py
*atspi provides
* remove %ifpython3 -- it will break
* gh#openSUSE/python-rpm-macros#66- Enable testsuite. General rule for python packages: must run if they are available. And it revealed a problem with the (not given) path to the python interpreter.
* The test suite compiles test libraries which do not work for armv7l and ppc64le. Skip there.
* Mon Sep 14 2020 dimstarAATTopensuse.org- Update to version 2.38.0: + Updated translations.
* Fri Sep 04 2020 dimstarAATTopensuse.org- Update to version 2.37.90: + Tests: use libatspi\'s dbus-gmain implementation, eliminating dependency on dbus-glib. + Migrate to gtk 3. + Add support for the mode-changed signal.- Add pkgconfig(gtk+-3.0) BuildRequires: align with what configure is looking for.
* Sun Mar 08 2020 bjorn.lieAATTgmail.com- Update to version 2.36.0: + No changes, stable release bump only.
* Wed Feb 12 2020 dimstarAATTopensuse.org- 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.
* Mon Sep 09 2019 mgorseAATTsuse.com- Update to version 2.34.0: + Updated doap, and include it in the tarball.
* Mon Sep 02 2019 mgorseAATTsuse.com- Update to version 2.33.92: + Several test fixes. + Add license header on some test files.
* Fri Aug 30 2019 mgorseAATTsuse.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 jengelhAATTinai.de- Avoid use of em dashes in titles.
* Wed Apr 10 2019 bjorn.lieAATTgmail.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 bjorn.lieAATTgmail.com- Update to version 2.32.0: + Stable release version bump.
* Wed Feb 20 2019 bjorn.lieAATTgmail.com- Update to version 2.31.2: + Add ScrollSubstringTo and ScrollSubstringToPoint text interfaces.
* Tue Jan 08 2019 bjorn.lieAATTgmail.com- Update to version 2.31.1: + Add support for locking/unlocking modifiers.
* Fri Sep 07 2018 bjorn.lieAATTgmail.com- Update to version 2.30.0: + No changes, stable bump only.
* Thu Aug 16 2018 bjorn.lieAATTgmail.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.lieAATTgmail.com- Update to version 2.29.1: + Add ScrollTo and ScrollToPoint component interfaces.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Tue Sep 12 2017 luc14n0AATTlinuxmail.org- Update to version 2.26.0: + Single commit.
* Tue Jun 20 2017 dimstarAATTopensuse.org- Update to version 2.25.3: + Add error-message, error-for, details, and details-for relation types.
* Tue May 23 2017 zaitorAATTopensuse.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 toddrme2178AATTgmail.com- Implement single-spec version.
* Mon Mar 20 2017 dimstarAATTopensuse.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 dimstarAATTopensuse.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 mgorseAATTsuse.com- Update to GNOME 3.20.2 Fate#318572
* Tue May 10 2016 zaitorAATTopensuse.org- Update to version 2.20.2: + Update STATE_LAST_DEFINED so that STATE_READ_ONLY is recognized (bgo#766121).
* Thu Apr 14 2016 mgorseAATTsuse.com- Update to GNOME 3.20 Fate#318572
* Tue Apr 12 2016 zaitorAATTopensuse.org- Update to version 2.20.1: + gettext: Don\'t modify endOffset (bgo#721860).
* Tue Mar 22 2016 dimstarAATTopensuse.org- Update to version 2.20.0: + No changes, stable release.
* Tue Mar 01 2016 zaitorAATTopensuse.org- Update to version 2.19.91: + Call gi.require_version() before import.
* Tue Sep 22 2015 dimstarAATTopensuse.org- Update to version 2.18.0: + No changes, stable release.
* Mon Aug 17 2015 zaitorAATTopensuse.org- Update to version 2.17.90: + Fix text.getDefaultAttributeSet (bgo#752928).
* Tue Mar 24 2015 zaitorAATTopensuse.org- Update to version 2.16.0: + No changes, stable bump.
* Tue Feb 17 2015 dimstarAATTopensuse.org- Update to version 2.15.90: + Add new roles for fractions, roots, subscripts, and superscripts (bgo#743413).
* Wed Jan 28 2015 zaitorAATTopensuse.org- Update to version 2.15.4: + Support ATSPI_STATE_READ_ONLY (bgo#690108).
* Thu Dec 18 2014 zaitorAATTopensuse.org- Update to version 2.15.3: + Add ROLE_STATIC (bgo#740364).
 
ICM