Re: ts.check() and ways of getting unresolved dependencies from a ts

seth vidal <skvidal-c/MNwgJ9CEH2fBVCVOL8/[email protected]> Mon, 11 Oct 2004 13:55:15 -0400
Newsgroups gmane.linux.redhat.rpm.python
Message-ID <[email protected]>
> I do have one other concern.  I haven't looked at rpm-python in a while,
> so I'm not certain.. but is there a standard way of representing
> name-epoch-version-release in rpm-python?  If so, the new objects should
> of course follow that.  If there isn't a standard way, maybe we should
> look into coming up with one.

In everything I've been writing in the last 6 months or so I've been
using:

 n,a,e,v,r as my standard tuple. This includes rpmUtils, yum, repomd,
whatever has come up.

If anyone wants to follow that, works for me.

I chose that as an organization b/c it put the normal keys at the head
and the version values in the end.

-sv