Date: Monday, June 24, 2019 @ 06:03:11
  Author: felixonmars
Revision: 356824

upgpkg: python 3.7.3-2

rebuild for FS#62862

Modified:
  python/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-24 04:55:31 UTC (rev 356823)
+++ PKGBUILD    2019-06-24 06:03:11 UTC (rev 356824)
@@ -6,7 +6,7 @@
 
 pkgname=python
 pkgver=3.7.3
-pkgrel=1
+pkgrel=2
 _pybasever=${pkgver%.*}
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('x86_64')
@@ -101,7 +101,8 @@
   LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
   LC_CTYPE=en_US.UTF-8 xvfb-run -s "-screen 0 1280x720x24 -ac +extension GLX" 
-a -n "$servernum" \
     "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x test_gdb 
-x test_idle -x test_tk -x test_ttk_guionly \
-    -x test_cmd_line_script -x test_compileall -x test_importlib -x 
test_multiprocessing_main_handling -x test_py_compile -x test_runpy
+    -x test_cmd_line_script -x test_compileall -x test_importlib -x 
test_multiprocessing_main_handling -x test_py_compile -x test_runpy \
+    -x test_httplib
 }
 
 package() {

Reply via email to