From 139c7a0c749a0dd3747c59af4e2069aab1286a7c77f813ab1d50c395bacce8e4 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Wed, 26 Jul 2023 08:42:36 +0000 Subject: [PATCH] Accepting request 1100764 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100764 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=31 --- python-zope.hookable.changes | 5 +++++ python-zope.hookable.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 99b8cc3..9f5db8b 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 07:30:49 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Fri Jun 9 06:17:27 UTC 2023 - ecsos diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index 221298f..d1b72f8 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -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