summaryrefslogtreecommitdiff
path: root/dedup/utils.py
AgeCommit message (Collapse)Author
2021-12-29drop unused function sql_add_version_compareHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2016-05-25autoimport: improve fetching package listsHelmut Grohne
Moving the fetching part into dedup.utils. Instead of hard coding the gzip compressed copy, try xz, gz and plain in that order. Also take care to actually close the connection.
2013-08-16make debian version_compare available in sqlHelmut Grohne
2013-03-02move fetchiter from webapp to dedup.utilsHelmut Grohne