diff --git a/python/python-pytest/.SRCINFO b/python/python-pytest/.SRCINFO index cac5af150e..345ed0a8d8 100644 --- a/python/python-pytest/.SRCINFO +++ b/python/python-pytest/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pytest pkgdesc = Simple powerful testing with Python - pkgver = 8.3.3 - pkgrel = 2 + pkgver = 8.3.4 + pkgrel = 1 epoch = 1 url = https://docs.pytest.org arch = any @@ -29,7 +29,7 @@ pkgbase = python-pytest depends = python-iniconfig depends = python-packaging depends = python-pluggy - source = git+https://github.com/pytest-dev/pytest.git#tag=8.3.3 - b2sums = 34f6b3dee29bba474080ee21a58c9b968eb4704631946509d15ada2320a80c83e5a8c5ebe25fce69e65af0556ab5b6ce6a502ffad010c2986c36e5d823caeb73 + source = git+https://github.com/pytest-dev/pytest.git#tag=8.3.4 + b2sums = 21f87227465b28edacbcca503feb68ff365da0a062fb637166ac2ea989f4bb359769d37a2790780f4f1954d9ab2d6b80bcb18a0133e484cb07271c65d213d855 pkgname = python-pytest diff --git a/python/python-pytest/PKGBUILD b/python/python-pytest/PKGBUILD index 4a5d45d5e0..d5e2a58996 100644 --- a/python/python-pytest/PKGBUILD +++ b/python/python-pytest/PKGBUILD @@ -5,8 +5,8 @@ pkgname=python-pytest _name=${pkgname#python-} -pkgver=8.3.3 -pkgrel=2 +pkgver=8.3.4 +pkgrel=1 epoch=1 pkgdesc="Simple powerful testing with Python" arch=(any) @@ -43,7 +43,7 @@ checkdepends=( python-twisted ) source=("git+https://github.com/$_name-dev/$_name.git#tag=$pkgver") -b2sums=('34f6b3dee29bba474080ee21a58c9b968eb4704631946509d15ada2320a80c83e5a8c5ebe25fce69e65af0556ab5b6ce6a502ffad010c2986c36e5d823caeb73') +b2sums=('21f87227465b28edacbcca503feb68ff365da0a062fb637166ac2ea989f4bb359769d37a2790780f4f1954d9ab2d6b80bcb18a0133e484cb07271c65d213d855') build() { cd "$_name"