Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-sphinx_rtd_theme for openSUSE:Factory checked in at 2025-06-17 18:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme (Old) and /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx_rtd_theme" Tue Jun 17 18:20:24 2025 rev:22 rq:1285975 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-sphinx_rtd_theme/python-sphinx_rtd_theme.changes 2024-12-02 16:57:55.694164822 +0100 +++ /work/SRC/openSUSE:Factory/.python-sphinx_rtd_theme.new.19631/python-sphinx_rtd_theme.changes 2025-06-17 18:20:37.942339242 +0200 @@ -1,0 +2,5 @@ +Mon Jun 16 06:12:24 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyroject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-sphinx_rtd_theme.spec ++++++ --- /var/tmp/diff_new_pack.n0hcSV/_old 2025-06-17 18:20:38.786374349 +0200 +++ /var/tmp/diff_new_pack.n0hcSV/_new 2025-06-17 18:20:38.786374349 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-sphinx_rtd_theme # -# Copyright (c) 2024 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 @@ -32,7 +32,9 @@ License: Apache-2.0 AND MIT AND OFL-1.1 URL: https://github.com/snide/sphinx_rtd_theme/ Source: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: dos2unix BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -67,11 +69,11 @@ sed -i "/'build_py'/d" setup.py %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -86,6 +88,6 @@ %license LICENSE OFL-License.txt Apache-License-2.0.txt %doc README.rst %{python_sitelib}/sphinx_rtd_theme -%{python_sitelib}/sphinx_rtd_theme-%{version}*-info +%{python_sitelib}/sphinx_rtd_theme-%{version}.dist-info %endif