python-pytest: update to 3.7.1.

This commit is contained in:
maxice8 2018-08-06 10:26:33 -03:00
parent 617c475864
commit 9398b05c96
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-pytest'
pkgname=python-pytest
version=3.6.2
revision=2
version=3.7.1
revision=1
noarch=yes
wrksrc="${pkgname/python-//}-${version}"
build_style=python-module
@ -15,8 +15,9 @@ short_desc="Simple powerful testing with Python2"
maintainer="Orphaned <orphan@voidlinux.eu>"
license="MIT"
homepage="https://docs.pytest.org/en/latest/"
changelog="https://raw.githubusercontent.com/pytest-dev/pytest/master/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
checksum=8ea01fc4fcc8e1b1e305252b4bc80a1528019ab99fd3b88666c9dc38d754406c
checksum=86a8dbf407e437351cef4dba46736e9c5a6e3c3ac71b2e942209748e76ff2086
alternatives="
pytest:pytest:/usr/bin/pytest2
pytest:py.test:/usr/bin/py.test2"