X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fqueue_report.py;h=7176a886a8d76a9d05b6050c88b5993b84f7955e;hb=a6fe641395cb2f5f2a48d7fe1ffef2ff9c701165;hp=98c80f0af85dd0b50bcbed1e6e8b856b80a2d11e;hpb=714b2bd26b5a5ba4c205de7d4fe51408edf3c14a;p=dak.git diff --git a/dak/queue_report.py b/dak/queue_report.py index 98c80f0a..7176a886 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -34,6 +34,16 @@ ################################################################################ +import warnings +warnings.filterwarnings('ignore', \ + "apt_pkg\.ParseTagFile\(\) is deprecated\. Please see apt_pkg\.TagFile\(\) for the replacement\.", \ + DeprecationWarning) +warnings.filterwarnings('ignore', \ + "Attribute '.*' of the 'apt_pkg\.TagFile' object is deprecated, use '.*' instead\.", \ + DeprecationWarning) + +################################################################################ + from copy import copy import glob, os, stat, sys, time import apt_pkg