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

Felix Yan felixonmars at archlinux.org
Tue Jun 28 08:44:52 UTC 2016


    Date: Tuesday, June 28, 2016 @ 08:44:51
  Author: felixonmars
Revision: 270752

upgpkg: python2 2.7.12-1

Modified:
  python2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 07:21:32 UTC (rev 270751)
+++ PKGBUILD	2016-06-28 08:44:51 UTC (rev 270752)
@@ -5,8 +5,8 @@
 # Contributor: Jason Chu <jason at archlinux.org>
 
 pkgname=python2
-pkgver=2.7.11
-pkgrel=3
+pkgver=2.7.12
+pkgrel=1
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 conflicts=('python<3')
 source=(http://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz
         descr_ref.patch)
-sha1sums=('c3b8bbe3f084c4d4ea13ffb03d75a5e22f9756ff'
+sha1sums=('05360b8ade117b35e266b2004a7f1f11250c6dcd'
           '8cc6ac63e909063eb16bbdabc0f0eac7d24ff0c1')
 
 prepare() {
@@ -81,8 +81,8 @@
 }
 
 check() {
-  # As of 2.7.11, 2 tests failed:
-  # test_doctest test_gdb
+  # As of 2.7.12, 1 test failed:
+  # test_gdb
   # Besides, test_thread disabled as it will stuck
   
   # $SHELL was set to avoid a test failure in test_gdb (it still fails due to other reasons, though)



More information about the arch-commits mailing list