From 8881a5ad92248128ed9af23a699a549ede577da5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 14 Mar 2023 19:20:18 +0100 Subject: [PATCH] python-pytest: Update to 7.2.2 --- python-pytest/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 6f511573..7bfa1f27 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -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}