diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-06-01 21:57:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-03 10:38:20 +0700 |
commit | e8361e384448345b1d62255f4264a05a6219c697 (patch) | |
tree | 3d84a6b8343e0052637f144c5e26e32f43465ce3 /python/python3-pytest/python3-pytest.SlackBuild | |
parent | 411a372bd22fae7347d01d702620e91447cef8f4 (diff) |
python/python3-pytest: Updated for version 7.3.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pytest/python3-pytest.SlackBuild')
-rw-r--r-- | python/python3-pytest/python3-pytest.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pytest/python3-pytest.SlackBuild b/python/python3-pytest/python3-pytest.SlackBuild index 586e5a9144..67caa475c0 100644 --- a/python/python3-pytest/python3-pytest.SlackBuild +++ b/python/python3-pytest/python3-pytest.SlackBuild @@ -28,8 +28,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pytest SRCNAM=pytest -VERSION=${VERSION:-7.1.3} -BUILD=${BUILD:-2} +VERSION=${VERSION:-7.3.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |