From 8192fb54e4499da0158fba88686bbf727816c515 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Sun, 13 Sep 2020 19:00:43 +0530 Subject: [PATCH] python3-pytest: update to 6.0.2. --- srcpkgs/python3-pytest/template | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python3-pytest/template b/srcpkgs/python3-pytest/template index 3df0405f1e2..2e8a374649b 100644 --- a/srcpkgs/python3-pytest/template +++ b/srcpkgs/python3-pytest/template @@ -1,8 +1,7 @@ # Template file for 'python3-pytest' pkgname=python3-pytest -version=5.3.5 -revision=2 -archs=noarch +version=6.0.2 +revision=1 wrksrc="pytest-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -16,15 +15,12 @@ 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=0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d +checksum=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043 alternatives=" pytest:pytest:/usr/bin/pytest3 pytest:py.test:/usr/bin/py.test3" post_patch() { - vsed -i setup.py \ - -e '/setup_requires=/d' \ - -e "s|use_scm_version=.*|version=\"${version}\",|" # This test depends on tox, and/or egg-info # merely check pytest and py.test were generated rm testing/test_entry_points.py