Accepting request 1084330 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1084330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=14
This commit is contained in:
commit
b29d571ec8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 3 11:26:33 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 13:11:47 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -65,7 +65,7 @@ rm -rf zope.i18nmessageid.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
|
||||
|
Loading…
Reference in New Issue
Block a user