Accepting request 1084282 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1084282
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-WebOb?expand=0&rev=35
This commit is contained in:
2023-05-04 15:09:44 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 3 11:20:42 UTC 2023 - Martin Liška <mliska@suse.cz>
- 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 <mcepl@suse.com>

View File

@@ -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