testing/py3-subtesthack: upgrade to 0.2.0

This commit is contained in:
Galen Abell 2022-07-18 09:05:39 +02:00 committed by Michał Polański
parent 209202f291
commit bc0efc3556

View File

@ -2,8 +2,8 @@
# Maintainer: Galen Abell <galen@galenabell.com>
pkgname=py3-subtesthack
_pyname=pytest-subtesthack
pkgver=0.1.2
pkgrel=2
pkgver=0.2.0
pkgrel=0
pkgdesc="Explicitly set up and tear down fixtures"
url="https://github.com/untitaker/pytest-subtesthack"
arch="noarch"
@ -22,4 +22,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="2d57b30de711692da90318d07c8d0ed1fc3cb9638780ff4499c49fbbc2c7e4bf79dd5355b34114cdf7332730c23820b18e68c50dcdda0eff061e5965d2fc7755 pytest-subtesthack-0.1.2.tar.gz"
sha512sums="
aac3c1f946cf7b0f91985d88b0706477b23938d30d088df2de80e6089a3503ec8171c54098fd7a271cf3b1956d21876927774896d4c95cdae4efccf5975c1d59 pytest-subtesthack-0.2.0.tar.gz
"