Re: [Yum-devel] [yum-commits] yum-builddep.py

2010-01-06 Thread James Antill
On Tue, 2010-01-05 at 13:14 -0500, James Antill wrote: > On Mon, 2010-01-04 at 09:30 +, Tim Lauridsen wrote: > > +# Note we do not use the epoch to search as the epoch for > > the > > +# source rpm might be different from the binary rpm (see > > +

Re: [Yum-devel] [PATCH] Improve number formatting in CLI output.

2010-01-06 Thread Ville Skyttä
On Wednesday 06 January 2010, James Antill wrote: > Next, testing with: > > from urlgrabber.progress import format_number Note also that this patch is for transaction listings, not urlgrabber. ___ Yum-devel mailing list Yum-devel@lists.baseurl.org htt

Re: [Yum-devel] [PATCH] Improve number formatting in CLI output.

2010-01-06 Thread Ville Skyttä
On Wednesday 06 January 2010, James Antill wrote: > On Wed, 2010-01-06 at 13:07 +0200, Ville Skyttä wrote: > > Format zero as 0 instead of 0.0, make zero package sizes line up with > > others in transaction listings. > > Ok, first off: how do you get packages of size zero? Install for example te

Re: [Yum-devel] FYI: Old url references update

2010-01-06 Thread Seth Vidal
On Wed, 6 Jan 2010, Gerhardus Geldenhuis wrote: Hi I have managed to make good headway in changing references to the old yum url. Some more notable ones include Debian ( The old releases won't be changed but the package maintainer is aware of the problem) rpm.org jpackage.org various news site

Re: [Yum-devel] FYI: Old url references update

2010-01-06 Thread Panu Matilainen
On Wed, 6 Jan 2010, Gerhardus Geldenhuis wrote: On Wed, Jan 6, 2010 at 11:28 AM, Panu Matilainen wrote: On Wed, 6 Jan 2010, Gerhardus Geldenhuis wrote: Hi I have managed to make good headway in changing references to the old yum url. Some more notable ones include Debian ( The old releases w

Re: [Yum-devel] [PATCH] Improve number formatting in CLI output.

2010-01-06 Thread James Antill
On Wed, 2010-01-06 at 13:07 +0200, Ville Skyttä wrote: > Format zero as 0 instead of 0.0, make zero package sizes line up with > others in transaction listings. Ok, first off: how do you get packages of size zero? Next, testing with: from urlgrabber.progress import format_number format_number

Re: [Yum-devel] [PATCH] Workaround slight rpm bindings API change, BZ 552178

2010-01-06 Thread Seth Vidal
On Wed, 6 Jan 2010, James Antill wrote: --- yum/__init__.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/yum/__init__.py b/yum/__init__.py index c1f40c4..4d76267 100644 --- a/yum/__init__.py +++ b/yum/__init__.py @@ -4170,7 +4170,10 @@ class YumBase(depsolve.Deps

Re: [Yum-devel] FYI: Old url references update

2010-01-06 Thread Gerhardus Geldenhuis
On Wed, Jan 6, 2010 at 11:28 AM, Panu Matilainen wrote: > On Wed, 6 Jan 2010, Gerhardus Geldenhuis wrote: > >> Hi >> I have managed to make good headway in changing references to the old >> yum url. Some more notable ones include >> Debian ( The old releases won't be changed but the package mainta

Re: [Yum-devel] FYI: Old url references update

2010-01-06 Thread Panu Matilainen
On Wed, 6 Jan 2010, Gerhardus Geldenhuis wrote: Hi I have managed to make good headway in changing references to the old yum url. Some more notable ones include Debian ( The old releases won't be changed but the package maintainer is aware of the problem) rpm.org Fixed now :) - Panu -

[Yum-devel] [PATCH] Improve number formatting in CLI output.

2010-01-06 Thread Ville Skyttä
Format zero as 0 instead of 0.0, make zero package sizes line up with others in transaction listings. --- output.py |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/output.py b/output.py index e1062d7..33e8cf6 100755 --- a/output.py +++ b/output.py @@ -761,9 +761,9 @

[Yum-devel] FYI: Old url references update

2010-01-06 Thread Gerhardus Geldenhuis
Hi I have managed to make good headway in changing references to the old yum url. Some more notable ones include Debian ( The old releases won't be changed but the package maintainer is aware of the problem) rpm.org jpackage.org various news sites and private blogs I am still waiting for freshmeat