From 29fd08fbcd79fdf146d83f2a68d0881b8c2ff02693c64d85186e76279b087f65 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 14:28:43 +0000 Subject: [PATCH] Accepting request 1100756 from home:bmwiedemann:branches:devel:languages:python Drop sphinx doctrees for reproducible builds OBS-URL: https://build.opensuse.org/request/show/1100756 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=63 --- python-waitress.changes | 5 +++++ python-waitress.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-waitress.changes b/python-waitress.changes index a496c31..1dea070 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 26 07:18:05 UTC 2023 - Bernhard Wiedemann + +- Drop sphinx doctrees for reproducible builds + ------------------------------------------------------------------- Sat Jun 10 09:00:11 UTC 2023 - ecsos diff --git a/python-waitress.spec b/python-waitress.spec index 2eb24a5..a1f3819 100644 --- a/python-waitress.spec +++ b/python-waitress.spec @@ -127,7 +127,7 @@ This package contains documentation files for %{name}. cp %{SOURCE1} docs/ %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} %files %{python_files} %license LICENSE.txt