Date: Tuesday, June 28, 2016 @ 09:05:39 Author: felixonmars Revision: 270754
upgpkg: python 3.5.2-1 Modified: python/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-28 08:45:16 UTC (rev 270753) +++ PKGBUILD 2016-06-28 09:05:39 UTC (rev 270754) @@ -6,8 +6,8 @@ # Contributor: Jason Chu <[email protected]> pkgname=python -pkgver=3.5.1 -pkgrel=2 +pkgver=3.5.2 +pkgrel=1 _pybasever=3.5 pkgdesc="Next generation of the python high-level scripting language" arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ replaces=('python3') source=("http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz" dont-make-libpython-readonly.patch) -sha1sums=('0186da436db76776196612b98bb9c2f76acfe90e' +sha1sums=('4843aabacec5bc0cdd3e1f778faa926e532794d2' 'c22b24324b8e53326702de439c401d97927ee3f2') prepare() { @@ -68,10 +68,8 @@ check() { # Failures: - # test_pathlib & test_posixpath: https://bugs.python.org/issue24950 - # test_gdb # test_distutils: because of our EXTRA_CFLAGS - # test_nntplib: downloading external files and failed + # test_socket # Hacks: # test_tk: xvfb-run
