* update python-flaky to 3.8.1-2

This commit is contained in:
Alexander Baldeck 2024-12-05 07:18:51 +01:00
parent d0b5985153
commit 50173fe04b
3 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,15 @@
pkgbase = python-flaky
pkgdesc = Plugin for nose or py.test that automatically reruns flaky tests
pkgver = 3.8.1
pkgrel = 2
url = https://github.com/box/flaky
arch = any
license = Apache
checkdepends = python-pytest
makedepends = git
makedepends = python-setuptools
depends = python
source = git+https://github.com/box/flaky.git#tag=v3.8.1
sha512sums = 43e3479659daa5a67449bd9defb2ffab71232fcfc7d876e4e3ef1540932203a7357b35a200b69f735b93105aaacc6d84d31d842fd9b0f412a3498b39a7e4102b
pkgname = python-flaky

View File

@ -0,0 +1,4 @@
[python-flaky]
source = "git"
git = "https://github.com/box/flaky.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
pkgname=python-flaky
pkgver=3.8.1
pkgrel=1
pkgrel=2
pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
arch=(any)
license=('Apache')