[Distutils] buildout 2.0.0b1 released

Reinout van Rees reinout at vanrees.org
Tue Jan 22 11:37:21 CET 2013


On 21-01-13 17:22, Jim Fulton wrote:
> dumppickleversions and buildout-versions don't
> work with buildout 2 because they work by monkey-patching
> internal buildout implementation that has changed.
>
> We agreed to add the functionality to buildout 2.
> I'm looking forward to a pull request.:)

I've taken a quick look at fixing/compensating in buildout-versions: 
quite doable!

https://github.com/reinout/buildout-versions/commit/dc5f487bc36939180bd79e7028354813f6768ee8

It seems to work fine. No import error and no 3-versus-4-arguments error 
anymore.

I suspects the always_unzip=None kwarg trick I used is a quite clean way 
of working around the buildout 1.x/2.x difference.


I just got it working, so I still have to do some cleanup and testing.


Reinout

-- 
Reinout van Rees                    http://reinout.vanrees.org/
reinout at vanrees.org             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"



More information about the Distutils-SIG mailing list