aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pluggy/python3-pluggy.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2023-09-08 13:07:12 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-09 06:32:52 +0700
commit5a78162734180a442b8728837797dbbde45c4d21 (patch)
tree1fcae294a2044268500b0940642a32aec6ae6779 /python/python3-pluggy/python3-pluggy.SlackBuild
parenta8d5131c6b566fa1868efb7d2ef4f4269bafaa0c (diff)
python/python3-pluggy: Version bump 1.3.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pluggy/python3-pluggy.SlackBuild')
-rw-r--r--python/python3-pluggy/python3-pluggy.SlackBuild3
1 files changed, 2 insertions, 1 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}