From 723216142b70de66e3ca311438cf4669b07898ea Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 11 Jun 2024 07:21:43 +0200 Subject: [PATCH] python-pytest: Update to 8.2.2 --- python-pytest/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 01123fd5..a7fd63e3 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,14 +2,14 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=7.4.4 +pkgver=8.2.2 pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") conflicts=("python3-pytest") pkgdesc="Simple powerful testing with Python" arch=('any') -license=('MIT') +license=('spdx:MIT') url="https://pytest.org/" msys2_repository_url="https://github.com/pytest-dev/pytest" msys2_references=( @@ -27,7 +27,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=('4f4e35d86a155fe870137979829b7a916bffffb570b0d5dab0429e0fdc37dc8e') +sha256sums=('b723da0ef5c624aad539e65c6d5381289c84c2977045e365813338318474d433') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}