python27: update to 2.7.10

This commit is contained in:
Tom G. Christensen 2015-06-13 01:00:41 +02:00
parent 57b132ef99
commit 399be25549
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,7 @@
CHANGELOG
---------
* Sat Jun 06 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.10-1
- Update to 2.7.10
* Sat Mar 21 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.9-1
- Initial package