Date: Monday, February 6, 2017 @ 07:42:05 Author: felixonmars Revision: 210340
upgpkg: python-coverage 4.3.4-1 Modified: python-coverage/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-06 07:40:33 UTC (rev 210339) +++ PKGBUILD 2017-02-06 07:42:05 UTC (rev 210340) @@ -4,17 +4,17 @@ # Contributor: Fazlul Shahriar <[email protected]> pkgname=(python-coverage python2-coverage) -pkgver=4.2 -pkgrel=2 +pkgver=4.3.4 +pkgrel=1 pkgdesc="A tool for measuring code coverage of Python programs" arch=('i686' 'x86_64') url="http://nedbatchelder.com/code/coverage/" license=('Apache') makedepends=('python-setuptools' 'python2-setuptools' 'mercurial') -checkdepends=('python-mock' 'python2-mock' 'python-nose' 'python2-nose' 'python-pycontracts' - 'python2-pycontracts' 'python-greenlet' 'python2-greenlet' 'python-virtualenv' - 'python2-virtualenv' 'python-pyenchant' 'python2-pyenchant' 'python-pylint' - 'python2-pylint' 'python-unittest-mixins' 'python2-unittest-mixins') +checkdepends=('python-mock' 'python2-mock' 'python-pytest-xdist' 'python2-pytest-xdist' + 'python-pycontracts' 'python2-pycontracts' 'python-greenlet' 'python2-greenlet' + 'python-virtualenv' 'python2-virtualenv' 'python-pyenchant' 'python2-pyenchant' + 'python-pylint' 'python2-pylint' 'python-unittest-mixins' 'python2-unittest-mixins') source=("hg+https://bitbucket.org/ned/coveragepy#tag=coverage-$pkgver") md5sums=('SKIP')
