From 32c14587eefd6c4df7c9855df0aa971c8523c2e2 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 6 Nov 2020 13:43:25 -0500 Subject: [PATCH] python3-pytest: update to 6.1.2. --- srcpkgs/python3-pytest/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 7e53266aa5e..6ebee3b1c72 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,7 +1,7 @@ # Template file for 'python3-pytest' pkgname=python3-pytest -version=6.1.1 -revision=2 +version=6.1.2 +revision=1 wrksrc="pytest-${version}" build_style=python3-module hostmakedepends="python3-setuptools_scm 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=8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92 +checksum=c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e alternatives=" pytest:pytest:/usr/bin/pytest3 pytest:py.test:/usr/bin/py.test3"