Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-aioresponses for openSUSE:Factory checked in at 2025-06-13 18:43:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-aioresponses (Old) and /work/SRC/openSUSE:Factory/.python-aioresponses.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-aioresponses" Fri Jun 13 18:43:30 2025 rev:17 rq:1285325 version:0.7.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-aioresponses/python-aioresponses.changes 2025-04-08 17:51:41.227642373 +0200 +++ /work/SRC/openSUSE:Factory/.python-aioresponses.new.19631/python-aioresponses.changes 2025-06-13 18:43:44.418665456 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 05:35:05 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-aioresponses.spec ++++++ --- /var/tmp/diff_new_pack.Ufs5JC/_old 2025-06-13 18:43:46.342744160 +0200 +++ /var/tmp/diff_new_pack.Ufs5JC/_new 2025-06-13 18:43:46.358744814 +0200 @@ -28,9 +28,11 @@ BuildRequires: %{python_module aiohttp >= 2.0.0} BuildRequires: %{python_module ddt >= 1.1.0} BuildRequires: %{python_module pbr} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 3.8.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} +BuildRequires: %{python_module wheel} BuildRequires: %{python_module yarl} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -50,11 +52,11 @@ %build export LC_ALL=en_US.UTF-8 -%python_build +%pyproject_wheel %install export LC_ALL=en_US.UTF-8 -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -69,5 +71,5 @@ %doc AUTHORS AUTHORS.rst ChangeLog README.rst %license LICENSE %{python_sitelib}/aioresponses -%{python_sitelib}/aioresponses-%{version}-py*.egg-info +%{python_sitelib}/aioresponses-%{version}.dist-info