Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-linux-procfs for openSUSE:Factory checked in at 2025-01-29 16:16:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-linux-procfs (Old) and /work/SRC/openSUSE:Factory/.python-linux-procfs.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-linux-procfs" Wed Jan 29 16:16:40 2025 rev:6 rq:1241014 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-linux-procfs/python-linux-procfs.changes 2024-02-16 21:42:59.619081423 +0100 +++ /work/SRC/openSUSE:Factory/.python-linux-procfs.new.2316/python-linux-procfs.changes 2025-01-29 16:17:08.916315926 +0100 @@ -1,0 +2,6 @@ +Wed Jan 29 00:41:51 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-linux-procfs.spec ++++++ --- /var/tmp/diff_new_pack.dmB7KL/_old 2025-01-29 16:17:09.560342633 +0100 +++ /var/tmp/diff_new_pack.dmB7KL/_new 2025-01-29 16:17:09.564342799 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-linux-procfs # -# 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,15 +16,14 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-linux-procfs Version: 0.7.3 Release: 0 Summary: Linux /proc abstraction classes License: GPL-2.0-only -Group: Development/Languages/Python URL: https://rt.wiki.kernel.org/index.php/Tuna Source: https://cdn.kernel.org/pub/software/libs/python/%{name}/%{name}-%{version}.tar.xz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -42,10 +41,10 @@ %setup -q %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/pflags %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -59,7 +58,8 @@ %python_uninstall_alternative pflags %files %{python_files} -%{python_sitelib}/* -%python_alternative %{_bindir}/pflags %license COPYING +%python_alternative %{_bindir}/pflags +%{python_sitelib}/procfs +%{python_sitelib}/python_linux_procfs-%{version}.dist-info