python27: update to 2.7.13

This commit is contained in:
Tom G. Christensen 2016-12-21 22:34:28 +01:00
parent df88d5d080
commit 773e5bb81b
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=python
version=2.7.12
version=2.7.13
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
for ver in 2.7.9 2.7.10 2.7.11 2.7.12
do
compat python27 $ver 1 1
compat python27-libs $ver 1 1

View File

@ -1,5 +1,8 @@
CHANGELOG
---------
* Wed Dec 21 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.13-1
- Update to 2.7.13
* Tue Sep 20 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.12-1
- Update to 2.7.12