[Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Adam GROSZER
Hello, Just got a request that winbot should prepare .exe's for windows. My question is, do we want exe AND egg or just exe for windows binary packages? I think setuptools/distribute should work with an exe too, but veto me here and now. -- Best regards, Adam GROSZER -- Quote of the

Re: [Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Jim Fulton
On Wed, Mar 6, 2013 at 7:10 AM, Adam GROSZER agros...@gmail.com wrote: Hello, Just got a request that winbot should prepare .exe's for windows. My question is, do we want exe AND egg or just exe for windows binary packages? I think setuptools/distribute should work with an exe too, I

Re: [Zope-dev] windows egg/exe packages on PyPI?

2013-03-06 Thread Adam GROSZER
Hello, Well at least easy_install docs say that: http://peak.telecommunity.com/DevCenter/EasyInstall#id6 When downloading or processing downloaded files, Easy Install recognizes distutils source distribution files with extensions of .tgz, .tar, .tar.gz, .tar.bz2, or .zip. And of course it

Re: [Zope-dev] zope-tests - FAILED: 16, OK: 12

2013-03-06 Thread Marius Gedminas
On Wed, Mar 06, 2013 at 01:00:01AM +, Zope tests summarizer wrote: [12] FAILED winbot / zope.app.http_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073081.html zope.app.http wants zope.app.wsgi.testlayer. zope.app.wsgi 4.0.0a3 introduces a new setuptools extra

Re: [Zope-dev] zope-tests - FAILED: 16, OK: 12

2013-03-06 Thread Marius Gedminas
On Wed, Mar 06, 2013 at 02:44:19PM +0200, Marius Gedminas wrote: On Wed, Mar 06, 2013 at 01:00:01AM +, Zope tests summarizer wrote: [12] FAILED winbot / zope.app.http_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073081.html zope.app.http wants

Re: [Zope-dev] zope-tests - FAILED: 16, OK: 12

2013-03-06 Thread Marius Gedminas
On Wed, Mar 06, 2013 at 01:00:01AM +, Zope tests summarizer wrote: [6]winbot / z3c.language.switch_py_265_32 Missing extra_requires of zope.app.testing for the [test] extra. Fixed. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development signature.asc

[Zope-dev] FYI: random2

2013-03-06 Thread Stephan Richter
Hi everyone, one of the issues while porting apps to Python 3 is that Python 3 uses a new algorithm for randrange(), which produces different output for Python 2 and 3. I just released random2, which is a port of Python 2.7's `random` module to Python 2.6, 3.2 and 3.3. This way your random

[Zope-dev] FYI2: Output Checker

2013-03-06 Thread Stephan Richter
Hi everyone, when we ported TAL to Python 3, we had to fix the attribute order and I think Marius sorted them alphabetically. This would break a lot of existing tests. Luckily lxml provides and output checker that verifies the XML structure rather than the string representation. This will

[Zope-dev] zope-tests - FAILED: 11, OK: 12

2013-03-06 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2013-03-05 00:00:00 UTC and 2013-03-06 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation: