From 14e61b2a0c754d277660a86a957a80db86643f24 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 30 Aug 2021 21:15:23 -0400 Subject: [PATCH] python3-pytest: update to 6.2.5. --- srcpkgs/python3-pytest/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 5ea8912596e..c381df973ba 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,10 +1,10 @@ # Template file for 'python3-pytest' pkgname=python3-pytest -version=6.2.4 -revision=2 +version=6.2.5 +revision=1 wrksrc="pytest-${version}" build_style=python3-module -hostmakedepends="python3-setuptools_scm python3-toml python3-Sphinx" +hostmakedepends="python3-setuptools_scm python3-Sphinx" depends="python3-py python3-packaging python3-attrs python3-more-itertools python3-atomicwrites python3-pluggy python3-wcwidth python3-setuptools python3-iniconfig python3-toml" @@ -16,7 +16,7 @@ license="MIT" homepage="https://docs.pytest.org/en/latest/" changelog="https://docs.pytest.org/en/latest/changelog.html" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" -checksum=50bcad0a0b9c5a72c8e4e7c9855a3ad496ca6a881a3641b4260605450772c54b +checksum=131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89 alternatives=" pytest:pytest:/usr/bin/pytest3 pytest:py.test:/usr/bin/py.test3"