Re: [oe] [PATCH 1/2] python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().

2010-08-05 Thread Yann Dirson
On Wed, Aug 04, 2010 at 10:31:45AM +0200, Paul Menzel wrote: Am Mittwoch, den 04.08.2010, 01:01 +0200 schrieb Yann Dirson: Delete cmp method which has been dropped from later releases. Yann, thank you for your patch. I would prefer if you could move the recipe to 0.19 [1]. I did `git grep

Re: [oe] [PATCH 1/2] python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().

2010-08-04 Thread Paul Menzel
Am Mittwoch, den 04.08.2010, 01:01 +0200 schrieb Yann Dirson: Delete cmp method which has been dropped from later releases. Yann, thank you for your patch. I would prefer if you could move the recipe to 0.19 [1]. I did `git grep -i pyxdg` and found no traces that 0.15 is pinned anywhere. Or is

[oe] [PATCH 1/2] python-xdg: prevent infinite recursion in xdg.DesktopEntry.__cmp__().

2010-08-03 Thread Yann Dirson
Delete cmp method which has been dropped from later releases. Signed-off-by: Yann Dirson ydir...@altern.org --- recipes/python/python-pyxdg/desktopentry-cmp.patch | 15 +++ recipes/python/python-pyxdg_0.15.bb|4 +++- 2 files changed, 18 insertions(+), 1