[MERGE][1.12] setup/build updates for win32 and bzr-svn 0.5.0

Jelmer Vernooij jelmer at samba.org
Wed Feb 11 17:58:50 GMT 2009


On Wed, Feb 11, 2009 at 11:10:14AM -0600, John Arbash Meinel wrote:
> Jelmer Vernooij wrote:
> > Hi John,

> > On Wed, Feb 11, 2009 at 10:22:34AM -0600, John Arbash Meinel wrote:
> >> The new bzr-svn needs to have subvertpy installed. It is actually a
> >> separate package now, so it needs to be included in setup.py (the same
> >> way we include PyQT, et al, for qbzr).
> > Thanks for looking into this.

> >> However, PyQT doesn't change as often as I expect subvertpy to change,
> >> so I also updated the build_release.py script. With these changes,
> >> build_release.py now stages subvertpy into the build with everything else.
> > subvertpy should be rather stable; its current incarnation hasn't
> > changed its API for months now - changes have been a Windows-specific fix, 
> > some new status codes and more docstrings.

> >> --- tools/win32/build_release.py	2009-01-12 18:17:05 +0000
> >> +++ tools/win32/build_release.py	2009-02-11 15:45:01 +0000
> >> @@ -4,10 +4,11 @@
> >>  # When preparing a new release, make sure to set all of these to the latest
> >>  # values.
> >>  VERSIONS = {
> >> -    'bzr': '1.11',
> >> -    'qbzr': '0.9.6',
> >> -    'bzrtools': '1.11.0',
> >> -    'bzr-svn': '0.4.16',
> >> +    'bzr': '1.12',
> >> +    'qbzr': '0.9.7',
> >> +    'bzrtools': '1.12.0',
> >> +    'bzr-svn': '0.5.0',
> >> +    'subvertpy': '0.6.2',
> >>  }
> > ^^^ subvertpy is not a plugin, why is this necessary?
> For the reason I just outlined. I stage 'subvertpy' into the build
> directory, rather than assuming it is installed in C:\Python25....

Ah, I didn't realize that was what you meant. Sorry.

bb:approve

Cheers,
Jelmer

-- 
Jelmer Vernooij <jelmer at samba.org> - http://jelmer.vernstok.nl/



More information about the bazaar mailing list