On Thu, Mar 15, 2012 at 03:40:25PM +0100, Hanno Schlichting wrote:
On Thu, Mar 15, 2012 at 1:22 PM, Tres Seaver <tseaver@palladion.com> wrote:
On 03/14/2012 09:00 PM, Zope tests summarizer wrote:
[1] FAILED winbot / ztk_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2012-March/059300.html
[2] FAILED winbot / ztk_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2012-March/059301.html
[3] FAILED winbot / ztk_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2012-March/059302.html
[4] FAILED winbot / ztk_dev py_270_win64 https://mail.zope.org/pipermail/zope-tests/2012-March/059303.html
All fail with::
While: Installing test-zopeapp. Getting distribution for 'ZODB3>=3.10'. Error: Picked: zodb3 = 3.10.5
Ideas?
I think I fixed that in zope.app.publication now. Note that these are dev builds, so they use all packages from SVN.
z.a.publication added a new requirement for ZODB3>=3.10. But ZODB on its 3.10 branch notes its version as 3.10dev.
Eh? That implies that 3.10 will be the next released version from that branch, which makes no sense, given that the last release was 3.10.5. The branch should identify itself as 3.10.6dev.
As 3.10dev < 3.10 the check failed.
Relaxing the check to "ZODB3>=3.10dev" should fix this. Alternatively "ZODB3>3.10.999" would have worked as well.
Perhaps you meant ZODB3 > 3.9.999? Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development