From 1af5eac8cc7c8d235b54b69c7e62af1014cc4bf4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 24 Dec 2024 14:09:08 +0100 Subject: [PATCH] python-pytest: Update to 8.3.4 --- python-pytest/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index c3fe4696..d46aaa9f 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=8.3.3 +pkgver=8.3.4 pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") @@ -26,7 +26,7 @@ makedepends=('python-build' 'python-setuptools' 'python-setuptools-scm') source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('41a038c4289c451cd3d9863e22dbb16ade54962774377489777b78d062592aa3') +sha256sums=('3b12683459a85edca218d6c128ab2299aabd9a0c9fd046a43b7fb86080f0702c') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}