From 6c7cc02538b9d976f6926f355686fe1084b0a221 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 15 Dec 2020 11:03:54 -0500 Subject: [PATCH] python3-pytest: update to 6.2.1. --- srcpkgs/python3-pytest/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 6ebee3b1c72..4c291e13efb 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,6 +1,6 @@ # Template file for 'python3-pytest' pkgname=python3-pytest -version=6.1.2 +version=6.2.1 revision=1 wrksrc="pytest-${version}" build_style=python3-module @@ -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=c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e +checksum=66e419b1899bc27346cb2c993e12c5e5e8daba9073c1fbce33b9807abc95c306 alternatives=" pytest:pytest:/usr/bin/pytest3 pytest:py.test:/usr/bin/py.test3"