[Zope-dev] ZODB3 3.9.0-dev-r77011 egg?!
Jim Fulton
jim at zope.com
Tue Aug 19 10:58:28 EDT 2008
On Aug 19, 2008, at 5:30 AM, Chris Withers wrote:
> Hi All,
>
> Why does the egg in the subject line exist
Because someone saw fit to release it. It's on download.zope.org/
distribution. It''s not in PyPI.
> and why does buildout pick it
> over a stable release?
Because, like setuptools, it wants the newest release by default.
You can use the prefer-final buildout option:
[buildout]
prefer-final = true
...
to have buildout prefer final releases.
Jim
--
Jim Fulton
Zope Corporation
More information about the Zope-Dev
mailing list