diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-07-26 19:20:33 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2012-07-26 19:20:33 +0000 |
commit | ac0b066923d2f201ddc44f1e4a44ec45b1b1b148 (patch) | |
tree | 6a01a0120fc53e09bb0fff293341b1d637118512 /external_deps.lst | |
parent | c3f714be4453789706df803568dca9aa3086ed01 (diff) |
i119384 - Python update to version 2.7.3
This is the last 2.x version released: it includes many bug
fixes and also supports some backward compatible features
from the 3.1 series. More information is available here:
http://www.python.org/download/releases/2.7.3/
In order to reduce conflicts the patches were reorganized:
the FreeBSD patches are in their own patch now. The SSL
patches were split in three parts: -md5, -ssl and a
Windows-specific component that was merged along with
-security-flags into -pcbuild.
Patch by: Hanya Runo and pfg@
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'external_deps.lst')
-rw-r--r-- | external_deps.lst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/external_deps.lst b/external_deps.lst index 6a0d41a2e6f9..7fb5aa43038f 100644 --- a/external_deps.lst +++ b/external_deps.lst @@ -201,13 +201,8 @@ if (ENABLE_MEDIAWIKI == YES) URL2 = $(SVN_TRUNK)$(MD5)-$(name) if (SYSTEM_PYTHON != YES) - MD5 = bc702168a2af16869201dbe91e46ae48 - name = LICENSE_Python-2.6.1 - URL1 = $(SVN_TRUNK)$(MD5)-$(name) - -if (SYSTEM_PYTHON != YES) - MD5 = e81c2f0953aa60f8062c05a4673f2be0 - name = Python-2.6.1.tar.bz2 + MD5 = c57477edd6d18bd9eeca2f21add73919 + name = Python-2.7.3.tar.bz2 URL1 = $(SVN_TRUNK)$(MD5)-$(name) if (GUI!=UNX || SYSTEM_ZLIB!=YES) |