* update python-pytest-randomly to 3.16.0-1
This commit is contained in:
parent
b0e7dafacf
commit
83f43e915a
@ -1,7 +1,7 @@
|
||||
pkgbase = python-pytest-randomly
|
||||
pkgdesc = Pytest plugin to randomly order tests and control random.seed
|
||||
pkgver = 3.15.0
|
||||
pkgrel = 4
|
||||
pkgver = 3.16.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/pytest-dev/pytest-randomly
|
||||
arch = any
|
||||
license = MIT
|
||||
@ -14,7 +14,7 @@ pkgbase = python-pytest-randomly
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python-pytest
|
||||
source = python-pytest-randomly-3.15.0.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/3.15.0.tar.gz
|
||||
sha512sums = 7ead074f0b2fbd20ab383258808986f3900ab83ef18bc68440ed55eae2ad21912a30b03be830091e86570cba768c1f13b5f15852f5aa0095ffd7e134e55c884f
|
||||
source = python-pytest-randomly-3.16.0.tar.gz::https://github.com/pytest-dev/pytest-randomly/archive/3.16.0.tar.gz
|
||||
sha512sums = 310605c6acaa4a9e1aa6689594d047c7edb1ef8597091d6eac884ca5920c2e29eb02cafdaaf5202d2c0b1c5ac7ad13988230597267336a0347be0bd60a8b67f0
|
||||
|
||||
pkgname = python-pytest-randomly
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
|
||||
pkgname=python-pytest-randomly
|
||||
pkgver=3.15.0
|
||||
pkgrel=4
|
||||
pkgver=3.16.0
|
||||
pkgrel=1
|
||||
pkgdesc='Pytest plugin to randomly order tests and control random.seed'
|
||||
arch=(any)
|
||||
license=('MIT')
|
||||
@ -12,7 +12,7 @@ depends=('python-pytest')
|
||||
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
|
||||
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=('7ead074f0b2fbd20ab383258808986f3900ab83ef18bc68440ed55eae2ad21912a30b03be830091e86570cba768c1f13b5f15852f5aa0095ffd7e134e55c884f')
|
||||
sha512sums=('310605c6acaa4a9e1aa6689594d047c7edb1ef8597091d6eac884ca5920c2e29eb02cafdaaf5202d2c0b1c5ac7ad13988230597267336a0347be0bd60a8b67f0')
|
||||
|
||||
build() {
|
||||
cd pytest-randomly-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user