From a12a10a04dc7f93bf0a90f8f68d5e119ebfdb31d Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Mon, 2 Jul 2018 20:34:29 +0200 Subject: [PATCH] python27: update to 2.7.15 --- python27/build.sh | 2 +- python27/meta/ChangeLog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/python27/build.sh b/python27/build.sh index 755ee89..736246f 100755 --- a/python27/build.sh +++ b/python27/build.sh @@ -6,7 +6,7 @@ ########################################################### # Check the following 4 variables before running the script topdir=python -version=2.7.14 +version=2.7.15 pkgver=1 source[0]=https://www.python.org/ftp/python/$version/Python-$version.tar.xz # If there are no patches, simply comment this diff --git a/python27/meta/ChangeLog b/python27/meta/ChangeLog index 4f58de5..d1ff155 100644 --- a/python27/meta/ChangeLog +++ b/python27/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Thu May 24 2018 Tom G. Christensen - 2.7.15-1 +- Update to 2.7.15 + * Sun Apr 08 2018 Tom G. Christensen - 2.7.14-1 - Update to 2.7.14