Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-inflection for openSUSE:Factory checked in at 2025-07-07 14:46:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-inflection (Old) and /work/SRC/openSUSE:Factory/.python-inflection.new.1903 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-inflection" Mon Jul 7 14:46:29 2025 rev:8 rq:1290929 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-inflection/python-inflection.changes 2025-01-19 21:49:14.366081786 +0100 +++ /work/SRC/openSUSE:Factory/.python-inflection.new.1903/python-inflection.changes 2025-07-07 14:46:31.096322471 +0200 @@ -1,0 +2,6 @@ +Mon Jul 7 02:37:27 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-inflection.spec ++++++ --- /var/tmp/diff_new_pack.hyitJ9/_old 2025-07-07 14:46:31.764350361 +0200 +++ /var/tmp/diff_new_pack.hyitJ9/_new 2025-07-07 14:46:31.764350361 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-inflection # -# Copyright (c) 2021 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 @@ -26,8 +26,10 @@ Group: Development/Languages/Python URL: https://github.com/jpvanhal/inflection Source: https://files.pythonhosted.org/packages/source/i/inflection/inflection-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -45,10 +47,10 @@ %setup -q -n inflection-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -57,5 +59,6 @@ %files %{python_files} %doc README.rst %%license LICENSE -%{python_sitelib}/* +%{python_sitelib}/inflection +%{python_sitelib}/inflection-%{version}.dist-info