zope.i18nmessageid 3.5.3 released (windows binaries needed)
I made a new release of zope.i18nmessageid (3.5.3) persuant to a conversation that took place on this list a few weeks ago related to switching back to overriding build_ext to allow the package to work on Jython and other CPython platforms. Would someone be kind enough to build and upload new Windows binaries? Here's the related changelog entries: 3.5.3 (2010-08-10) ------------------ - Made compilation of C extension optional again; 3.5.1 broke this inasmuch as this package become unusable on non-CPython platforms. Making the compilation of the C extension optional again implied removing ``setup.py`` code added in 3.5.1 which made the C extension a setuptools "Feature" and readding code from 3.5.0 which overrides the distutils ``build_ext`` command. - Move pickle equality tests into a unittest.TestCase test to make it easier to condition the tests on whether the C extension has been compiled. This also makes the tests pass on Jython.
On 08/10/2010 07:19 AM, Chris McDonough wrote:
I made a new release of zope.i18nmessageid (3.5.3) persuant to a conversation that took place on this list a few weeks ago related to switching back to overriding build_ext to allow the package to work on Jython and other CPython platforms.
Would someone be kind enough to build and upload new Windows binaries?
Hmm. There should be dragons here that take care of that automatically if I understood the wineggbuilder correctly. -- Christian Theune · ct@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 0 · fax +49 345 1229889 1 Zope and Plone consulting and development
Hello Chris, No worries about windows eggs, winbot should do it: http://winbot.zope.org/builders/wineggbuilder Tuesday, August 10, 2010, 7:19:34 AM, you wrote: CM> I made a new release of zope.i18nmessageid (3.5.3) persuant to a CM> conversation that took place on this list a few weeks ago related to CM> switching back to overriding build_ext to allow the package to work on CM> Jython and other CPython platforms. CM> Would someone be kind enough to build and upload new Windows binaries? CM> Here's the related changelog entries: CM> 3.5.3 (2010-08-10) CM> ------------------ CM> CM> - Made compilation of C extension optional again; 3.5.1 broke this CM> inasmuch as this package become unusable on non-CPython platforms. CM> Making the compilation of the C extension optional again implied CM> removing ``setup.py`` code added in 3.5.1 which made the C extension CM> a setuptools "Feature" and readding code from 3.5.0 which overrides CM> the distutils ``build_ext`` command. CM> CM> - Move pickle equality tests into a unittest.TestCase test to make it CM> easier to condition the tests on whether the C extension has been CM> compiled. This also makes the tests pass on Jython. CM> _______________________________________________ CM> Zope-Dev maillist - Zope-Dev@zope.org CM> https://mail.zope.org/mailman/listinfo/zope-dev CM> ** No cross posts or HTML encoding! ** CM> (Related lists - CM> https://mail.zope.org/mailman/listinfo/zope-announce CM> https://mail.zope.org/mailman/listinfo/zope ) -- Best regards, Adam GROSZER mailto:agroszer@gmail.com -- Quote of the day: He who thinks most of heaven will do most for earth. - Anonymous
participants (3)
-
Adam GROSZER -
Chris McDonough -
Christian Theune