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

Felix Yan felixonmars at archlinux.org
Thu Feb 8 03:27:24 UTC 2018


    Date: Thursday, February 8, 2018 @ 03:27:23
  Author: felixonmars
Revision: 290174

upgpkg: python-coverage 4.5-1

Modified:
  python-coverage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 03:24:34 UTC (rev 290173)
+++ PKGBUILD	2018-02-08 03:27:23 UTC (rev 290174)
@@ -5,7 +5,7 @@
 
 pkgbase=python-coverage
 pkgname=(python-coverage python2-coverage)
-pkgver=4.4.2
+pkgver=4.5
 pkgrel=1
 pkgdesc="A tool for measuring code coverage of Python programs"
 arch=('x86_64')
@@ -18,7 +18,7 @@
               'python-pylint' 'python2-pylint' 'python-unittest-mixins' 'python2-unittest-mixins'
               'python-flaky' 'python2-flaky')
 source=("$pkgbase-$pkgver.tar.gz::https://bitbucket.org/ned/coveragepy/get/coverage-$pkgver.tar.gz")
-sha512sums=('6a860880b7c81edae958f822727a30e7bd07416db29c25057e9bb036b688dc2a2e5113901e069dbebe7de0d025f423bdbb8e3eb0bfdadc8e0f971d5a628fae3f')
+sha512sums=('7a79bd93dbf21c095de5eabbde15538af7d7bb6b4844daa30776ab702645ee448a3bb8ede16e5ecc7b02717ca869693a52f757b6b3ffc8e15269a31e0dd549b2')
 
 prepare() {
   mv ned-coveragepy-* coveragepy-$pkgver
@@ -40,7 +40,7 @@
     python igor.py test_with_tracer py
     python setup.py --quiet build_ext --inplace
     python igor.py test_with_tracer c
-  )
+  ) || warning "Python 3 tests failed"
 
   (
     cd "$srcdir/coveragepy-$pkgver-py2"



More information about the arch-commits mailing list