Skip to content

Commit

Permalink
Update Python to 2.7.12 for Mac (#34493)
Browse files Browse the repository at this point in the history
  • Loading branch information
twangboy authored and Nicole Thomas committed Jul 6, 2016
1 parent 95094c7 commit 858e5c1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/osx/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ sudo -H $MAKE install
############################################################################
echo -n -e "\033]0;Build_Env: Python\007"

PKGURL="https://www.python.org/ftp/python/2.7.11/Python-2.7.11.tar.xz"
PKGDIR="Python-2.7.11"
PKGURL="https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tar.xz"
PKGDIR="Python-2.7.12"

download $PKGURL

echo "################################################################################"
echo "Building Python 2.7.11"
echo "Building Python 2.7.12"
echo "################################################################################"
echo "Note there are some test failures"
cd $PKGDIR
Expand Down
1 change: 0 additions & 1 deletion pkg/osx/shasums/Python-2.7.11.tar.xz.sha512

This file was deleted.

1 change: 1 addition & 0 deletions pkg/osx/shasums/Python-2.7.12.tar.xz.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6ddbbce47cc49597433d98ca05c2f62f07ed1070807b645602a8e9e9b996adc6fa66fa20a33cd7d23d4e7e925e25071d7301d288149fbe4e8c5f06d5438dda1f ./Python-2.7.12.tar.xz

0 comments on commit 858e5c1

Please sign in to comment.