Date: Wednesday, August 21, 2019 @ 03:08:55 Author: felixonmars Revision: 500376
upgpkg: python-pytest 5.1.1-1 Modified: python-pytest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-21 03:08:20 UTC (rev 500375) +++ PKGBUILD 2019-08-21 03:08:55 UTC (rev 500376) @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <[email protected]> pkgname=python-pytest -pkgver=5.1.0 +pkgver=5.1.1 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ 'python-numpy' 'python-twisted' 'python-pytest-xdist' 'python-decorator' 'python-jinja' 'python-pexpect') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('d6d112fe390d890ca58ba685024890f624456d5069f32637fc054db1f817609b48c01a42d3a97b362d6906b4705a37ebd73a270a4a86256f2ffa7b2a1b153aa6') +sha512sums=('97fa8b8eae177128e8ab5063d06375fd23c16079767040dce6cf16efb8910e2fd18a48af90dd1307673bf35265204c8a2d69cfb36959ccab84ad59745de882f9') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
