Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-xpybutil for openSUSE:Factory
checked in at 2025-06-06 22:43:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xpybutil (Old)
and /work/SRC/openSUSE:Factory/.python-xpybutil.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xpybutil"
Fri Jun 6 22:43:11 2025 rev:5 rq:1283487 version:0.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xpybutil/python-xpybutil.changes
2024-02-21 18:01:04.297406192 +0100
+++
/work/SRC/openSUSE:Factory/.python-xpybutil.new.19631/python-xpybutil.changes
2025-06-06 22:43:43.298456937 +0200
@@ -1,0 +2,6 @@
+Fri Jun 6 04:21:18 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xpybutil.spec ++++++
--- /var/tmp/diff_new_pack.E26POG/_old 2025-06-06 22:43:43.938483462 +0200
+++ /var/tmp/diff_new_pack.E26POG/_new 2025-06-06 22:43:43.938483462 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-xpybutil
#
-# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xpybutil
Version: 0.0.6
Release: 0
@@ -27,7 +26,9 @@
Source:
https://github.com/BurntSushi/xpybutil/archive/%{version}.tar.gz
Patch0: python-xpybutil-0.0.5-remove-selftest.patch
BuildRequires: %{python_module base}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: %{python_module xcffib}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -42,14 +43,15 @@
%autosetup -p1 -n xpybutil-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}/
%files %{python_files}
%license COPYING
%doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/xpybutil
+%{python_sitelib}/xpybutil-%{version}.dist-info