Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylons-sphinx-themes for openSUSE:Factory checked in at 2025-06-11 16:20:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylons-sphinx-themes (Old) and /work/SRC/openSUSE:Factory/.python-pylons-sphinx-themes.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylons-sphinx-themes" Wed Jun 11 16:20:24 2025 rev:9 rq:1284374 version:1.0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylons-sphinx-themes/python-pylons-sphinx-themes.changes 2023-06-12 15:24:55.782511836 +0200 +++ /work/SRC/openSUSE:Factory/.python-pylons-sphinx-themes.new.19631/python-pylons-sphinx-themes.changes 2025-06-11 16:21:07.078936139 +0200 @@ -1,0 +2,5 @@ +Tue Jun 10 08:21:00 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylons-sphinx-themes.spec ++++++ --- /var/tmp/diff_new_pack.EiAZE2/_old 2025-06-11 16:21:07.814966816 +0200 +++ /var/tmp/diff_new_pack.EiAZE2/_new 2025-06-11 16:21:07.818966983 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pylons-sphinx-themes # -# Copyright (c) 2023 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 @@ -25,7 +25,9 @@ License: SUSE-Repoze URL: https://github.com/Pylons/pylons-sphinx-themes Source: https://files.pythonhosted.org/packages/source/p/pylons-sphinx-themes/pylons-sphinx-themes-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Pygments @@ -48,15 +50,15 @@ %setup -q -n pylons-sphinx-themes-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE.txt %doc CHANGES.txt CONTRIBUTORS.txt README.md %{python_sitelib}/pylons_sphinx_themes -%{python_sitelib}/pylons_sphinx_themes-%{version}-py*.egg-info +%{python_sitelib}/pylons_sphinx_themes-%{version}*-info