Re: [Yum-devel] [PATCH] Workaround stupid len() assert in 32bit python.

2011-02-18 Thread seth vidal
On Fri, 2011-02-18 at 12:56 -0500, James Antill wrote: > --- > yum/misc.py |7 +-- > 1 files changed, 5 insertions(+), 2 deletions(-) > > diff --git a/yum/misc.py b/yum/misc.py > index 15e571f..8e81c34 100644 > --- a/yum/misc.py > +++ b/yum/misc.py > @@ -252,6 +252,9 @@ class Checksums: >

[Yum-devel] [PATCH] Pass any check-update arguments to "list obsoletes".

2011-02-18 Thread James Antill
--- yumcommands.py |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/yumcommands.py b/yumcommands.py index f196477..62b8746 100644 --- a/yumcommands.py +++ b/yumcommands.py @@ -626,13 +626,14 @@ class CheckUpdateCommand(YumCommand): checkEnabledRepo(base) d

[Yum-devel] [PATCH] Workaround stupid len() assert in 32bit python.

2011-02-18 Thread James Antill
--- yum/misc.py |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/yum/misc.py b/yum/misc.py index 15e571f..8e81c34 100644 --- a/yum/misc.py +++ b/yum/misc.py @@ -252,6 +252,9 @@ class Checksums: def __len__(self): return self._len +# Note that len(x

Re: [Yum-devel] [PATCH 2/2] Add workaround for rhnplugin repossetup, BZ 678043.

2011-02-18 Thread seth vidal
On Fri, 2011-02-18 at 12:29 -0500, James Antill wrote: > --- > yum/__init__.py |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/yum/__init__.py b/yum/__init__.py > index a3a1b02..4d185ff 100644 > --- a/yum/__init__.py > +++ b/yum/__init__.py > @@ -574,6 +574,11 @@

Re: [Yum-devel] [PATCH 1/2] Fix printing the obsoleters message, BZ 677666.

2011-02-18 Thread seth vidal
On Fri, 2011-02-18 at 12:29 -0500, James Antill wrote: > 677666. ACK - eventhough I suspect it'll bite us somewhere else later :) -sv ___ Yum-devel mailing list Yum-devel@lists.baseurl.org http://lists.baseurl.org/mailman/listinfo/yum-devel

[Yum-devel] [PATCH 2/2] Add workaround for rhnplugin repossetup, BZ 678043.

2011-02-18 Thread James Antill
--- yum/__init__.py |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index a3a1b02..4d185ff 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -574,6 +574,11 @@ class YumBase(depsolve.Depsolve): self.getReposFromConfig

[Yum-devel] [PATCH 1/2] Fix printing the obsoleters message, BZ 677666.

2011-02-18 Thread James Antill
Happened due to the cleanup in 94d742bf395cc565cf3a0dca138608a9296b1303 giving us a bad "continue". --- yum/__init__.py |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index e395cc5..a3a1b02 100644 --- a/yum/__init__.py +++ b/yum/__init__

Re: [Yum-devel] problem with rpmUtils.transaction.py patch

2011-02-18 Thread seth vidal
On Fri, 2011-02-18 at 10:02 +0200, Panu Matilainen wrote: > On 02/18/2011 12:42 AM, seth vidal wrote: > > in rpmUtils.transaction.py > > > > this patch > > http://tinyurl.com/6ds7ekw > > > > imports to_str from yum.i18n > > > > this blows up anyone attempting to import rpmUtils.miscutils recursive

Re: [Yum-devel] [PATCH] Don't keep full headers in memory during transaction

2011-02-18 Thread Panu Matilainen
On 02/17/2011 08:38 PM, Panu Matilainen wrote: On 02/17/2011 08:20 PM, seth vidal wrote: On Thu, 2011-02-17 at 13:16 -0500, seth vidal wrote: my concern here is since populateTs() is public we are opening up an api break by adding the kwarg there. B/c of people subclassing it. We've killed st

Re: [Yum-devel] problem with rpmUtils.transaction.py patch

2011-02-18 Thread Panu Matilainen
On 02/18/2011 12:42 AM, seth vidal wrote: in rpmUtils.transaction.py this patch http://tinyurl.com/6ds7ekw imports to_str from yum.i18n this blows up anyone attempting to import rpmUtils.miscutils recursive import. the trace is here http://fpaste.org/Oj0f/ the problem is that 'yum' imports