python27: update to 2.7.12
This commit is contained in:
parent
57d0d2b95e
commit
b1da845b50
@ -6,7 +6,7 @@
|
|||||||
###########################################################
|
###########################################################
|
||||||
# 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.11
|
version=2.7.12
|
||||||
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
|
||||||
@ -78,14 +78,13 @@ install()
|
|||||||
docs_for python27 LICENSE README
|
docs_for python27 LICENSE README
|
||||||
docs_for python27-libs LICENSE README
|
docs_for python27-libs LICENSE README
|
||||||
|
|
||||||
compat python27 2.7.9 1 1
|
for ver in 2.7.9 2.7.10 2.7.11
|
||||||
compat python27-libs 2.7.9 1 1
|
do
|
||||||
compat python27-tkinter 2.7.9 1 1
|
compat python27 $ver 1 1
|
||||||
compat python27-tools 2.7.9 1 1
|
compat python27-libs $ver 1 1
|
||||||
compat python27 2.7.10 1 1
|
compat python27-tkinter $ver 1 1
|
||||||
compat python27-libs 2.7.10 1 1
|
compat python27-tools $ver 1 1
|
||||||
compat python27-tkinter 2.7.10 1 1
|
done
|
||||||
compat python27-tools 2.7.10 1 1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
reg pack
|
reg pack
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
---------
|
---------
|
||||||
|
* Tue Sep 20 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.12-1
|
||||||
|
- Update to 2.7.12
|
||||||
|
|
||||||
* Sun Dec 20 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.11-1
|
* Sun Dec 20 2015 Tom G. Christensen <swpkg@jupiterrise.com> - 2.7.11-1
|
||||||
- Update to 2.7.11
|
- Update to 2.7.11
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user