[Checkins] SVN: z3c.form/trunk/buildout.cfg Accept a better version.

Jacob Holm jh at improva.dk
Mon Dec 8 10:39:01 EST 2008


Hi Malthe

I don't think that this actually does what you want. Unless I am 
mistaken, buildout only really understands exact versions and will 
interpret what you wrote as requiring the exact version "2.1.1" for the 
(non-existent) package "lxml >". This has the effect of allowing *any* 
version of lxml... (I see that this pattern is used elsewhere in the 
file, so either I am wrong or the bug is breeding :) )

The right place to put minimum versions (AFAIK) is in setup.py.

Hope this helps

- Jacob

Malthe Borch wrote:
> Log message for revision 93785:
>   Accept a better version.
>
> Changed:
>   U   z3c.form/trunk/buildout.cfg
>
> -=-
> Modified: z3c.form/trunk/buildout.cfg
> ===================================================================
> --- z3c.form/trunk/buildout.cfg	2008-12-08 13:55:55 UTC (rev 93784)
> +++ z3c.form/trunk/buildout.cfg	2008-12-08 14:40:46 UTC (rev 93785)
> @@ -5,7 +5,7 @@
>  versions = versions
>  
>  [versions]
> -lxml = 2.1.1
> +lxml >= 2.1.1
>  zope.app.locales = 3.4.5
>  z3c.pt >= 1.0b4
>  z3c.pt.compat = 0.3
>
> _______________________________________________
> Checkins mailing list
> Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/checkins
>   



More information about the Checkins mailing list