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:
>
---
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/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
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 @@
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/__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
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__
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
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
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
10 matches
Mail list logo