aboutsummaryrefslogtreecommitdiff
path: root/python/python3-iniconfig/python3-iniconfig.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2025-03-23 18:42:29 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-03-29 08:15:37 +0700
commit58d34a90fbee3c230bed88c5dd903a148c143b4d (patch)
treec9f2fc23992935290ad09ebab3ec74a782882e92 /python/python3-iniconfig/python3-iniconfig.SlackBuild
parenta3b389587ceb89c3788bca53af887ec0a6789b19 (diff)
python/python3-iniconfig: Version bump to 2.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-iniconfig/python3-iniconfig.SlackBuild')
-rw-r--r--python/python3-iniconfig/python3-iniconfig.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-iniconfig/python3-iniconfig.SlackBuild b/python/python3-iniconfig/python3-iniconfig.SlackBuild
index 627971c624..f490d0a83c 100644
--- a/python/python3-iniconfig/python3-iniconfig.SlackBuild
+++ b/python/python3-iniconfig/python3-iniconfig.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-iniconfig
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
-# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
+# Copyright 2023-2025 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-iniconfig
SRCNAM=iniconfig
-VERSION=${VERSION:-2.0.0}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}