Commit Graph

4 Commits

Author SHA1 Message Date
lilydjwg b4689369c8 repology: return a list of versions instead
to support list options. Returning the first isn't usually desirable.
2020-10-30 17:57:31 +08:00
Jakub Ružička 024849c242 repology: add support for subrepo
Without this, querying latest Fedora packages is impossible because they
reside in 'updates' subrepo but old 'release' versions are returned.
Same thing for openSUSE.

Example config to query Fedora 32 latest packages in updates subrepo:

[somepackage]
source = "repology"
repo = "fedora_32"
subrepo = "updates"
2020-10-30 06:06:15 +01:00
lilydjwg 19553c3564 create an api for modules 2020-08-14 20:04:05 +08:00
lilydjwg 72d1d27f89 port more sources, add cache.get_json 2020-08-14 18:25:48 +08:00