From 4b8e3c339237e289a61c64d9a6d44ab41516ec99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Tue, 5 Nov 2019 23:00:00 +0100 Subject: [PATCH 1/2] python: update to 2.7.17. --- srcpkgs/python/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python/template b/srcpkgs/python/template index 25fb4bd9db5..d6524e1b59c 100644 --- a/srcpkgs/python/template +++ b/srcpkgs/python/template @@ -3,8 +3,8 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python-tkinter". # pkgname=python -version=2.7.16 -revision=2 +version=2.7.17 +revision=1 wrksrc="Python-${version}" pycompile_dirs="usr/lib/python2.7" hostmakedepends="pkg-config" @@ -16,7 +16,7 @@ maintainer="Orphaned " license="Python-2.0" homepage="https://www.python.org" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7 +checksum=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41 alternatives=" python:idle:/usr/bin/idle2.7 From c800fbd97d5b8ff70fc53b3ccafdbfec3d90549a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= Date: Tue, 5 Nov 2019 23:00:03 +0100 Subject: [PATCH 2/2] python-tkinter: update to 2.7.17. --- srcpkgs/python-tkinter/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-tkinter/template b/srcpkgs/python-tkinter/template index 19e595b37de..6614fca72bd 100644 --- a/srcpkgs/python-tkinter/template +++ b/srcpkgs/python-tkinter/template @@ -7,7 +7,7 @@ _desc="Interpreted, interactive, object-oriented programming language" pkgname=python-tkinter -version=2.7.16 +version=2.7.17 revision=1 wrksrc="Python-${version}" pycompile_dirs="usr/lib/python2.7/lib-tk" @@ -19,7 +19,7 @@ maintainer="Orphaned " license="Python-2.0" homepage="https://www.python.org" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=f222ef602647eecb6853681156d32de4450a2c39f4de93bd5b20235f2e660ed7 +checksum=4d43f033cdbd0aa7b7023c81b0e986fd11e653b5248dac9144d508f11812ba41 pre_configure() { # Ensure that internal copies of expat, libffi and zlib are not used.