Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-venusian for openSUSE:Factory
checked in at 2024-01-24 19:06:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-venusian (Old)
and /work/SRC/openSUSE:Factory/.python-venusian.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-venusian"
Wed Jan 24 19:06:09 2024 rev:13 rq:1141246 version:3.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-venusian/python-venusian.changes
2024-01-10 21:52:59.617703232 +0100
+++
/work/SRC/openSUSE:Factory/.python-venusian.new.16006/python-venusian.changes
2024-01-24 19:06:28.693976970 +0100
@@ -1,0 +2,6 @@
+Wed Jan 24 11:36:23 UTC 2024 - ecsos <[email protected]>
+
+- Fix build error in Leap.
+ Use correct BuildRequires.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-venusian.spec ++++++
--- /var/tmp/diff_new_pack.hD1CTC/_old 2024-01-24 19:06:29.265997607 +0100
+++ /var/tmp/diff_new_pack.hD1CTC/_new 2024-01-24 19:06:29.265997607 +0100
@@ -35,8 +35,8 @@
BuildRequires: %{python_module sphinxcontrib-copybutton}
# /SECTION
# SECTION documentation requirements
-BuildRequires: python3-Sphinx
-BuildRequires: python3-pylons-sphinx-themes
+BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module pylons-sphinx-themes}
# /SECTION
%python_subpackages
@@ -64,7 +64,7 @@
%build
%pyproject_wheel
-PYTHONPATH=src python3 -msphinx docs build/sphinx/html \
+PYTHONPATH=src python%python_bin_suffix -msphinx docs build/sphinx/html \
&& rm -rv build/sphinx/html/{.buildinfo,objects.inv,.doctrees}
%install