* update python-pytest to 1:8.2.1-1

This commit is contained in:
Alexander Baldeck 2024-06-20 20:40:35 +02:00
parent c8f82b9f4f
commit f892623367

View File

@ -5,7 +5,7 @@
pkgname=python-pytest
_name=${pkgname#python-}
pkgver=8.1.2
pkgver=8.2.1
pkgrel=1
epoch=1
pkgdesc="Simple powerful testing with Python"
@ -39,7 +39,7 @@ checkdepends=(
'python-twisted'
)
source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver")
b2sums=('74f95f0db4530db4a1a7bfa7e9a00ba1ca85de225c6e67015beff37de217ff3f69037c8fccc863a6f500d9e19d1ab61ba552175324e42148afb5d22696ede2cd')
b2sums=('15e2a2c215616ccc142d1faf03cd07027bd6f79b4b75c6439842749429a94e4a175498b9364a25e390dc63ebad00e05c0eafe09acf9e25410d7d940856fc02b1')
build() {
cd "$_name"