X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fshow_deferred.py;h=2c88030c5f5a80fae91f64c11f6962d805f79c82;hb=026bdb9580e6d18bf504d2f44d46890df5d89f1a;hp=57e9c8a3780d443cf49b7ecd235487ffcefc36be;hpb=c15e260b1faa94914692984fc285e12ebc13b316;p=dak.git diff --git a/dak/show_deferred.py b/dak/show_deferred.py index 57e9c8a3..2c88030c 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -31,14 +31,6 @@ from daklib.gpg import SignedFile from daklib import utils from daklib.regexes import re_html_escaping, html_escaping -################################################################################ -### work around bug #487902 in debian-python 0.1.10 -deb822.Changes._multivalued_fields = { - "files": [ "md5sum", "size", "section", "priority", "name" ], - "checksums-sha1": ["sha1", "size", "name"], - "checksums-sha256": ["sha256", "size", "name"], - } - ################################################################################ row_number = 1 @@ -102,7 +94,7 @@ def table_header(): """ def table_footer(): - return '

non-NEW uploads are available, see the UploadQueue-README for more information.


\n' + return '

non-NEW uploads are available (machine readable version), see the UploadQueue-README for more information.


\n' def table_row(changesname, delay, changed_by, closes, fingerprint): global row_number