From a091b670126450c3c244829360e67f87b665471c Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Thu, 9 Oct 2014 13:05:33 +0000 Subject: [PATCH] extra/python to 3.4.2-1 --- extra/python/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index c25a0f0cd..d671f19b6 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -1,6 +1,6 @@ # $Id$ # Maintainer: Angel Velasquez -# Maintainer: Felix Yan +# Maintainer: Felix Yan # Contributor: Stéphane Gaudreault # Contributor: Allan McRae # Contributor: Jason Chu @@ -10,7 +10,7 @@ # - removed --with-valgrind from configure line pkgname=python -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 _pybasever=3.4 pkgdesc="Next generation of the python high-level scripting language" @@ -30,7 +30,7 @@ options=('!makeflags') provides=('python3') replaces=('python3') source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz) -sha1sums=('143e098efe7ee7bec8a4904ec4b322f28a067a03') +sha1sums=('0727d8a8498733baabe6f51632b9bab0cbaa9ada') prepare() { cd Python-${pkgver} @@ -71,7 +71,7 @@ check() { cd Python-${pkgver} LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \ TERM=screen \ - "${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_posixpath test_uuid test_site test_urllib2_localnet + "${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_posixpath test_uuid test_site test_urllib2_localnet test_gdb } package() {