summaryrefslogtreecommitdiffstats
path: root/lib/python/sectracker/repo.py
Commit message (Collapse)AuthorAgeFilesLines
* sectracker: remove future importsEmilio Pozuelo Monfort2020-11-101-2/+0
|
* sectracker/repo.py: compare data to a bytes objectEmilio Pozuelo Monfort2020-11-101-1/+1
| | | | Otherwise we'll run into an endless loop under Python 3.
* sectracker/repo.py: fix calls to urllib under python3Emilio Pozuelo Monfort2020-11-101-3/+3
|
* sectracker/repo.py: don't look for sha1 fieldsEmilio Pozuelo Monfort2020-11-101-1/+0
| | | | Release files no longer contain them.
* sectracker.repo: use standard json moduleEmilio Pozuelo Monfort2020-08-051-2/+2
|
* Replace file() with open() for Python 3 compatabilityBrian May2019-03-041-3/+3
|
* Replace "x.has_key(y)" with "y in x" syntaxBrian May2018-08-201-1/+1
|
* Fix print statements for Python 3.6 compatibilityBrian May2018-08-061-1/+1
|
* sectracker.repo.Config: add cache for map of parsed filesFlorian Weimer2010-05-301-1/+9
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14768 e39458fd-73e7-0310-bf30-c45bca0a0e42
* sectracker.repo.Config: new class, for loading config.jsonFlorian Weimer2010-05-081-2/+57
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14643 e39458fd-73e7-0310-bf30-c45bca0a0e42
* sectracker.repo: export public API onlyFlorian Weimer2010-05-081-36/+36
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14642 e39458fd-73e7-0310-bf30-c45bca0a0e42
* sectracker.repo: only download Sources filesFlorian Weimer2010-05-081-41/+33
| | | | | | | | Also adjust RepoCollection.filemap() to focus on source packages, and augment test case for it. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14641 e39458fd-73e7-0310-bf30-c45bca0a0e42
* sectracker.repo: rename from repoFlorian Weimer2010-05-081-0/+255
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14640 e39458fd-73e7-0310-bf30-c45bca0a0e42

© 2014-2024 Faster IT GmbH | imprint | privacy policy