[arch-commits] Commit in python/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Feb 26 17:10:44 UTC 2015
Date: Thursday, February 26, 2015 @ 18:10:43
Author: fyan
Revision: 232003
upgpkg: python 3.4.3-1
Modified:
python/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-26 15:21:26 UTC (rev 232002)
+++ PKGBUILD 2015-02-26 17:10:43 UTC (rev 232003)
@@ -6,8 +6,8 @@
# Contributor: Jason Chu <jason at archlinux.org>
pkgname=python
-pkgver=3.4.2
-pkgrel=2
+pkgver=3.4.3
+pkgrel=1
_pybasever=3.4
pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
provides=('python3')
replaces=('python3')
source=(http://www.python.org/ftp/python/${pkgver%rc*}/Python-${pkgver}.tar.xz)
-sha1sums=('0727d8a8498733baabe6f51632b9bab0cbaa9ada')
+sha1sums=('7ca5cd664598bea96eec105aa6453223bb6b4456')
prepare() {
cd Python-${pkgver}
@@ -64,13 +64,11 @@
check() {
# test_site: http://bugs.python.org/issue21535
- # test_urllib2_localnet: domain "blackhole.snakebite.net" not exist ?!
- # test_socket: domain "испытание.python.org" could not be resolved.
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 test_socket test_gdb
+ "${srcdir}/Python-${pkgver}/python" -m test.regrtest -uall -x test_site test_posixpath test_urllib2_localnet
}
package() {
More information about the arch-commits
mailing list