Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-forked for openSUSE:Factory checked in at 2025-05-07 19:15:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pytest-forked (Old) and /work/SRC/openSUSE:Factory/.python-pytest-forked.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-forked" Wed May 7 19:15:47 2025 rev:10 rq:1275100 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pytest-forked/python-pytest-forked.changes 2023-05-09 13:06:29.092716372 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-forked.new.30101/python-pytest-forked.changes 2025-05-07 19:16:23.527023154 +0200 @@ -1,0 +2,5 @@ +Wed May 7 06:50:02 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pytest-forked.spec ++++++ --- /var/tmp/diff_new_pack.73A6DT/_old 2025-05-07 19:16:24.191050891 +0200 +++ /var/tmp/diff_new_pack.73A6DT/_new 2025-05-07 19:16:24.195051058 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pytest-forked # -# Copyright (c) 2023 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 @@ -24,10 +24,12 @@ License: MIT URL: https://github.com/pytest-dev/pytest-forked Source: https://files.pythonhosted.org/packages/source/p/pytest-forked/pytest-forked-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest >= 3.10} BuildRequires: %{python_module py} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-py @@ -42,10 +44,10 @@ %setup -q -n pytest-forked-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -56,5 +58,5 @@ %license LICENSE %doc README.rst CHANGELOG.rst %{python_sitelib}/pytest_forked -%{python_sitelib}/pytest_forked-%{version}*-info +%{python_sitelib}/pytest_forked-%{version}.dist-info