[BlueBream] Pinning elementtree (Python2.4)

Baiju M baiju.m.mail at gmail.com
Sat Mar 6 22:48:58 EST 2010


On Sun, Mar 7, 2010 at 8:39 AM, Sebastien Douche <sdouche at gmail.com> wrote:
> Hi,
> tle last version of elementtree is "1.2.7-20070827-preview", but the
> buildout configuration is made to use only "stable" version (
> allow-picked-versions = False).
>
> So, I have this error:
> sdouche at fou-hi:~/tmp/trunk$ ./bin/buildout -U
> Getting distribution for 'mr.developer==1.10'.
> Got mr.developer 1.10.
> Getting distribution for 'elementtree'.
> zip_safe flag not set; analyzing archive contents...
> Got elementtree 1.2.7-20070827-preview.
> While:
>  Installing.
>  Loading extensions.
>  Getting distribution for 'elementtree'.
> Error: Picked: elementtree = 1.2.7-20070827-preview
>
> You can see the same issue on the buildbot :
> http://bluebream.buildbot.securactive.org/builders/bb-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
> http://bluebream.buildbot.securactive.org/builders/ztk-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
> http://bluebream.buildbot.securactive.org/builders/za-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
> http://bluebream.buildbot.securactive.org/builders/com-py2.4.6-32bit-linux/builds/3/steps/buildout/logs/stdio
>
> 4 solutions :
> - switch allow-picked-versions to True
> - pinning elementtree (1.2.6-20050316)
> - drop Python2.4 support
> - Explain to Fredrik Lundh how naming a package :o)

Thanks for reporting this, we will go for the pinning elementtree
(1.2.6-20050316) solution.
I have done this in 1.0 branch and trunk.

svn+ssh://baijum@svn.zope.org/repos/main/bbkit/branches/1.0
svn+ssh://baijum@svn.zope.org/repos/main/bbkit/trunk

> Baiju, why keep Python2.4? The standard version is 2.6 and the 2.7 is
> out for the end of the year.

For BB 1.0 release, we will support 2.4, 2.5 & 2.6.
Christophe has fixed the issues with zope.formlib,
zope.app.keyreference & zope.app.apidoc
Details: http://wiki.zope.org/bluebream/TODOList
I will go ahead and release those packages today.
Then I will update 1.0 branch and trunk of BBKit.

Oh. we need to include 1.0 branch in the Buildbot.
Where only bug fix releases are going to be updated
now onwards.

Regards,
Baiju M


More information about the bluebream mailing list