Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-html5-parser for openSUSE:Factory checked in at 2025-05-30 14:32:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-html5-parser (Old) and /work/SRC/openSUSE:Factory/.python-html5-parser.new.25440 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html5-parser" Fri May 30 14:32:48 2025 rev:15 rq:1280761 version:0.4.12 Changes: -------- --- /work/SRC/openSUSE:Factory/python-html5-parser/python-html5-parser.changes 2023-11-20 21:20:45.281472741 +0100 +++ /work/SRC/openSUSE:Factory/.python-html5-parser.new.25440/python-html5-parser.changes 2025-05-30 17:25:50.884552937 +0200 @@ -1,0 +2,5 @@ +Wed May 28 06:46:30 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-html5-parser.spec ++++++ --- /var/tmp/diff_new_pack.ofboBS/_old 2025-05-30 17:25:51.308570386 +0200 +++ /var/tmp/diff_new_pack.ofboBS/_new 2025-05-30 17:25:51.308570386 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-html5-parser # -# 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 @@ -29,7 +29,9 @@ BuildRequires: %{python_module chardet} BuildRequires: %{python_module devel} BuildRequires: %{python_module lxml >= 3.8.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -45,10 +47,10 @@ %build find . -name '*.py' -exec sed -i '/#.*usr.bin.env.*python/d' {} \; -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %check %if 0%{?suse_version} > 1500 @@ -61,5 +63,5 @@ %license LICENSE %doc README.rst %{python_sitearch}/html5_parser/ -%{python_sitearch}/html5_parser-%{version}-py%{python_version}.egg-info +%{python_sitearch}/html5_parser-%{version}*-info