14
0
forked from pool/python-wmctrl

Accepting request 1273544 from devel:languages:python

- Add missing BuildRequires on attrs.
- Be a tiny bit more explicit in the files list.

OBS-URL: https://build.opensuse.org/request/show/1273544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wmctrl?expand=0&rev=6
This commit is contained in:
2025-04-30 17:04:31 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 30 04:25:10 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on attrs.
- Be a tiny bit more explicit in the files list.
-------------------------------------------------------------------
Wed Dec 11 12:48:56 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-wmctrl
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,9 +23,9 @@ Release: 0
Summary: Python programmatic control of X windows
# Project is in the process of transitioning from Bitbucket to GitHub
License: MIT
Group: Development/Languages/Python
URL: https://github.com/antocuni/wmctrl
Source: https://files.pythonhosted.org/packages/source/w/wmctrl/wmctrl-%{version}.tar.gz
BuildRequires: %{python_module attrs}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -74,8 +74,8 @@ xvfb-run /tmp/test_script.sh
%files %{python_files}
%license LICENSE
%{python_sitelib}/wmctrl.py*
%pycache_only %{python_sitelib}/__pycache__
%{python_sitelib}/wmctrl*/
%{python_sitelib}/wmctrl.py
%pycache_only %{python_sitelib}/__pycache__/wmctrl*pyc
%{python_sitelib}/wmctrl-%{version}.dist-info
%changelog