Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-acefile for openSUSE:Factory checked in at 2025-06-13 18:45:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-acefile (Old) and /work/SRC/openSUSE:Factory/.python-acefile.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-acefile" Fri Jun 13 18:45:51 2025 rev:5 rq:1285322 version:0.6.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-acefile/python-acefile.changes 2024-11-19 22:23:59.722149400 +0100 +++ /work/SRC/openSUSE:Factory/.python-acefile.new.19631/python-acefile.changes 2025-06-13 18:46:18.660940856 +0200 @@ -1,0 +2,6 @@ +Fri Jun 13 05:35:23 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-acefile.spec ++++++ --- /var/tmp/diff_new_pack.0nvLQo/_old 2025-06-13 18:46:19.388970713 +0200 +++ /var/tmp/diff_new_pack.0nvLQo/_new 2025-06-13 18:46:19.392970877 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-acefile # -# 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 @@ -17,7 +17,6 @@ %define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-acefile Version: 0.6.13 Release: 0 @@ -27,7 +26,9 @@ URL: https://www.roe.ch/acefile Source: https://files.pythonhosted.org/packages/source/a/acefile/acefile-%{version}.tar.gz BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools @@ -44,10 +45,10 @@ %build export CFLAGS="%{optflags}" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/acefile-unace %python_expand %fdupes %{buildroot}%{$python_sitearch} @@ -61,7 +62,10 @@ %doc NEWS.md README.md %license LICENSE.md %python_alternative %{_bindir}/acefile-unace -%{python_sitearch}/* +%{python_sitearch}/acefile.py +%pycache_only %{python_sitearch}/__pycache__/acefile.*.pyc +%{python_sitearch}/acebitstream.cpython-*-linux-gnu.so +%{python_sitearch}/acefile-%{version}.dist-info %check # no testsuite found