From 1175008d8b81b2b1522578c505c593e0b159b4a6c6492ba89ebc6608d4656e2a Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 30 Apr 2025 04:25:21 +0000 Subject: [PATCH] - Add missing BuildRequires on attrs. - Be a tiny bit more explicit in the files list. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wmctrl?expand=0&rev=12 --- python-wmctrl.changes | 6 ++++++ python-wmctrl.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/python-wmctrl.changes b/python-wmctrl.changes index 61fc15e..62b049d 100644 --- a/python-wmctrl.changes +++ b/python-wmctrl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 30 04:25:10 UTC 2025 - Steve Kowalik + +- 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 diff --git a/python-wmctrl.spec b/python-wmctrl.spec index ab7822e..5855414 100644 --- a/python-wmctrl.spec +++ b/python-wmctrl.spec @@ -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