From d34144ff46a624d1226490839ee643c88e3e287a2d1113c2d02fd85d08a77885 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 18 Sep 2017 05:36:37 +0000 Subject: [PATCH] Accepting request 526903 from home:bmwiedemann:branches:devel:languages:python Drop environment.pickle from doc to make build reproducible OBS-URL: https://build.opensuse.org/request/show/526903 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=20 --- python-happybase.changes | 5 +++++ python-happybase.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-happybase.changes b/python-happybase.changes index 26c38db..b107a6f 100644 --- a/python-happybase.changes +++ b/python-happybase.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 17 19:54:10 UTC 2017 - bwiedemann@suse.com + +- Drop environment.pickle from doc to make build reproducible + ------------------------------------------------------------------- Sun Aug 27 20:26:08 UTC 2017 - jengelh@inai.de diff --git a/python-happybase.spec b/python-happybase.spec index 15248e4..88298cb 100644 --- a/python-happybase.spec +++ b/python-happybase.spec @@ -59,6 +59,7 @@ sphinx-build -b html doc docs/build/html %install %python_install +rm docs/build/html/.doctrees/environment.pickle %check %python_exec setup.py test