Date: Tuesday, May 26, 2015 @ 07:24:45 Author: fyan Revision: 239755 upgpkg: python2 2.7.10-1
Modified: python2/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-26 04:32:41 UTC (rev 239754) +++ PKGBUILD 2015-05-26 05:24:45 UTC (rev 239755) @@ -5,7 +5,7 @@ # Contributor: Jason Chu <[email protected]> pkgname=python2 -pkgver=2.7.9 +pkgver=2.7.10 pkgrel=1 _pybasever=2.7 pkgdesc="A high-level scripting language" @@ -13,7 +13,7 @@ license=('PSF') url="http://www.python.org/" depends=('bzip2' 'gdbm' 'openssl' 'zlib' 'expat' 'sqlite' 'libffi') -makedepends=('tk' 'bluez-libs') +makedepends=('tk' 'bluez-libs' 'hardening-wrapper') checkdepends=('gdb') optdepends=('tk: for IDLE' 'python2-setuptools' @@ -20,7 +20,7 @@ 'python2-pip') conflicts=('python<3') source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz) -sha1sums=('3172f6e957713c2d9fca462cc16068222fd1b9d3') +sha1sums=('ee5a50c5562e7448f037d35fdedc18d95c748b9e') prepare() { cd Python-${pkgver} @@ -75,8 +75,8 @@ } check() { - # As of 2.7.9, 2 tests failed: - # test_gdb test_mhlib + # As of 2.7.10, 3 tests failed: + # test_doctest test_gdb test_mhlib # Besides, test_thread disabled as it will stuck cd Python-${pkgver}
