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

Felix Yan felixonmars at archlinux.org
Thu Jul 12 21:32:17 UTC 2018


    Date: Thursday, July 12, 2018 @ 21:32:16
  Author: felixonmars
Revision: 358300

upgpkg: python-boto 2.48.0-2

Python 3.7 rebuild

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-12 21:32:16 UTC (rev 358299)
+++ PKGBUILD	2018-07-12 21:32:16 UTC (rev 358300)
@@ -6,7 +6,7 @@
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
 pkgver=2.48.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')
 url='https://github.com/boto/boto'
@@ -28,8 +28,7 @@
 
 check() {
   cd "$srcdir"/boto-$pkgver
-  # Known failure on test_correct_low_level_api_calls: https://bugs.python.org/issue25195
-  python tests/test.py default || warning 'Tests failed'
+  python tests/test.py default
 
   cd "$srcdir"/boto-$pkgver-py2
   python2 tests/test.py default



More information about the arch-commits mailing list