python27: update to 2.7.11
This commit is contained in:
parent
610b33ac4e
commit
a0f1b5eb74
@ -6,13 +6,12 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# Check the following 4 variables before running the script
|
# Check the following 4 variables before running the script
|
||||||
topdir=python
|
topdir=python
|
||||||
version=2.7.10
|
version=2.7.11
|
||||||
pkgver=1
|
pkgver=1
|
||||||
source[0]=https://www.python.org/ftp/python/$version/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
|
# If there are no patches, simply comment this
|
||||||
patch[0]=python-2.7.9-mmap-fcntl_h.patch
|
patch[0]=python-2.7.9-tgcware.patch
|
||||||
patch[1]=python-2.7.9-tgcware.patch
|
patch[1]=python-2.7.9-multiprocessing-without-urandom.patch
|
||||||
patch[2]=python-2.7.9-multiprocessing-without-urandom.patch
|
|
||||||
|
|
||||||
# Source function library
|
# Source function library
|
||||||
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
|
||||||
@ -83,6 +82,10 @@ install()
|
|||||||
compat python27-libs 2.7.9 1 1
|
compat python27-libs 2.7.9 1 1
|
||||||
compat python27-tkinter 2.7.9 1 1
|
compat python27-tkinter 2.7.9 1 1
|
||||||
compat python27-tools 2.7.9 1 1
|
compat python27-tools 2.7.9 1 1
|
||||||
|
compat python27 2.7.10 1 1
|
||||||
|
compat python27-libs 2.7.10 1 1
|
||||||
|
compat python27-tkinter 2.7.10 1 1
|
||||||
|
compat python27-tools 2.7.10 1 1
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Sun Dec 20 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.11-1
|
||||||
|
- Update to 2.7.11
|
||||||
|
|
||||||
* Sat Jun 06 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.10-1
|
* Sat Jun 06 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.10-1
|
||||||
- Update to 2.7.10
|
- Update to 2.7.10
|
||||||
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
--- Python-2.7.9/Modules/mmapmodule.c.fnctl 2014-12-10 16:59:55.000000000 +0100
|
|
||||||
+++ Python-2.7.9/Modules/mmapmodule.c 2015-03-21 12:20:50.544882000 +0100
|
|
||||||
@@ -23,9 +23,7 @@
|
|
||||||
|
|
||||||
#ifndef MS_WINDOWS
|
|
||||||
#define UNIX
|
|
||||||
-# ifdef __APPLE__
|
|
||||||
# include <fcntl.h>
|
|
||||||
-# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef MS_WINDOWS
|
|
Loading…
x
Reference in New Issue
Block a user