[PATCH 1 of 3] contrib: make Python 2.7.9 the default in Makefile.python

Mads Kiilerich mads at kiilerich.com
Fri Jan 16 04:01:15 UTC 2015


# HG changeset patch
# User Mads Kiilerich <madski at unity3d.com>
# Date 1421378785 -3600
#      Fri Jan 16 04:26:25 2015 +0100
# Node ID 11108c8a7aaab973f11b2e2b49c02a4a3152b908
# Parent  049a9e3a078d7c988cb12ed456aad6ec2779ea69
contrib: make Python 2.7.9 the default in Makefile.python

We should utilize (and test) the big API changes and new TLS functionality in
Python 2.7.9 whenever possible.

diff --git a/contrib/Makefile.python b/contrib/Makefile.python
--- a/contrib/Makefile.python
+++ b/contrib/Makefile.python
@@ -1,4 +1,4 @@
-PYTHONVER=2.7.8
+PYTHONVER=2.7.9
 PYTHONNAME=python-
 PREFIX=$(HOME)/bin/prefix-$(PYTHONNAME)$(PYTHONVER)
 SYMLINKDIR=$(HOME)/bin
@@ -27,7 +27,7 @@ help:
 # debian: apt-get install zlib1g-dev libbz2-dev libssl-dev
 	@echo
 	@echo 'To build a nice collection of interesting Python versions:'
-	@echo '  $$ for v in 2.{4{,.2,.3},5{,.6},6{,.1,.2,.9},7{,.8}}; do'
+	@echo '  $$ for v in 2.{4{,.2,.3},5{,.6},6{,.1,.2,.9},7{,.8,.9}}; do'
 	@echo '    make -f Makefile.python symlink PYTHONVER=$$v || break; done'
 	@echo 'To run a Mercurial test on all these Python versions:'
 	@echo '  $$ for py in `cd ~/bin && ls $(PYTHONNAME)2.*`; do'


More information about the Mercurial-devel mailing list