[Blends-commit] [SCM] website branch, master, updated. 75876c19004bebc625ceb371b8536456b424fb4d
Andreas Tille
tille at debian.org
Tue Jan 26 13:15:01 UTC 2016
The following commit has been merged in the master branch:
commit 75876c19004bebc625ceb371b8536456b424fb4d
Author: Andreas Tille <tille at debian.org>
Date: Tue Jan 26 14:14:29 2016 +0100
Make output more reproducible by sorting the list of enhanced_by
diff --git a/webtools_py3/blendstasktools_udd.py b/webtools_py3/blendstasktools_udd.py
index be60565..5518101 100644
--- a/webtools_py3/blendstasktools_udd.py
+++ b/webtools_py3/blendstasktools_udd.py
@@ -1002,7 +1002,7 @@ class Tasks:
for dep in tdeps.dependencies[dependency]:
if dep.properties['Enhances'] != {}:
logger.debug("Package %s is enhanced by:" % dep.pkg)
- for enh in list(dep.properties['Enhances'].keys()):
+ for enh in sorted(list(dep.properties['Enhances'].keys())):
# seek for Enhances on same page
found = 0
for seek_dependency in list(tdeps.dependencies.keys()):
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list