aboutsummaryrefslogtreecommitdiff
path: root/python/python3-distlib/python3-distlib.SlackBuild
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2025-08-11 23:44:49 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-16 08:01:18 +0700
commit19630d4f9cad586c859cee331e8a1c181a13d655 (patch)
tree0969557df1db4960c49a51914bc0889d9f0955d9 /python/python3-distlib/python3-distlib.SlackBuild
parenta3dc71980131c9f20b7a81a979b080dd0fdb1893 (diff)
python/python3-distlib: Version bump to 0.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-distlib/python3-distlib.SlackBuild')
-rw-r--r--python/python3-distlib/python3-distlib.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-distlib/python3-distlib.SlackBuild b/python/python3-distlib/python3-distlib.SlackBuild
index 1a538e2ab4..fac005b8ac 100644
--- a/python/python3-distlib/python3-distlib.SlackBuild
+++ b/python/python3-distlib/python3-distlib.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-distlib
# Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com>
-# Copyright 2023-2024 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
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-distlib
-VERSION=${VERSION:-0.3.9}
+VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}