Sync from SUSE:SLFO:Main python-atspi revision 94cc116cb957c098dc8177a79ed63f7c
This commit is contained in:
BIN
pyatspi-2.46.0.tar.xz
(Stored with Git LFS)
BIN
pyatspi-2.46.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
pyatspi-2.46.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
pyatspi-2.46.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 28 17:22:08 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.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 15:46:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Wed Sep 21 15:46:02 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-atspi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -34,7 +34,7 @@ BuildArch: noarch
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%define _name pyatspi
|
%define _name pyatspi
|
||||||
Name: python-atspi%{psuffix}
|
Name: python-atspi%{psuffix}
|
||||||
Version: 2.46.0
|
Version: 2.46.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for the Assistive Technology Service Provider Interface
|
Summary: Python bindings for the Assistive Technology Service Provider Interface
|
||||||
License: LGPL-2.0-only
|
License: LGPL-2.0-only
|
||||||
@@ -120,7 +120,7 @@ popd
|
|||||||
%if ! %{with test}
|
%if ! %{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README.md
|
||||||
%{python_sitelib}/pyatspi/
|
%{python_sitelib}/pyatspi/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user