mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-09-18 00:44:03 +00:00
Various methods in `ubuntutools.lp.lpapicache` iterated over collections in a pessimal way: they fetched the collection and then fetched each individual entry in it, when the same information was already available in the collection response. Use more idiomatic launchpadlib code for this instead, which is also much faster.