From eb19cc7574ada9225303e2baf73e9aa9eccf3c94ab38f055ce0574a77663fd3b Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Wed, 3 May 2023 12:58:32 +0000 Subject: [PATCH] Accepting request 1084274 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/1084274 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=27 --- python-zope.hookable.changes | 6 ++++++ python-zope.hookable.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 554dfc4..2ec40a9 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 3 11:25:15 UTC 2023 - Martin Liška + +- Use sphinx-build and do not depend on removed build_sphinx + in Sphinx 7.0 (boo#1211051). + ------------------------------------------------------------------- Wed Feb 1 13:05:25 UTC 2023 - Ben Greiner diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index ce8cd27..79d4b51 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -73,7 +73,7 @@ rm -rf zope.hookable.egg-info %build %if !%{with test} %python_build -python3 setup.py build_sphinx && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv +sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv %endif %install