From holger at merlinux.eu Mon Mar 23 19:23:08 2009 From: holger at merlinux.eu (holger krekel) Date: Mon, 23 Mar 2009 19:23:08 +0100 Subject: [py-dev] distributed testing / new py 1.0.0 alpha Message-ID: <20090323182308.GF4576@trillke.net> Hi everybody, I just uploaded a py lib 1.0.0a6, including window binary eggs. Would be great if you can test it to see if it works. Also wrote a little blog entry about the new distributed testing features of py.test. Please see here: http://tetamap.wordpress.com/2009/03/23/new-simultanously-test-your-code-on-all-platforms/ For those of you interested, there will be a py.test/nose meetup at Pycon US for discussing further collaboration. Looking foward to it and to Pycon in general! cheers, holger -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From holger at merlinux.eu Wed Mar 25 12:58:52 2009 From: holger at merlinux.eu (holger krekel) Date: Wed, 25 Mar 2009 12:58:52 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! Message-ID: <20090325115852.GQ4576@trillke.net> Hi all, i just uploaded a new 1.0 alpha to Pypi. At this time, there are no binary packages. The only reason the py lib needs binary eggs is for greenlets. I intend to move them out of the py lib completely to simplify packaging. changes since 1.0.0a6: * greenlets are now disabled by default * fixes for Mac OSX issues * fix py.process.cmdexec leaving open files around on some platforms (fixes potential tissues of continued py.path.svn usage) have fun and let me know if there are any problems. holger -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From denis.bilenko at gmail.com Wed Mar 25 13:16:59 2009 From: denis.bilenko at gmail.com (Denis Bilenko) Date: Wed, 25 Mar 2009 18:16:59 +0600 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <20090325115852.GQ4576@trillke.net> References: <20090325115852.GQ4576@trillke.net> Message-ID: <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> what's the place to get the greenlets after pylib 1.0.0 is released? On Wed, Mar 25, 2009 at 5:58 PM, holger krekel wrote: > Hi all, > > i just uploaded a new 1.0 alpha to Pypi. > > At this time, there are no binary packages. ?The only reason > the py lib needs binary eggs is for greenlets. ?I intend > to move them out of the py lib completely to simplify packaging. > > changes since 1.0.0a6: > > * greenlets are now disabled by default > * fixes for Mac OSX issues > * fix py.process.cmdexec leaving open files around on some > ?platforms (fixes potential tissues of continued py.path.svn usage) > > have fun and let me know if there are any problems. > holger > > -- > Metaprogramming, Python, Testing: http://tetamap.wordpress.com > Python, PyPy, pytest contracting: http://merlinux.eu > _______________________________________________ > py-dev mailing list > py-dev at codespeak.net > http://codespeak.net/mailman/listinfo/py-dev > From holger at merlinux.eu Wed Mar 25 13:32:57 2009 From: holger at merlinux.eu (holger krekel) Date: Wed, 25 Mar 2009 13:32:57 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> Message-ID: <20090325123257.GT4576@trillke.net> On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: > what's the place to get the greenlets after pylib 1.0.0 is released? that's an open question. Anyone up for caring? I also mailed Armin who came up with this verrsion of greenlets. holger > On Wed, Mar 25, 2009 at 5:58 PM, holger krekel wrote: > > Hi all, > > > > i just uploaded a new 1.0 alpha to Pypi. > > > > At this time, there are no binary packages. ?The only reason > > the py lib needs binary eggs is for greenlets. ?I intend > > to move them out of the py lib completely to simplify packaging. > > > > changes since 1.0.0a6: > > > > * greenlets are now disabled by default > > * fixes for Mac OSX issues > > * fix py.process.cmdexec leaving open files around on some > > ?platforms (fixes potential tissues of continued py.path.svn usage) > > > > have fun and let me know if there are any problems. > > holger > > > > -- > > Metaprogramming, Python, Testing: http://tetamap.wordpress.com > > Python, PyPy, pytest contracting: http://merlinux.eu > > _______________________________________________ > > py-dev mailing list > > py-dev at codespeak.net > > http://codespeak.net/mailman/listinfo/py-dev > > > _______________________________________________ > py-dev mailing list > py-dev at codespeak.net > http://codespeak.net/mailman/listinfo/py-dev > -- Metaprogramming, Python, Testing: http://tetamap.wordpress.com Python, PyPy, pytest contracting: http://merlinux.eu From schmir at gmail.com Wed Mar 25 15:10:53 2009 From: schmir at gmail.com (Ralf Schmitt) Date: Wed, 25 Mar 2009 15:10:53 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <20090325123257.GT4576@trillke.net> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> <20090325123257.GT4576@trillke.net> Message-ID: <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> On Wed, Mar 25, 2009 at 1:32 PM, holger krekel wrote: > On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: >> what's the place to get the greenlets after pylib 1.0.0 is released? > > that's an open question. ?Anyone up for caring? > I also mailed Armin who came up with this verrsion of greenlets. > bob ippolito already has a greenlet package registered on pypi: http://pypi.python.org/pypi/greenlet - Ralf From holger at merlinux.eu Wed Mar 25 15:15:00 2009 From: holger at merlinux.eu (holger krekel) Date: Wed, 25 Mar 2009 15:15:00 +0100 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> <20090325123257.GT4576@trillke.net> <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> Message-ID: <20090325141500.GW4576@trillke.net> On Wed, Mar 25, 2009 at 15:10 +0100, Ralf Schmitt wrote: > On Wed, Mar 25, 2009 at 1:32 PM, holger krekel wrote: > > On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: > >> what's the place to get the greenlets after pylib 1.0.0 is released? > > > > that's an open question. ?Anyone up for caring? > > I also mailed Armin who came up with this verrsion of greenlets. > > > > bob ippolito already has a greenlet package registered on pypi: > http://pypi.python.org/pypi/greenlet thanks. right, heart of it. so i guess we could just point to it and be done. holger From denis.bilenko at gmail.com Wed Mar 25 16:08:45 2009 From: denis.bilenko at gmail.com (Denis Bilenko) Date: Wed, 25 Mar 2009 21:08:45 +0600 Subject: [py-dev] 1.0.0a7 / no greenlets! In-Reply-To: <20090325141500.GW4576@trillke.net> References: <20090325115852.GQ4576@trillke.net> <95d6e98c0903250516t56ebe2d7rafef95cfcd3a78cb@mail.gmail.com> <20090325123257.GT4576@trillke.net> <932f8baf0903250710h7152f28hae3b1d8fb5507b2@mail.gmail.com> <20090325141500.GW4576@trillke.net> Message-ID: <95d6e98c0903250808y75532809yf2982bcb4d9e33e2@mail.gmail.com> hrm, on Debian, we get greenlet from python-codespeak-lib package. There seem to be no separate package for greenlet. Does anyone care enough to create a package for standalone greenlet? or is it the wrong list to ask. On Wed, Mar 25, 2009 at 8:15 PM, holger krekel wrote: > On Wed, Mar 25, 2009 at 15:10 +0100, Ralf Schmitt wrote: >> On Wed, Mar 25, 2009 at 1:32 PM, holger krekel wrote: >> > On Wed, Mar 25, 2009 at 18:16 +0600, Denis Bilenko wrote: >> >> what's the place to get the greenlets after pylib 1.0.0 is released? >> > >> > that's an open question. ?Anyone up for caring? >> > I also mailed Armin who came up with this verrsion of greenlets. >> > >> >> bob ippolito already has a greenlet package registered on pypi: >> http://pypi.python.org/pypi/greenlet > > thanks. right, heart of it. ?so i guess we could > just point to it and be done. > > holger >