Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-xattr for openSUSE:Factory checked in at 2025-06-10 08:58:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-xattr (Old) and /work/SRC/openSUSE:Factory/.python-xattr.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xattr" Tue Jun 10 08:58:05 2025 rev:27 rq:1283483 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-xattr/python-xattr.changes 2023-07-06 18:28:02.250911704 +0200 +++ /work/SRC/openSUSE:Factory/.python-xattr.new.19631/python-xattr.changes 2025-06-10 08:58:58.015733675 +0200 @@ -1,0 +2,5 @@ +Fri Jun 6 04:19:46 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-xattr.spec ++++++ --- /var/tmp/diff_new_pack.uIBKTj/_old 2025-06-10 08:58:58.631759095 +0200 +++ /var/tmp/diff_new_pack.uIBKTj/_new 2025-06-10 08:58:58.631759095 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-xattr # -# Copyright (c) 2022 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 @@ -22,18 +22,18 @@ Release: 0 Summary: Python wrapper for extended filesystem attributes License: MIT -Group: Development/Languages/Python URL: https://github.com/xattr/xattr Source: https://files.pythonhosted.org/packages/source/x/xattr/xattr-%{version}.tar.gz BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cffi >= 1.11 -Requires: python-setuptools Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %ifpython2 Provides: pyxattr = %{version} Obsoletes: pyxattr < %{version} @@ -54,10 +54,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch} %python_clone -a %{buildroot}%{_bindir}/xattr @@ -76,5 +76,5 @@ %doc README.rst %python_alternative %{_bindir}/xattr %{python_sitearch}/xattr -%{python_sitearch}/xattr-*egg-info +%{python_sitearch}/xattr-%{version}.dist-info