Date: Saturday, February 29, 2020 @ 21:08:53 Author: felixonmars Revision: 587137
upgpkg: python-pytest-randomly 3.2.1-1 Modified: python-pytest-randomly/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-29 21:08:10 UTC (rev 587136) +++ PKGBUILD 2020-02-29 21:08:53 UTC (rev 587137) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-randomly -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc='Pytest plugin to randomly order tests and control random.seed' arch=('any') @@ -10,7 +10,7 @@ depends=('python-pytest') checkdepends=('python-factory-boy' 'python-faker' 'python-numpy') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz") -sha512sums=('899c3036b14ac21345c75ff7e7232acc3254390b0ac3262a989c50acc4cf3ed506c5cd5c1e36ba513761e20ae27e586b7b370e4d920270ead8652d29bf72ffce') +sha512sums=('d4009c4ddd14c6d39de466ed0dfdc9e084f16a2475de87647a56270cb69e9daf95580c6af8baa14a98b6741c6db86a1bafa078be7e8cd81724c5feec6fd4515d') build() { cd pytest-randomly-$pkgver
