On Thu, Mar 15, 2012 at 5:39 PM, Marius Gedminas <marius@gedmin.as> wrote:
On Thu, Mar 15, 2012 at 03:40:25PM +0100, Hanno Schlichting wrote:
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.
I think Jim always used a slightly different approach, preferring to keep any version numbers out of SVN, so we are "lucky" it states 3.10 at all. As the ZODB isn't part of the ZTK, the ZTK guidelines on version numbers don't apply. I don't see any real issues here.
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?
yes, sure. Hanno