Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-waitress for openSUSE:Factory
checked in at 2023-06-16 16:51:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-waitress (Old)
and /work/SRC/openSUSE:Factory/.python-waitress.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-waitress"
Fri Jun 16 16:51:56 2023 rev:29 rq:1093051 version:2.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes
2023-05-04 17:09:57.992151368 +0200
+++
/work/SRC/openSUSE:Factory/.python-waitress.new.15902/python-waitress.changes
2023-06-16 16:52:00.948697278 +0200
@@ -1,0 +2,5 @@
+Sat Jun 10 09:00:11 UTC 2023 - ecsos <[email protected]>
+
+- Fix build error for waitress:doc
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-waitress.spec ++++++
--- /var/tmp/diff_new_pack.2YUuxJ/_old 2023-06-16 16:52:01.572700989 +0200
+++ /var/tmp/diff_new_pack.2YUuxJ/_new 2023-06-16 16:52:01.576701013 +0200
@@ -57,11 +57,19 @@
%endif
%else
# Documentation requirements
+%if 0%{?suse_version} > 1500
BuildRequires: python3-Sphinx
BuildRequires: python3-docutils
BuildRequires: python3-pylons-sphinx-themes
BuildRequires: python3-waitress = %{version}
Recommends: python3-waitress = %{version}
+%else
+BuildRequires: %{python_module Sphinx}
+BuildRequires: %{python_module docutils}
+BuildRequires: %{python_module pylons-sphinx-themes}
+BuildRequires: %{python_module waitress = %{version}}
+Recommends: python-waitress = %{version}
+%endif
%endif
%python_subpackages