Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinx-bootstrap-theme for
openSUSE:Factory checked in at 2025-06-12 18:11:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinx-bootstrap-theme (Old)
and /work/SRC/openSUSE:Factory/.python-sphinx-bootstrap-theme.new.19631
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinx-bootstrap-theme"
Thu Jun 12 18:11:27 2025 rev:5 rq:1285142 version:0.8.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinx-bootstrap-theme/python-sphinx-bootstrap-theme.changes
2023-03-26 20:19:05.666925860 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinx-bootstrap-theme.new.19631/python-sphinx-bootstrap-theme.changes
2025-06-12 18:11:29.732723404 +0200
@@ -1,0 +2,5 @@
+Thu Jun 12 12:19:20 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinx-bootstrap-theme.spec ++++++
--- /var/tmp/diff_new_pack.VzWIP5/_old 2025-06-12 18:11:30.276745958 +0200
+++ /var/tmp/diff_new_pack.VzWIP5/_new 2025-06-12 18:11:30.276745958 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx-bootstrap-theme
#
-# 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-%{**}}
Name: python-sphinx-bootstrap-theme
Version: 0.8.1
Release: 0
@@ -25,12 +24,13 @@
Group: Development/Languages/Python
URL:
http://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html
Source:
https://files.pythonhosted.org/packages/source/s/sphinx-bootstrap-theme/sphinx-bootstrap-theme-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-Sphinx >= 1.6.1
BuildArch: noarch
-
%python_subpackages
%description
@@ -43,14 +43,15 @@
%setup -q -n sphinx-bootstrap-theme-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%license LICENSE.txt
%doc HISTORY.rst README.rst TODO.rst
-%{python_sitelib}/*
+%{python_sitelib}/sphinx[-_]bootstrap[-_]theme
+%{python_sitelib}/sphinx[-_]bootstrap[-_]theme-%{version}*-info