Skip to content

Commit

Permalink
Update python to version 2.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Jun 1, 2020
1 parent a498a8b commit 171b7f0
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions cross/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PKG_NAME = python
PKG_VERS_MAJOR = 2
PKG_VERS_MINOR = 7
PKG_VERS_PATCH = 16
PKG_VERS_PATCH = 17
PKG_VERS = $(PKG_VERS_MAJOR).$(PKG_VERS_MINOR).$(PKG_VERS_PATCH)
PKG_EXT = tar.xz
PKG_DIST_NAME = Python-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://www.python.org/ftp/python/$(PKG_VERS)
PKG_DIR = Python-$(PKG_VERS)

DEPENDS = cross/zlib cross/openssl cross/sqlite cross/readline cross/ncurses cross/bzip2
DEPENDS = cross/zlib cross/openssl cross/sqlite cross/readline cross/ncursesw cross/bzip2
DEPENDS += cross/berkeleydb-5.3 native/$(PKG_NAME)

HOMEPAGE = http://www.python.org
Expand Down
8 changes: 4 additions & 4 deletions cross/python/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin:bin/2to3
bin:bin/idle
bin:bin/pydoc
bin:bin/smtpd.py
rsc:bin/2to3
rsc:bin/idle
rsc:bin/pydoc
rsc:bin/smtpd.py
lnk:bin/python
lnk:bin/python2
bin:bin/python@PKG_SHORT_VERS@
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.16.tar.xz SHA1 e9543af127d958b12b0edfb9340d4f0af3d0d90e
Python-2.7.16.tar.xz SHA256 f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7
Python-2.7.16.tar.xz MD5 30157d85a2c0479c09ea2cbe61f2aaf5
Python-2.7.17.tar.xz SHA1 dc5784d11d09c29fbf3fc155e2f242b3d3309454
Python-2.7.17.tar.xz SHA256 4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41
Python-2.7.17.tar.xz MD5 b3b6d2c92f42a60667814358ab9f0cfd
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.16
PKG_VERS = 2.7.17
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.16.tar.xz SHA1 e9543af127d958b12b0edfb9340d4f0af3d0d90e
Python-2.7.16.tar.xz SHA256 f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7
Python-2.7.16.tar.xz MD5 30157d85a2c0479c09ea2cbe61f2aaf5
Python-2.7.17.tar.xz SHA1 dc5784d11d09c29fbf3fc155e2f242b3d3309454
Python-2.7.17.tar.xz SHA256 4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41
Python-2.7.17.tar.xz MD5 b3b6d2c92f42a60667814358ab9f0cfd
2 changes: 1 addition & 1 deletion spk/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = python
SPK_SHORT_VERS = 2.7
SPK_VERS = $(SPK_SHORT_VERS).16
SPK_VERS = $(SPK_SHORT_VERS).17
SPK_REV = 21
SPK_ICON = src/python.png

Expand Down

0 comments on commit 171b7f0

Please sign in to comment.