Date: Tuesday, May 11, 2021 @ 19:52:35 Author: felixonmars Revision: 930591
upgpkg: python-pytest-randomly 3.7.0-1 Modified: python-pytest-randomly/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-11 19:52:32 UTC (rev 930590) +++ PKGBUILD 2021-05-11 19:52:35 UTC (rev 930591) @@ -1,17 +1,17 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-randomly -pkgver=3.5.0 -pkgrel=2 +pkgver=3.7.0 +pkgrel=1 pkgdesc='Pytest plugin to randomly order tests and control random.seed' arch=('any') license=('MIT') url='https://github.com/pytest-dev/pytest-randomly' -depends=('python-pytest') +depends=('python-importlib-metadata' 'python-pytest') 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=('ed5cc11799e38caaa899ab25f75469baa2c57a5113c3e51129c4cee801b0eded57f6165113f8cb5a8c995057569c224b9039d601b361b9e95553dc8cb338b368') +sha512sums=('87af3a67abc323f85daa43f8d671c0789de3e84768e71aa47803874ad207c852ba1f5ddedfa43ad138d02b9d712f029d9e4eeed195eb70124388ad3cff9c88e1') build() { cd pytest-randomly-$pkgver
