From 25823b25137165a1d4a0d9dbbea25ec355334b4acd37d4693451d862ef800cb4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 May 2023 11:34:13 +0000 Subject: [PATCH] Accepting request 1084268 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/1084268 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebOb?expand=0&rev=67 --- python-WebOb.changes | 6 ++++++ python-WebOb.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-WebOb.changes b/python-WebOb.changes index de56daa..0ed3a38 100644 --- a/python-WebOb.changes +++ b/python-WebOb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 3 11:20:42 UTC 2023 - Martin Liška + +- Use sphinx-build and do not depend on removed build_sphinx + in Sphinx 7.0 (boo#1211051). + ------------------------------------------------------------------- Sun Apr 23 22:40:43 UTC 2023 - Matej Cepl diff --git a/python-WebOb.spec b/python-WebOb.spec index a005671..71bccbe 100644 --- a/python-WebOb.spec +++ b/python-WebOb.spec @@ -66,7 +66,7 @@ sed -i 's/worker.isAlive/worker.is_alive/' tests/conftest.py %build %python_build -PYTHONPATH=./src python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo +PYTHONPATH=./src sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo %install %python_install