14
0

Accepting request 1100789 from devel:languages:python

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop sphinx doctrees for reproducible builds
-------------------------------------------------------------------
Fri Jun 9 06:17:27 UTC 2023 - ecsos <ecsos@opensuse.org>

View File

@@ -74,7 +74,7 @@ rm -rf zope.hookable.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