python3-pytest: update to 8.3.4.

This commit is contained in:
Piotr Wójcik 2025-01-18 18:19:32 +01:00
parent 06dfe26a81
commit 0d72a097cb

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pytest' # Template file for 'python3-pytest'
pkgname=python3-pytest pkgname=python3-pytest
version=8.3.1 version=8.3.4
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
_common_deps="python3-iniconfig python3-pluggy" _common_deps="python3-iniconfig python3-pluggy"
hostmakedepends="python3-setuptools_scm python3-Sphinx ${_common_deps}" hostmakedepends="python3-setuptools_scm python3-Sphinx ${_common_deps}"
@ -13,7 +13,7 @@ license="MIT"
homepage="https://docs.pytest.org/en/latest/" homepage="https://docs.pytest.org/en/latest/"
changelog="https://docs.pytest.org/en/latest/changelog.html" changelog="https://docs.pytest.org/en/latest/changelog.html"
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
checksum=7e8e5c5abd6e93cb1cc151f23e57adc31fcf8cfd2a3ff2da63e23f732de35db6 checksum=965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761
alternatives=" alternatives="
pytest:pytest:/usr/bin/pytest3 pytest:pytest:/usr/bin/pytest3
pytest:py.test:/usr/bin/py.test3" pytest:py.test:/usr/bin/py.test3"