Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-html5lib for openSUSE:Factory
checked in at 2025-05-30 14:21:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-html5lib (Old)
and /work/SRC/openSUSE:Factory/.python-html5lib.new.25440 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-html5lib"
Fri May 30 14:21:38 2025 rev:27 rq:1280836 version:1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-html5lib/python-html5lib.changes
2023-07-27 16:51:04.485904531 +0200
+++
/work/SRC/openSUSE:Factory/.python-html5lib.new.25440/python-html5lib.changes
2025-05-30 17:25:51.436575654 +0200
@@ -1,0 +2,5 @@
+Wed May 28 11:27:09 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-html5lib.spec ++++++
--- /var/tmp/diff_new_pack.SxBPCi/_old 2025-05-30 17:25:51.912595243 +0200
+++ /var/tmp/diff_new_pack.SxBPCi/_new 2025-05-30 17:25:51.912595243 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-html5lib
#
-# 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
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-html5lib
Version: 1.1
@@ -33,11 +32,13 @@
Patch2: pytest74.patch
BuildRequires: %{python_module Genshi}
BuildRequires: %{python_module lxml}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest >= 4.0}
BuildRequires: %{python_module pytest-expect}
BuildRequires: %{python_module setuptools >= 18.5}
BuildRequires: %{python_module six >= 1.9}
BuildRequires: %{python_module webencodings}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-six >= 1.9
@@ -62,10 +63,10 @@
%autopatch -p1
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -75,5 +76,5 @@
%license LICENSE
%doc CHANGES.rst README.rst
%{python_sitelib}/html5lib/
-%{python_sitelib}/html5lib-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/html5lib-%{version}*-info