python-pytest: Update to 7.2.2

This commit is contained in:
Christoph Reiter
2023-03-14 19:20:18 +01:00
parent 0e01a469c5
commit 8881a5ad92

View File

@@ -2,8 +2,8 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=7.2.1
pkgrel=2
pkgver=7.2.2
pkgrel=1
provides=("python3-pytest")
replaces=("python3-pytest")
conflicts=("python3-pytest")
@@ -23,7 +23,7 @@ makedepends=('python-build'
'python-setuptools-scm'
'python-wheel')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('1ec21119de84f1bae0c5eb0fd31a895dcb240e63c5cc43538c16c5bdf12e4e6c')
sha256sums=('ff88059fc057dd99625d1f513cd6b9bd0969c8c1fecbfd576c0fbc277ca3cb98')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}