forked from pool/python-zope.deprecation
Accepting request 1100560 from home:bmwiedemann:branches:devel:languages:python
Drop sphinx doctrees for reproducible build results OBS-URL: https://build.opensuse.org/request/show/1100560 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.deprecation?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 25 08:11:55 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Drop sphinx doctrees for reproducible build results
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 9 06:15:53 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Fri Jun 9 06:15:53 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ rm -rf zope.deprecation.egg-info
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
sphinx-build -b html docs build/sphinx/html && rm build/sphinx/html/.buildinfo
|
sphinx-build -b html docs build/sphinx/html && rm -r build/sphinx/html/.{buildinfo,doctrees}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
|||||||
Reference in New Issue
Block a user