Re: [Yum-devel] [PATCH 2/2] Compare repoid nicely in po.__eq__ as well as po.__cmp__.

2010-09-10 Thread seth vidal
On Fri, 2010-09-10 at 09:22 -0400, James Antill wrote: > On Fri, 2010-09-10 at 09:05 -0400, seth vidal wrote: > > On Thu, 2010-09-09 at 17:19 -0400, James Antill wrote: > > > --- > > > yum/packages.py |5 +++-- > > > 1 files changed, 3 insertions(+), 2 deletions(-) > > > > > > diff --git a/yu

Re: [Yum-devel] [PATCH 2/2] Compare repoid nicely in po.__eq__ as well as po.__cmp__.

2010-09-10 Thread James Antill
On Fri, 2010-09-10 at 09:05 -0400, seth vidal wrote: > On Thu, 2010-09-09 at 17:19 -0400, James Antill wrote: > > --- > > yum/packages.py |5 +++-- > > 1 files changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/yum/packages.py b/yum/packages.py > > index b5a7d40..e83c0d5 100644 > >

Re: [Yum-devel] [PATCH 2/2] Compare repoid nicely in po.__eq__ as well as po.__cmp__.

2010-09-10 Thread seth vidal
On Thu, 2010-09-09 at 17:19 -0400, James Antill wrote: > --- > yum/packages.py |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/yum/packages.py b/yum/packages.py > index b5a7d40..e83c0d5 100644 > --- a/yum/packages.py > +++ b/yum/packages.py > @@ -290,8 +290,9 @@

Re: [Yum-devel] [PATCH 1/2] Don't chop names when they are from different transactions.

2010-09-10 Thread seth vidal
On Thu, 2010-09-09 at 17:19 -0400, James Antill wrote: > --- > output.py |3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/output.py b/output.py > index 2287b90..ec4bd45 100755 > --- a/output.py > +++ b/output.py > @@ -1813,8 +1813,9 @@ to exit. >