[PATCH 2 of 2 wheels stable] contrib: drop Python 2.6 from manylinux1 wheel script

Yuya Nishihara yuya at tcha.org
Fri Jul 21 09:32:12 EDT 2017


On Wed, 19 Jul 2017 23:30:24 +0200, Boris Feld wrote:
> On Wed, 2017-07-19 at 14:04 -0400, Augie Fackler wrote:
> > # HG changeset patch
> > # User Augie Fackler <augie at google.com>
> > # Date 1500486262 14400
> > #      Wed Jul 19 13:44:22 2017 -0400
> > # Branch stable
> > # Node ID b3453767f02a999701a2bacfe1d093bbea359180
> > # Parent  132d4c069e2dee21bd319d536772589a19dcd5d4
> > contrib: drop Python 2.6 from manylinux1 wheel script
> > 
> > diff --git a/contrib/build-linux-wheels.sh b/contrib/build-linux-
> > wheels.sh
> > --- a/contrib/build-linux-wheels.sh
> > +++ b/contrib/build-linux-wheels.sh
> > @@ -3,7 +3,7 @@
> >  # https://github.com/pypa/python-manylinux-demo/blob/master/travis/b
> > uild-wheels.sh
> >  set -e -x
> >  
> > -PYTHON_TARGETS=$(ls -d /opt/python/cp2*/bin)
> > +PYTHON_TARGETS=$(ls -d /opt/python/cp27*/bin)
> >  
> >  # Create an user for the tests
> >  useradd hgbuilder
> 
> Looks good to me. with these two patches, I've managed to create python
> 2.7 manylinux wheels. I've go one test failing for both 32 and 64 bits

Queued, thanks.


More information about the Mercurial-devel mailing list