Skip to content

Commit

Permalink
Auto merge of #1018 - miketheman:miketheman/python27, r=smith
Browse files Browse the repository at this point in the history
[plans] python2 2.7.12 (updated)

On 2016-06-25 Python 2.7.12 was released, including a number of
security-releated fixes.

News is here: https://hg.python.org/cpython/raw-file/v2.7.12/Misc/NEWS

Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
thesentinels committed Jun 30, 2016
2 parents 0189b5b + 18b829a commit 7bd9d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plans/python2/plan.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pkg_name=python2
pkg_version=2.7.11
pkg_version=2.7.12
pkg_origin=core
pkg_license=('python')
pkg_dirname=Python-${pkg_version}
pkg_source=https://www.python.org/ftp/python/${pkg_version}/${pkg_dirname}.tgz
pkg_filename=${pkg_dirname}.tgz
pkg_shasum=82929b96fd6afc8da838b149107078c02fa1744b7e60999a8babbc0d3fa86fc6
pkg_shasum=3cb522d17463dfa69a155ab18cffa399b358c966c0363d6c8b5b3bf1384da4b6
pkg_deps=(core/glibc core/gcc-libs core/coreutils core/make core/ncurses core/zlib core/readline core/openssl core/bzip2)
pkg_build_deps=(core/linux-headers core/gcc)
pkg_lib_dirs=(lib)
Expand Down

0 comments on commit 7bd9d5f

Please sign in to comment.