From 171b7f0ef636abe340453f54a431decc76c38f5b Mon Sep 17 00:00:00 2001 From: hgy59 Date: Sat, 9 Nov 2019 23:09:39 +0100 Subject: [PATCH] Update python to version 2.7.17 --- cross/python/Makefile | 4 ++-- cross/python/PLIST | 8 ++++---- cross/python/digests | 6 +++--- native/python/Makefile | 2 +- native/python/digests | 6 +++--- spk/python/Makefile | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cross/python/Makefile b/cross/python/Makefile index 66234c7186d5..8c2953a16307 100644 --- a/cross/python/Makefile +++ b/cross/python/Makefile @@ -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 diff --git a/cross/python/PLIST b/cross/python/PLIST index 95d249120661..7c7258b2f1ac 100644 --- a/cross/python/PLIST +++ b/cross/python/PLIST @@ -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@ diff --git a/cross/python/digests b/cross/python/digests index 2680cdc1d20d..fcecb93cc76a 100644 --- a/cross/python/digests +++ b/cross/python/digests @@ -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 diff --git a/native/python/Makefile b/native/python/Makefile index 03d112163ea0..a289d7256c1e 100644 --- a/native/python/Makefile +++ b/native/python/Makefile @@ -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) diff --git a/native/python/digests b/native/python/digests index 2680cdc1d20d..fcecb93cc76a 100644 --- a/native/python/digests +++ b/native/python/digests @@ -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 diff --git a/spk/python/Makefile b/spk/python/Makefile index 1083bd5d9cf3..0c8f88d525e7 100644 --- a/spk/python/Makefile +++ b/spk/python/Makefile @@ -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