From 2d70a58becc632990610c8a266a5896a1dbf9072af32ffa02efb3d4ab92cf750 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 11:34:30 +0000 Subject: [PATCH 1/2] Accepting request 1084264 from home:marxin:branches:devel:languages:python - Use sphinx-build and do not depend on removed build_sphinx in Sphinx 7.0 (boo#1211051). OBS-URL: https://build.opensuse.org/request/show/1084264 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=58 --- python-waitress.changes | 6 ++++++ python-waitress.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-waitress.changes b/python-waitress.changes index 0f4a90b..577363c 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 3 11:10:33 UTC 2023 - Martin Liška + +- Use sphinx-build and do not depend on removed build_sphinx + in Sphinx 7.0 (boo#1211051). + ------------------------------------------------------------------- Thu Aug 18 20:45:25 UTC 2022 - Ben Greiner diff --git a/python-waitress.spec b/python-waitress.spec index af1e0b8..69bc612 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -118,7 +118,7 @@ This package contains documentation files for %{name}. cp %{SOURCE1} docs/ %build -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo %files %{python_files} %license LICENSE.txt From afae88ea10d1ea74c47e45122c56c3a90ddebac3313fb0a34f0fa3051dd036bb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 11:53:59 +0000 Subject: [PATCH 2/2] - add sle15_python_module_pythons (jsc#PED-68) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=59 --- python-waitress.changes | 5 +++++ python-waitress.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-waitress.changes b/python-waitress.changes index 577363c..e2e35f8 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -4,6 +4,11 @@ Wed May 3 11:10:33 UTC 2023 - Martin Liška - Use sphinx-build and do not depend on removed build_sphinx in Sphinx 7.0 (boo#1211051). +------------------------------------------------------------------- +Fri Apr 21 12:39:06 UTC 2023 - Dirk Müller + +- add sle15_python_module_pythons (jsc#PED-68) + ------------------------------------------------------------------- Thu Aug 18 20:45:25 UTC 2022 - Ben Greiner diff --git a/python-waitress.spec b/python-waitress.spec index 69bc612..c489e0a 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -29,6 +29,7 @@ %else %bcond_with libalternatives %endif +%{?sle15_python_module_pythons} Name: python-waitress%{psuffix} Version: 2.1.2 Release: 0