Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-bleach for openSUSE:Factory checked in at 2025-06-06 22:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-bleach (Old) and /work/SRC/openSUSE:Factory/.python-bleach.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-bleach" Fri Jun 6 22:43:34 2025 rev:22 rq:1283507 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-bleach/python-bleach.changes 2024-11-19 22:24:04.354342016 +0100 +++ /work/SRC/openSUSE:Factory/.python-bleach.new.19631/python-bleach.changes 2025-06-06 22:44:13.603712861 +0200 @@ -1,0 +2,5 @@ +Fri Jun 6 05:30:56 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-bleach.spec ++++++ --- /var/tmp/diff_new_pack.DRRhao/_old 2025-06-06 22:44:14.087732921 +0200 +++ /var/tmp/diff_new_pack.DRRhao/_new 2025-06-06 22:44:14.087732921 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-bleach # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -29,11 +29,14 @@ # https://github.com/mozilla/bleach/pull/706 Patch1: strip-spaces.patch BuildRequires: %{python_module html5lib >= 1.1} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-html5lib >= 1.1 +Requires: python-webencodings BuildArch: noarch %python_subpackages @@ -56,10 +59,10 @@ rm -rf bleach/_vendor %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check