From 5b799ae53c65d7e7b4c8bc1f35e5a63f467aedcf Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Tue, 13 Oct 2020 17:55:57 +0200 Subject: [PATCH] python27: update to 2.7.18 --- python27/build.sh | 4 ++-- python27/meta/ChangeLog | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python27/build.sh b/python27/build.sh index d163770..040c95c 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.17 +version=2.7.18 pkgver=1 source[0]=https://www.python.org/ftp/python/$version/Python-$version.tar.xz # If there are no patches, simply comment this @@ -78,7 +78,7 @@ install() docs_for python27 LICENSE README docs_for python27-libs LICENSE README - for ver in 2.7.9 2.7.10 2.7.11 2.7.12 2.7.13 2.7.14 2.7.15 2.7.16 + for ver in 2.7.9 2.7.10 2.7.11 2.7.12 2.7.13 2.7.14 2.7.15 2.7.16 2.7.17 do compat python27 $ver 1 1 compat python27-libs $ver 1 1 diff --git a/python27/meta/ChangeLog b/python27/meta/ChangeLog index 207df4b..7709fd9 100644 --- a/python27/meta/ChangeLog +++ b/python27/meta/ChangeLog @@ -1,5 +1,8 @@ CHANGELOG --------- +* Tue Oct 13 2020 Tom G. Christensen - 2.7.18-1 +- Update to 2.7.18 + * Sun Feb 09 2020 Tom G. Christensen - 2.7.17-1 - Update to 2.7.17