Compare commits

1 Commits
main ... 1.1

4 changed files with 7 additions and 16 deletions

BIN
pyatspi-2.46.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
pyatspi-2.46.1.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,12 +1,3 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-atspi
# spec file
#
# Copyright (c) 2024 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,7 +34,7 @@ BuildArch: noarch
%define skip_python2 1
%define _name pyatspi
Name: python-atspi%{psuffix}
Version: 2.46.1
Version: 2.46.0
Release: 0
Summary: Python bindings for the Assistive Technology Service Provider Interface
License: LGPL-2.0-only
@@ -120,7 +120,7 @@ popd
%if ! %{with test}
%files %{python_files}
%license COPYING
%doc AUTHORS NEWS README.md
%doc AUTHORS NEWS README
%{python_sitelib}/pyatspi/
%endif