From 68fd09df840e53ec77bdd348b2369dd63a6d3fbb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 10 Apr 2023 10:16:48 +0200 Subject: [PATCH] python-pytest: Update to 7.3.0 --- python-pytest/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 7bfa1f27..37b51406 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=7.2.2 +pkgver=7.3.0 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=('ff88059fc057dd99625d1f513cd6b9bd0969c8c1fecbfd576c0fbc277ca3cb98') +sha256sums=('e24dfffb74c20f7623ded259c675b49a1e9bdd51c4f80876629f7fe93425fed8') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}