diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-pluggy/python3-pluggy.SlackBuild | 3 | ||||
-rw-r--r-- | python/python3-pluggy/python3-pluggy.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-pluggy/python3-pluggy.SlackBuild b/python/python3-pluggy/python3-pluggy.SlackBuild index df3261b1e0..2e725c01b8 100644 --- a/python/python3-pluggy/python3-pluggy.SlackBuild +++ b/python/python3-pluggy/python3-pluggy.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-pluggy # Copyright 2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pluggy -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pluggy/python3-pluggy.info b/python/python3-pluggy/python3-pluggy.info index 6d4a45eefc..8b75dd2317 100644 --- a/python/python3-pluggy/python3-pluggy.info +++ b/python/python3-pluggy/python3-pluggy.info @@ -1,8 +1,8 @@ PRGNAM="python3-pluggy" -VERSION="1.0.0" +VERSION="1.3.0" HOMEPAGE="https://github.com/pytest-dev/pluggy" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-1.0.0.tar.gz" -MD5SUM="daa6fddfb6cd364f3c82e52098911e4b" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-1.3.0.tar.gz" +MD5SUM="f31aad77be2f5af8ed3864159b7fd743" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |