Hello community, here is the log from the commit of package python-atspi for openSUSE:Leap:15.2 checked in at 2020-03-06 12:37:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-atspi (Old) and /work/SRC/openSUSE:Leap:15.2/.python-atspi.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atspi" Fri Mar 6 12:37:48 2020 rev:17 rq:779630 version:2.34.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-atspi/python-atspi.changes 2020-01-15 15:46:42.407366637 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-atspi.new.26092/python-atspi.changes 2020-03-06 12:38:09.902643690 +0100 @@ -1,0 +2,90 @@ +Mon Sep 9 15:15:54 CDT 2019 - [email protected] + +- Update to version 2.34.0: + + Updated doap, and include it in the tarball. + +------------------------------------------------------------------- +Mon Sep 2 18:16:45 CDT 2019 - [email protected] + +- Update to version 2.33.92: + + Several test fixes. + + Add license header on some test files. + +------------------------------------------------------------------- +Fri Aug 30 09:41:41 CDT 2019 - [email protected] + +- 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 14:21:18 UTC 2019 - Jan Engelhardt <[email protected]> + +- Avoid use of em dashes in titles. + +------------------------------------------------------------------- +Wed Apr 10 08:28:46 UTC 2019 - Bjørn Lie <[email protected]> + +- 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 06:44:04 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 2.32.0: + + Stable release version bump. + +------------------------------------------------------------------- +Wed Feb 20 10:06:50 UTC 2019 - [email protected] + +- Update to version 2.31.2: + + Add ScrollSubstringTo and ScrollSubstringToPoint text + interfaces. + +------------------------------------------------------------------- +Tue Jan 8 13:45:47 UTC 2019 - [email protected] + +- Update to version 2.31.1: + + Add support for locking/unlocking modifiers. + +------------------------------------------------------------------- +Fri Sep 7 20:31:35 UTC 2018 - [email protected] + +- Update to version 2.30.0: + + No changes, stable bump only. + +------------------------------------------------------------------- +Thu Aug 16 16:04:54 UTC 2018 - [email protected] + +- Update to version 2.29.90: + + registry: Rename async keyword for compatibility with Python + 3.7. + + Add missing XY_PARENT export. + +------------------------------------------------------------------- +Tue Jun 19 23:18:53 UTC 2018 - [email protected] + +- Update to version 2.29.1: + + Add ScrollTo and ScrollToPoint component interfaces. + +------------------------------------------------------------------- +Wed Feb 28 16:38:51 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- Old: ---- pyatspi-2.26.0.tar.xz New: ---- pyatspi-2.34.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atspi.spec ++++++ --- /var/tmp/diff_new_pack.j3zBWZ/_old 2020-03-06 12:38:11.030644376 +0100 +++ /var/tmp/diff_new_pack.j3zBWZ/_new 2020-03-06 12:38:11.074644403 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-atspi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,39 +12,43 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} -Name: python-atspi %define _name pyatspi -Version: 2.26.0 +Name: python-atspi +Version: 2.34.0 Release: 0 -Summary: Assistive Technology Service Provider Interface - Python bindings -License: LGPL-2.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: http://download.gnome.org/sources/pyatspi/2.26/%{_name}-%{version}.tar.xz +URL: http://www.gnome.org/ +Source0: https://download.gnome.org/sources/pyatspi/2.34/%{_name}-%{version}.tar.xz + BuildRequires: %{python_module devel} BuildRequires: %{python_module gobject >= 2.90.1} BuildRequires: %{python_module gobject-devel >= 2.90.1} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: python3-2to3 # Needed to have typelib() Requires. BuildRequires: gobject-introspection +BuildRequires: python-rpm-macros +BuildRequires: python3-2to3 Requires: python-gobject >= 2.90.1 +# The bindings are really useful only if the at-spi registry is running. But +# it's not a strict runtime dependency. +Recommends: at-spi2-core +# Old versions of at-spi 1.x provided the same files +Conflicts: at-spi < 1.29.3 +BuildArch: noarch %ifpython2 Requires: dbus-1-python %endif %ifpython3 Requires: dbus-1-python3 %endif -# The bindings are really useful only if the at-spi registry is running. But -# it's not a strict runtime dependency. -Recommends: at-spi2-core # Virtual package, so that apps can depend on it, without having to know which # at-spi stack is used. Only the default at-spi stack should define it. %ifpython2 @@ -54,10 +58,6 @@ %ifpython3 Provides: py3atspi %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch -# Old versions of at-spi 1.x provided the same files -Conflicts: at-spi < 1.29.3 %python_subpackages %description @@ -90,8 +90,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root) -%doc AUTHORS COPYING COPYING.GPL NEWS README +%license COPYING +%doc AUTHORS NEWS README %{python_sitelib}/pyatspi/ %changelog ++++++ pyatspi-2.26.0.tar.xz -> pyatspi-2.34.0.tar.xz ++++++ ++++ 6267 lines of diff (skipped)
