From 9398b05c96cf62c91eb1fd5c5f30df331ea81402 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 6 Aug 2018 10:26:33 -0300 Subject: [PATCH] python-pytest: update to 3.7.1. --- srcpkgs/python-pytest/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pytest/template b/srcpkgs/python-pytest/template index 119e873240b..8fc42dec67f 100644 --- a/srcpkgs/python-pytest/template +++ b/srcpkgs/python-pytest/template @@ -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 " 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"