Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-helpdev for openSUSE:Factory checked in at 2025-05-30 14:31:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-helpdev (Old) and /work/SRC/openSUSE:Factory/.python-helpdev.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-helpdev" Fri May 30 14:31:38 2025 rev:5 rq:1280658 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-helpdev/python-helpdev.changes 2020-05-26 17:49:59.827969547 +0200 +++ /work/SRC/openSUSE:Factory/.python-helpdev.new.25440/python-helpdev.changes 2025-05-30 17:25:45.832345024 +0200 @@ -1,0 +2,5 @@ +Tue May 27 15:24:45 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-helpdev.spec ++++++ --- /var/tmp/diff_new_pack.AdwTjm/_old 2025-05-30 17:25:46.304364449 +0200 +++ /var/tmp/diff_new_pack.AdwTjm/_new 2025-05-30 17:25:46.308364614 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-helpdev # -# Copyright (c) 2020 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 @@ -16,22 +16,23 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-helpdev Version: 0.7.1 Release: 0 Summary: HelpDev - Extracts information about the Python environment easily -License: MIT AND CC-BY-4.0 +License: CC-BY-4.0 AND MIT Group: Development/Languages/Python URL: https://gitlab.com/dpizetta/helpdev Source0: https://gitlab.com/dpizetta/helpdev/-/archive/v%{version}/helpdev-v%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-importlib-metadata Requires: python-psutil >= 5.4.8 -Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(post): alts +Requires(postun): alts BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module importlib-metadata} @@ -49,10 +50,10 @@ sed -i -e "s/psutil>=5.6/psutil>=5.4.8/" setup.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/helpdev %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -69,5 +70,6 @@ %files %{python_files} %doc README.rst %python_alternative %{_bindir}/helpdev -%{python_sitelib}/* +%{python_sitelib}/helpdev +%{python_sitelib}/helpdev-%{version}*-info