Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-mkdocs-bootstrap for
openSUSE:Factory checked in at 2025-06-02 22:00:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mkdocs-bootstrap (Old)
and /work/SRC/openSUSE:Factory/.python-mkdocs-bootstrap.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mkdocs-bootstrap"
Mon Jun 2 22:00:36 2025 rev:3 rq:1281836 version:1.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-mkdocs-bootstrap/python-mkdocs-bootstrap.changes
2023-12-08 22:32:34.065135335 +0100
+++
/work/SRC/openSUSE:Factory/.python-mkdocs-bootstrap.new.16005/python-mkdocs-bootstrap.changes
2025-06-02 22:00:55.494127756 +0200
@@ -1,0 +2,5 @@
+Mon Jun 2 09:03:57 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-mkdocs-bootstrap.spec ++++++
--- /var/tmp/diff_new_pack.BcUQTU/_old 2025-06-02 22:00:55.862143018 +0200
+++ /var/tmp/diff_new_pack.BcUQTU/_new 2025-06-02 22:00:55.862143018 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-mkdocs-bootstrap
#
-# 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
@@ -24,7 +24,9 @@
URL: https://mkdocs.github.io/mkdocs-bootstrap/
Source:
https://files.pythonhosted.org/packages/source/m/mkdocs-bootstrap/mkdocs-bootstrap-%{version}.tar.gz
BuildRequires: %{python_module mkdocs >= 1.1}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-mkdocs >= 1.1
@@ -38,10 +40,10 @@
%setup -q -n mkdocs-bootstrap-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}