Accepting request 1100793 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1100793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.i18nmessageid?expand=0&rev=16
This commit is contained in:
Ana Guerrero 2023-07-27 14:50:01 +00:00 committed by Git OBS Bridge
commit df837f6eec
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 26 07:31:38 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sphinx doctrees for reproducible builds
-------------------------------------------------------------------
Fri May 5 14:24:11 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -65,7 +65,7 @@ rm -rf zope.i18nmessageid.egg-info
%build
%if !%{with test}
%python_build
sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo build/sphinx/html/objects.inv
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees} build/sphinx/html/objects.inv
%endif
%install