python/pytest-runner: Updated for version 4.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2018-03-10 17:34:57 +00:00 committed by Willy Sudiarto Raharjo
parent 2093f0a532
commit cfc76e6dd0
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pytest-runner
VERSION=${VERSION:-3.0}
VERSION=${VERSION:-4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="pytest-runner"
VERSION="3.0"
VERSION="4.0"
HOMEPAGE="https://pypi.python.org/pypi/pytest-runner"
DOWNLOAD="https://pypi.python.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz"
MD5SUM="8f8363a52bbabc4cedd5e239beb2ba11"
DOWNLOAD="https://pypi.python.org/packages/c7/8b/c69aeaac921ce55e8098682d5bf9a665f036624a730b64ea5dc6bc8e8826/pytest-runner-4.0.tar.gz"
MD5SUM="19c3892d9b830829b2a55cb2ed64d734"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytest"