[arch-commits] Commit in python-pytest-randomly/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Mon Nov 16 16:53:39 UTC 2020
Date: Monday, November 16, 2020 @ 16:53:39
Author: foutrelis
Revision: 755398
Bump to 3.5.0 for Python 3.9
Modified:
python-pytest-randomly/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-16 16:49:23 UTC (rev 755397)
+++ PKGBUILD 2020-11-16 16:53:39 UTC (rev 755398)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-pytest-randomly
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5.0
+pkgrel=0
pkgdesc='Pytest plugin to randomly order tests and control random.seed'
arch=('any')
license=('BSD')
@@ -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=('3f1006ce67478221fb57369f6b0dcbb41bdd38798059112cff2e113ab101a4d07e72e5f302ffdf6159cc8600999f691f0f665fda4c0fcf58bba3c4fe5a12c039')
+sha512sums=('ed5cc11799e38caaa899ab25f75469baa2c57a5113c3e51129c4cee801b0eded57f6165113f8cb5a8c995057569c224b9039d601b361b9e95553dc8cb338b368')
build() {
cd pytest-randomly-$pkgver
More information about the arch-commits
mailing list