Sync from SUSE:SLFO:Main python-atspi revision 94cc116cb957c098dc8177a79ed63f7c

This commit is contained in:
2024-11-12 12:17:49 +01:00
parent e7433e87f1
commit 9ff4c09217
4 changed files with 16 additions and 7 deletions

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

Binary file not shown.

View File

@@ -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>

View File

@@ -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