Date: Thursday, September 1, 2022 @ 14:54:38 Author: felixonmars Revision: 1290334
upgpkg: python-pytest-randomly 3.12.0-1 Modified: python-pytest-randomly/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-01 14:53:35 UTC (rev 1290333) +++ PKGBUILD 2022-09-01 14:54:38 UTC (rev 1290334) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-randomly -pkgver=3.11.0 +pkgver=3.12.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=('6c2da071492d032b60782c17aee01751fe0728f921dfd192a17d9be95330ddf6dd0c960ef93a200dbe990c8457340008c556f28aea9cbc74677984fee0618ad7') +sha512sums=('e2241c1304b9597f93cc57d6830808f85c59ea1b4815624dcd9d088f87eb4a34d6cb6394de9c31ebedcb8280fb6ff12b110fd5a559ab28c9e0381481fce52c4d') build() { cd pytest-randomly-$pkgver
