Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-cloud-sptheme for
openSUSE:Factory checked in at 2022-01-27 23:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cloud-sptheme (Old)
and /work/SRC/openSUSE:Factory/.python-cloud-sptheme.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cloud-sptheme"
Thu Jan 27 23:16:50 2022 rev:4 rq:949321 version:1.10.1.post20200504175005
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-cloud-sptheme/python-cloud-sptheme.changes
2021-05-23 00:06:25.682529785 +0200
+++
/work/SRC/openSUSE:Factory/.python-cloud-sptheme.new.1898/python-cloud-sptheme.changes
2022-01-27 23:17:30.942750669 +0100
@@ -1,0 +2,5 @@
+Wed Jan 19 17:57:41 UTC 2022 - Sebastian Wagner <[email protected]>
+
+- Update build requirements for documentation.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-cloud-sptheme.spec ++++++
--- /var/tmp/diff_new_pack.G3hhx5/_old 2022-01-27 23:17:31.354747822 +0100
+++ /var/tmp/diff_new_pack.G3hhx5/_new 2022-01-27 23:17:31.358747795 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-cloud-sptheme
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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,10 @@
BuildRequires: python-rpm-macros
# SECTION docs
BuildRequires: python3-Sphinx
+BuildRequires: python3-importlib-metadata >= 4.4
+BuildRequires: python3-pip
BuildRequires: python3-sphinxcontrib-fulltoc
+BuildRequires: python3-wheel
# /SECTION
BuildArch: noarch
@@ -55,7 +58,7 @@
%build
%python_build
-python3 setup.py build_sphinx -E
+PYTHONPATH=. python3 setup.py build_sphinx -E
rm build/sphinx/html/.buildinfo
%install