python3-atspi
No description set
- Sources inherited from project SUSE:SLE-15-SP6:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout SUSE:SLE-15-SP7:GA/python3-atspi && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
pyatspi-2.46.0.tar.xz | 0000324112 317 KB | |
python3-atspi.changes | 0000033092 32.3 KB | |
python3-atspi.spec | 0000003975 3.88 KB |
Latest Revision
Ruediger Oertel (oertel)
committed
(revision 2)
To be complaint with python packaging convention, rename the python-atspi to python3-atspi because the python 3.6 version is still used in this package ((jsc#PED-5835)). The python-atspi package will be requested to delete. Index: python3-atspi.changes =================================================================== --- python3-atspi.changes (revision 1) +++ python3-atspi.changes (revision 3) @@ -1,4 +1,34 @@ ------------------------------------------------------------------- +Wed Sep 21 15:46:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 2.46.0: + + No changes, stable bump only. + +------------------------------------------------------------------- +Mon Aug 29 09:18:03 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.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 8 12:10:20 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.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 11:05:05 UTC 2022 - Marcus Meissner <meissner@suse.com> + +- link testsuite with -z lazy to avoid breaking the build. + +------------------------------------------------------------------- +Fri Feb 11 10:41:43 UTC 2022 - pgajdos@suse.com + +- 2to3 module is not required for build + +------------------------------------------------------------------- Wed Dec 8 21:53:30 UTC 2021 - Michael Gorse <mgorse@suse.com> - Update to version 2.38.2: Index: python3-atspi.spec =================================================================== --- python3-atspi.spec (revision 1) +++ python3-atspi.spec (revision 3) @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,13 +34,13 @@ %define skip_python2 1 %define _name pyatspi Name: python3-atspi%{psuffix} -Version: 2.38.2 +Version: 2.46.0 Release: 0 Summary: Python bindings for the Assistive Technology Service Provider Interface License: LGPL-2.0-only Group: Development/Libraries/Python URL: https://gitlab.gnome.org/GNOME/pyatspi2 -Source0: https://download.gnome.org/sources/pyatspi/2.38/%{_name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/pyatspi/2.46/%{_name}-%{version}.tar.xz BuildRequires: %{python_module dbus-python} BuildRequires: %{python_module gobject >= 2.90.1} BuildRequires: %{python_module gobject-devel >= 2.90.1} @@ -49,14 +49,13 @@ # Needed to have typelib() Requires. BuildRequires: gobject-introspection BuildRequires: python-rpm-macros -BuildRequires: python3-2to3 BuildRequires: pkgconfig(gtk+-3.0) %if %{with test} -BuildRequires: at-spi2-atk-gtk2 BuildRequires: at-spi2-core -BuildRequires: atk-devel BuildRequires: glib2-devel BuildRequires: libxml2-devel +BuildRequires: (at-spi2-atk-gtk2 if at-spi2-core < 2.45) +BuildRequires: (atk-devel if at-spi2-core-devel < 2.45) %endif Requires: python3-dbus-python Requires: python3-gobject >= 2.90.1 @@ -110,6 +109,8 @@ %if %{with test} %check +# does not work with -z now due to some library overriding +export SUSE_ZNOW=0 %{python_expand pushd build_%{$python_bin_suffix}/tests dbus-run-session make %{?_smp_mflags} check CFLAGS="-Wno-return-type" || (cat pyatspi/test-suite.log && exit 1) popd Index: pyatspi-2.46.0.tar.xz =================================================================== Binary file pyatspi-2.46.0.tar.xz (revision 3) added Index: pyatspi-2.38.2.tar.xz =================================================================== Binary file pyatspi-2.38.2.tar.xz (revision 1) deleted
Comments 0