
faassen at startifact
Aug 6, 2009, 9:44 AM
Post #4 of 4
(520 views)
Permalink
|
|
Re: Why does zope.tales explicitly pin versions in buildout.cfg?
[In reply to]
|
|
Shane Hathaway wrote: > Fabio Tranchitella wrote: >> Is there a specific reason for having the version pinning? Automatic testing of >> zope.tales obviously fails using the KGS, because zope.traversing there is >> 3.7.1. >> >> Is it possible to remove the "versions" stanza? > > Sure. Pinned versions are OK for a maintenance branch, but not the trunk. +1, at least for most libraries. It can get messy not to pin if you depend on a lot of libraries, and frameworks do that. So Grok will continue pinning down versions in its trunk for the time being. :) Regards, Martijn _______________________________________________ Zope-Dev maillist - Zope-Dev [at] zope http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
|