python/python3-pytest-runner: Updated for version 6.0.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-12-08 15:51:02 -08:00 committed by Willy Sudiarto Raharjo
parent 8111a6f725
commit fb2757bfd6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pytest-runner
SRCNAM=pytest-runner
VERSION=${VERSION:-6.0.0}
VERSION=${VERSION:-6.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-pytest-runner"
VERSION="6.0.0"
VERSION="6.0.1"
HOMEPAGE="https://pypi.python.org/pypi/pytest-runner"
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest-runner/pytest-runner-6.0.0.tar.gz"
MD5SUM="74f14ba3b07bb7ef96da4108f3f2921b"
DOWNLOAD="https://pypi.python.org/packages/source/p/pytest-runner/pytest-runner-6.0.1.tar.gz"
MD5SUM="bd11f67561d7c4db8cf7e96b13ab469f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-pytest python3-build python3-wheel"