-
- Downloads
debian: Reimplement lister using new Lister API
Port debian lister to `swh.lister.pattern.Lister` API. The new implementation will produce one instance of ListedOrigin model per package, notably containing the set of parameters expected by the debian loader. The lister is also stateful, meaning only new packages and those with new found versions since the last listing will be returned. Closes T2979
Showing
- swh/lister/debian/__init__.py 3 additions, 63 deletionsswh/lister/debian/__init__.py
- swh/lister/debian/lister.py 234 additions, 207 deletionsswh/lister/debian/lister.py
- swh/lister/debian/models.py 0 additions, 230 deletionsswh/lister/debian/models.py
- swh/lister/debian/tasks.py 3 additions, 3 deletionsswh/lister/debian/tasks.py
- swh/lister/debian/tests/conftest.py 0 additions, 61 deletionsswh/lister/debian/tests/conftest.py
- swh/lister/debian/tests/data/Sources_bullseye 107 additions, 0 deletionsswh/lister/debian/tests/data/Sources_bullseye
- swh/lister/debian/tests/data/Sources_buster 78 additions, 0 deletionsswh/lister/debian/tests/data/Sources_buster
- swh/lister/debian/tests/data/Sources_stretch 113 additions, 0 deletionsswh/lister/debian/tests/data/Sources_stretch
- swh/lister/debian/tests/data/http_deb.debian.org/debian__dists_stretch_contrib_source_Sources.xz 0 additions, 0 deletions...ebian.org/debian__dists_stretch_contrib_source_Sources.xz
- swh/lister/debian/tests/data/http_deb.debian.org/debian__dists_stretch_main_source_Sources.xz 0 additions, 0 deletions...b.debian.org/debian__dists_stretch_main_source_Sources.xz
- swh/lister/debian/tests/test_init.py 0 additions, 92 deletionsswh/lister/debian/tests/test_init.py
- swh/lister/debian/tests/test_lister.py 187 additions, 21 deletionsswh/lister/debian/tests/test_lister.py
- swh/lister/debian/tests/test_models.py 0 additions, 32 deletionsswh/lister/debian/tests/test_models.py
- swh/lister/debian/tests/test_tasks.py 17 additions, 5 deletionsswh/lister/debian/tests/test_tasks.py
- swh/lister/debian/utils.py 0 additions, 83 deletionsswh/lister/debian/utils.py
Loading
Please register or sign in to comment