Re: rfc: python2.7 for F14

2010-06-25 Thread Toshio Kuratomi
On Fri, Jun 25, 2010 at 09:55:15AM +0300, Panu Matilainen wrote: > > BTW since a python mass-rebuild is looming anyway, we might want to > consider pulling in Aurélien Bompard's python-egg dependency extractors > while at it: http://rpm.org/ticket/15 > That sounds good. One note: we might wan

Re: rfc: python2.7 for F14

2010-06-24 Thread Panu Matilainen
On Thu, 24 Jun 2010, David Malcolm wrote: > On Wed, 2010-06-23 at 00:57 -0400, James Antill wrote: >> On Tue, 2010-06-22 at 23:26 +0200, Thomas Spura wrote: >> >>> How about this? >>> """ >>> import os >>> >>> p = set() >>> >>> for pkg in os.popen('repoquery --whatrequires --alldeps "python(abi) =

Re: rfc: python2.7 for F14

2010-06-24 Thread David Malcolm
On Wed, 2010-06-23 at 00:57 -0400, James Antill wrote: > On Tue, 2010-06-22 at 23:26 +0200, Thomas Spura wrote: > > > How about this? > > """ > > import os > > > > p = set() > > > > for pkg in os.popen('repoquery --whatrequires --alldeps "python(abi) = > > 2.6"'): > > pkg = pkg.strip() > >

Re: rfc: python2.7 for F14

