Date: Monday, September 20, 2021 @ 20:48:55 Author: felixonmars Revision: 1019719
upgpkg: python-pytest-randomly 3.9.0-1 Modified: python-pytest-randomly/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-20 20:48:32 UTC (rev 1019718) +++ PKGBUILD 2021-09-20 20:48:55 UTC (rev 1019719) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-pytest-randomly -pkgver=3.8.0 +pkgver=3.9.0 pkgrel=1 pkgdesc='Pytest plugin to randomly order tests and control random.seed' arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-factory-boy' 'python-faker' 'python-numpy' 'python-pytest-xdist') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/$pkgver.tar.gz") -sha512sums=('eabed09478f3047f181b4efe1057d15dda5686f85d3321083fbd443e5dd036f9fc9bfca2048ff898a194d59349e46ebf6258f03caccf649e891bb0bc6d6ef863') +sha512sums=('a6a75a9047d9cf60cc3f51c1ca77f284a91573ddd4e803befb52ce45404a20bb6e30546df0365c6a5a9c2d04d0a4b7a9ac9334a7d81d0d08eb88ba344fdef3da') build() { cd pytest-randomly-$pkgver