Description of problem: As a user of pulp I want to get a list of packages that will get installed from the repos I subscribe to. In other words <given a list of repos>-> [r1, r2, r3 ..] I 'd like an call that would return me the newest set of <package name - arch> combination. (newest as in the latest version). So for example if Repo R1 had Packages with pkg.1.i386 pkg.2.x86_64 and repo R2 had pkg.2.i386 I would want my call to return [pkg-2.i386, pkg-2.x86_64]
Feel free to email me/ comment if you have questions on this questions.
Moved to https://pulp.plan.io/issues/170