2010-06-22 Thread James Antill
On Tue, 2010-06-22 at 23:26 +0200, Thomas Spura wrote: > How about this? > """ > import os > > p = set() > > for pkg in os.popen('repoquery --whatrequires --alldeps "python(abi) = > 2.6"'): > pkg = pkg.strip() > print "Checking %s" % pkg > p.add(os.popen('repoquery -s %s' % pkg).read

Re: rfc: python2.7 for F14

2010-06-22 Thread Thomas Spura
Am Tue, 22 Jun 2010 22:47:06 +0200 schrieb Thomas Spura : > Am Tue, 22 Jun 2010 11:02:40 -0400 > schrieb David Malcolm : > > > On Tue, 2010-06-22 at 08:40 +0200, Thomas Spura wrote: > > > Am Mon, 21 Jun 2010 14:34:02 -0400 > > > schrieb David Malcolm : > > > > > > > On Tue, 2010-06-22 at 01:57 +

Re: rfc: python2.7 for F14

2010-06-22 Thread John5342
On Tue, Jun 22, 2010 at 21:47, Thomas Spura wrote: > Am Tue, 22 Jun 2010 11:02:40 -0400 > schrieb David Malcolm : > > Hmm, I just tried to write a little script for that (based on the one > from above), but I had some problems with bodhi. > > e.g. 'repoquery --requires bodhi' shows nothing (becaus

Re: rfc: python2.7 for F14

2010-06-22 Thread Thomas Spura
Am Tue, 22 Jun 2010 11:02:40 -0400 schrieb David Malcolm : > On Tue, 2010-06-22 at 08:40 +0200, Thomas Spura wrote: > > Am Mon, 21 Jun 2010 14:34:02 -0400 > > schrieb David Malcolm : > > > > > On Tue, 2010-06-22 at 01:57 +0800, Chen Lei wrote: > > > > 2010/6/22 David Malcolm : > > > > > On Mon, 2

Re: rfc: python2.7 for F14

2010-06-22 Thread Chen Lei
2010/6/22 David Malcolm : > On Tue, 2010-06-22 at 08:40 +0200, Thomas Spura wrote: >> Am Mon, 21 Jun 2010 14:34:02 -0400 >> schrieb David Malcolm : >> >> > On Tue, 2010-06-22 at 01:57 +0800, Chen Lei wrote: > > Thanks, that's a great help - I hadn't seen that page.  Looks like an > excellent starti

Re: rfc: python2.7 for F14

2010-06-22 Thread Brandon Lozza
I know this might be slightly off topic because of python but: I would love to see a feature for GCC 4.5 if its not already assumed to be in F14 (OpenSUSE will have GCC 4.5 in 11.3 out soon) On Tue, Jun 22, 2010 at 11:02 AM, David Malcolm wrote: > On Tue, 2010-06-22 at 08:40 +0200, Thomas Spura

Re: rfc: python2.7 for F14

2010-06-22 Thread David Malcolm
On Tue, 2010-06-22 at 08:40 +0200, Thomas Spura wrote: > Am Mon, 21 Jun 2010 14:34:02 -0400 > schrieb David Malcolm : > > > On Tue, 2010-06-22 at 01:57 +0800, Chen Lei wrote: > > > 2010/6/22 David Malcolm : > > > > On Mon, 2010-06-21 at 13:19 -0400, Neal Becker wrote: > > > >> I'm interested in py

Re: rfc: python2.7 for F14

2010-06-22 Thread Thomas Spura
Am Mon, 21 Jun 2010 14:34:02 -0400 schrieb David Malcolm : > On Tue, 2010-06-22 at 01:57 +0800, Chen Lei wrote: > > 2010/6/22 David Malcolm : > > > On Mon, 2010-06-21 at 13:19 -0400, Neal Becker wrote: > > >> I'm interested in python2.7 as a feature for F14. This will > > >> provide backports of

Re: rfc: python2.7 for F14

2010-06-21 Thread Adam Williamson
On Mon, 2010-06-21 at 14:12 -0400, David Malcolm wrote: > I'm back from holiday, and am on IRC; still wading through thousands of > emails :-( I suggest email roulette. Write a simple script to mark 5/6ths of them as read. Reply to the other 1/6th as normal. =) -- Adam Williamson Fedora QA Commu

Re: rfc: python2.7 for F14

2010-06-21 Thread David Malcolm
On Tue, 2010-06-22 at 01:57 +0800, Chen Lei wrote: > 2010/6/22 David Malcolm : > > On Mon, 2010-06-21 at 13:19 -0400, Neal Becker wrote: > >> I'm interested in python2.7 as a feature for F14. This will provide > >> backports of some nice python3 features, but will work for those > >> needing pytho

Re: rfc: python2.7 for F14

2010-06-21 Thread David Malcolm
On Mon, 2010-06-21 at 13:50 -0400, Toshio Kuratomi wrote: > On Mon, Jun 21, 2010 at 01:19:17PM -0400, Neal Becker wrote: > > I'm interested in python2.7 as a feature for F14. This will provide > > backports of some nice python3 features, but will work for those > > needing python2 environments. M

Re: rfc: python2.7 for F14

2010-06-21 Thread Chen Lei
2010/6/22 David Malcolm : > On Mon, 2010-06-21 at 13:19 -0400, Neal Becker wrote: >> I'm interested in python2.7 as a feature for F14.  This will provide >> backports of some nice python3 features, but will work for those >> needing python2 environments.  Many libraries are not available for >> pyt

Re: rfc: python2.7 for F14

2010-06-21 Thread Toshio Kuratomi
On Mon, Jun 21, 2010 at 01:19:17PM -0400, Neal Becker wrote: > I'm interested in python2.7 as a feature for F14. This will provide > backports of some nice python3 features, but will work for those > needing python2 environments. Many libraries are not available for > python3 yet. > https://fed

Re: rfc: python2.7 for F14

2010-06-21 Thread David Malcolm
On Mon, 2010-06-21 at 13:19 -0400, Neal Becker wrote: > I'm interested in python2.7 as a feature for F14. This will provide > backports of some nice python3 features, but will work for those > needing python2 environments. Many libraries are not available for > python3 yet. https://fedoraprojec

rfc: python2.7 for F14

2010-06-21 Thread Neal Becker
I'm interested in python2.7 as a feature for F14. This will provide backports of some nice python3 features, but will work for those needing python2 environments. Many libraries are not available for python3 yet. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.o