python-pytest: update to 3.6.0.

Closes #14667.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-05-23 14:56:46 -03:00 committed by Enno Boland
parent 02e282afba
commit 8a4fef6d4d

View file

@ -1,7 +1,7 @@
# Template file for 'python-pytest' # Template file for 'python-pytest'
pkgname=python-pytest pkgname=python-pytest
version=3.5.1 version=3.6.0
revision=2 revision=1
noarch=yes noarch=yes
wrksrc="${pkgname/python-//}-${version}" wrksrc="${pkgname/python-//}-${version}"
build_style=python-module build_style=python-module
@ -16,7 +16,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="MIT" license="MIT"
homepage="https://docs.pytest.org/en/latest/" homepage="https://docs.pytest.org/en/latest/"
distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pytest/pytest-${version}.tar.gz"
checksum=54713b26c97538db6ff0703a12b19aeaeb60b5e599de542e7fca0ec83b9038e8 checksum=39555d023af3200d004d09e51b4dd9fdd828baa863cded3fd6ba2f29f757ae2d
alternatives=" alternatives="
pytest:pytest:/usr/bin/pytest2 pytest:pytest:/usr/bin/pytest2
pytest:py.test:/usr/bin/py.test2" pytest:py.test:/usr/bin/py.test2"