Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-webencodings for openSUSE:Factory checked in at 2025-06-13 18:43:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-webencodings (Old) and /work/SRC/openSUSE:Factory/.python-webencodings.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-webencodings" Fri Jun 13 18:43:18 2025 rev:7 rq:1285278 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-webencodings/python-webencodings.changes 2023-04-22 21:58:55.936668271 +0200 +++ /work/SRC/openSUSE:Factory/.python-webencodings.new.19631/python-webencodings.changes 2025-06-13 18:43:36.370336243 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 02:42:44 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-webencodings.spec ++++++ --- /var/tmp/diff_new_pack.521Awu/_old 2025-06-13 18:43:36.918358660 +0200 +++ /var/tmp/diff_new_pack.521Awu/_new 2025-06-13 18:43:36.922358824 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-webencodings # -# 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-webencodings Version: 0.5.1 @@ -26,7 +25,9 @@ URL: https://github.com/SimonSapin/python-webencodings Source: https://files.pythonhosted.org/packages/source/w/webencodings/webencodings-%{version}.tar.gz Source1: https://raw.githubusercontent.com/gsnedders/python-webencodings/v%{version}/LICENSE +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -52,15 +53,15 @@ cp %{SOURCE1} ./ %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc README.rst %{python_sitelib}/webencodings/ -%{python_sitelib}/webencodings-%{version}-py*.egg-info +%{python_sitelib}/webencodings-%{version}.dist-info