From 7df86c15aa981a2b578a0d2175ebc7646dba4399 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 20 Jun 2023 11:54:15 +0200 Subject: [PATCH] python-pytest: Update to 7.3.2 --- python-pytest/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 37b51406..b92434ab 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=7.3.0 +pkgver=7.3.2 pkgrel=1 provides=("python3-pytest") replaces=("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=('e24dfffb74c20f7623ded259c675b49a1e9bdd51c4f80876629f7fe93425fed8') +sha256sums=('926e9ecd7ee6aecd3c895831f0f4f86504deac76d7869fac44b7601ff121b95f') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}