Skip to content

Commit

Permalink
Update python to 2.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jun 1, 2020
1 parent 3b7d4d0 commit a498a8b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cross/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME = python
PKG_VERS_MAJOR = 2
PKG_VERS_MINOR = 7
PKG_VERS_PATCH = 15
PKG_VERS_PATCH = 16
PKG_VERS = $(PKG_VERS_MAJOR).$(PKG_VERS_MINOR).$(PKG_VERS_PATCH)
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
Expand Down
6 changes: 3 additions & 3 deletions cross/python/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Python-2.7.15.tar.xz SHA1 f99348a095ec4a6411c84c0d15343d11920c9724
Python-2.7.15.tar.xz SHA256 22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574
Python-2.7.15.tar.xz MD5 a80ae3cc478460b922242f43a1b4094d
Python-2.7.16.tar.xz SHA1 e9543af127d958b12b0edfb9340d4f0af3d0d90e
Python-2.7.16.tar.xz SHA256 f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7
Python-2.7.16.tar.xz MD5 30157d85a2c0479c09ea2cbe61f2aaf5
2 changes: 1 addition & 1 deletion native/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = python
PKG_VERS = 2.7.15
PKG_VERS = 2.7.16
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://www.python.org/ftp/python/$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions native/python/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Python-2.7.15.tar.xz SHA1 f99348a095ec4a6411c84c0d15343d11920c9724
Python-2.7.15.tar.xz SHA256 22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574
Python-2.7.15.tar.xz MD5 a80ae3cc478460b922242f43a1b4094d
Python-2.7.16.tar.xz SHA1 e9543af127d958b12b0edfb9340d4f0af3d0d90e
Python-2.7.16.tar.xz SHA256 f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7
Python-2.7.16.tar.xz MD5 30157d85a2c0479c09ea2cbe61f2aaf5
6 changes: 3 additions & 3 deletions spk/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SPK_NAME = python
SPK_SHORT_VERS = 2.7
SPK_VERS = $(SPK_SHORT_VERS).15
SPK_REV = 20
SPK_VERS = $(SPK_SHORT_VERS).16
SPK_REV = 21
SPK_ICON = src/python.png

DEPENDS = cross/busybox cross/$(SPK_NAME)
Expand All @@ -24,7 +24,7 @@ DESCRIPTION_SPN = Lenguaje de programación Python 2.7.
RELOAD_UI = yes
STARTABLE = no
DISPLAY_NAME = Python
CHANGELOG = "1. Update to Python 2.7.15<br>2. Update modules"
CHANGELOG = "1. Update to Python 2.7.16"

HOMEPAGE = http://www.python.org
LICENSE = PSF
Expand Down

0 comments on commit a498a8b

Please sign in to comment.