Date: Monday, February 28, 2022 @ 07:36:14 Author: felixonmars Revision: 1138187
upgpkg: python-pytest-randomly 3.10.0-1 Modified: python-pytest-randomly/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-28 07:35:56 UTC (rev 1138186) +++ PKGBUILD 2022-02-28 07:36:14 UTC (rev 1138187) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-randomly -pkgver=3.9.0 -pkgrel=3 +pkgver=3.10.0 +pkgrel=1 pkgdesc='Pytest plugin to randomly order tests and control random.seed' arch=('any') license=('MIT') @@ -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=('a6a75a9047d9cf60cc3f51c1ca77f284a91573ddd4e803befb52ce45404a20bb6e30546df0365c6a5a9c2d04d0a4b7a9ac9334a7d81d0d08eb88ba344fdef3da') +sha512sums=('4ec78e8b2695838109b8a19917a871fb0749399b70d517f496f35006c155d6526d22455ad76eb87170f426ba44113bdf116fe32964675e850ff33b55d76678b7') build() { cd pytest-randomly-$pkgver
