From 29aa21de8c2858eff726395e2be68da8eeddd5c5 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 5 Dec 2017 23:42:40 -0200 Subject: [PATCH] python-pytest: update to 3.3.1. Closes: #9804 [via git-merge-pr] --- srcpkgs/python-pytest/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index 5b8a8b74bda..edd8f0c3925 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -1,6 +1,6 @@ # Template file for 'python-pytest' pkgname=python-pytest -version=3.3.0 +version=3.3.1 revision=1 wrksrc="${pkgname/python-//}-${version}" build_style=python-module @@ -12,7 +12,7 @@ maintainer="maxice8 " license="MIT" homepage="https://docs.pytest.org/en/latest/" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" -checksum=6db1c070aa412c30647b6aeb13c55670f900cf00fbafa003cdde560c3f4a8d76 +checksum=cf8436dc59d8695346fcd3ab296de46425ecab00d64096cebe79fb51ecb2eb93 alternatives=" python-pytest:pytest:/usr/bin/pytest2 python-pytest:py.test:/usr/bin/py.test2