Hello community, here is the log from the commit of package python-CouchDB for openSUSE:Factory checked in at 2017-01-25 23:32:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-CouchDB (Old) and /work/SRC/openSUSE:Factory/.python-CouchDB.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-CouchDB" Changes: -------- --- /work/SRC/openSUSE:Factory/python-CouchDB/python-CouchDB.changes 2015-05-05 00:55:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-CouchDB.new/python-CouchDB.changes 2017-01-25 23:32:23.292897368 +0100 @@ -1,0 +2,5 @@ +Mon Jan 23 04:42:42 UTC 2017 - bwiedemann@suse.com + +- Drop useless environment.pickle and make build-compare happy + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-CouchDB.spec ++++++ --- /var/tmp/diff_new_pack.afRV4k/_old 2017-01-25 23:32:23.636845534 +0100 +++ /var/tmp/diff_new_pack.afRV4k/_new 2017-01-25 23:32:23.640844931 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-CouchDB # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,6 +58,7 @@ %build python setup.py build mkdir doc/build && make doc && rm -rf doc/build/html/.buildinfo # Build HTML documentation +rm -f doc/build/doctrees/environment.pickle %install python setup.py install --prefix=%{_prefix} --root=%{buildroot}