From 7a2d2abbecc4efb3fe1262a991d1f12c4516f0af Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 11 Mar 2025 08:22:45 +0100 Subject: [PATCH] python-pytest: Update to 8.3.5 --- python-pytest/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 9607387b..5ebfcf41 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=8.3.4 +pkgver=8.3.5 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=('3b12683459a85edca218d6c128ab2299aabd9a0c9fd046a43b7fb86080f0702c') +sha256sums=('b58e6aa58a553a54950405ad6e3005459dd8c13ecf2e1735703a3cfa5c72b381') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}