From 399be255498da86c36f25885c5e79576a0dc6bd0 Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Sat, 13 Jun 2015 01:00:41 +0200 Subject: [PATCH] python27: update to 2.7.10 --- python27/build.sh | 9 +++++++-- python27/meta/ChangeLog | 3 +++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/python27/build.sh b/python27/build.sh index b490ca7..115fed2 100755 --- a/python27/build.sh +++ b/python27/build.sh @@ -6,9 +6,9 @@ ########################################################### # Check the following 4 variables before running the script topdir=python -version=2.7.9 +version=2.7.10 pkgver=1 -source[0]=https://www.python.org/ftp/python/2.7.9/Python-$version.tar.xz +source[0]=https://www.python.org/ftp/python/$version/Python-$version.tar.xz # If there are no patches, simply comment this patch[0]=python-2.7.9-mmap-fcntl_h.patch patch[1]=python-2.7.9-tgcware.patch @@ -78,6 +78,11 @@ install() ${__rm} -f ${stagedir}${prefix}/${_libdir}/pkgconfig/python{,2}.pc docs_for python27 LICENSE README docs_for python27-libs LICENSE README + + compat python27 2.7.9 1 1 + compat python27-libs 2.7.9 1 1 + compat python27-tkinter 2.7.9 1 1 + compat python27-tools 2.7.9 1 1 } reg pack diff --git a/python27/meta/ChangeLog b/python27/meta/ChangeLog index b32bc4d..213bd11 100644 --- a/python27/meta/ChangeLog +++ b/python27/meta/ChangeLog @@ -1,4 +1,7 @@ CHANGELOG --------- +* Sat Jun 06 2015 Tom G. Christensen - 2.7.10-1 +- Update to 2.7.10 + * Sat Mar 21 2015 Tom G. Christensen - 2.7.9-1 - Initial package