[arch-commits] Commit in python/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Wed Oct 8 15:05:46 UTC 2014


    Date: Wednesday, October 8, 2014 @ 17:05:46
  Author: fyan
Revision: 224085

upgpkg: python 3.4.2-1

upstream new release

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-08 14:26:36 UTC (rev 224084)
+++ PKGBUILD	2014-10-08 15:05:46 UTC (rev 224085)
@@ -1,12 +1,12 @@
 # $Id$
 # Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Stéphane Gaudreault <stephane at archlinux.org>
 # Contributor: Allan McRae <allan at archlinux.org>
 # Contributor: Jason Chu <jason at archlinux.org>
 
 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"
@@ -26,7 +26,7 @@
 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}
@@ -68,7 +68,7 @@
   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() {



More information about the arch-commits mailing list