aboutsummaryrefslogtreecommitdiff
path: root/python/python3-smart_open/python3-smart_open.SlackBuild
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu@protonmail.com>2025-04-12 19:12:41 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-13 21:16:31 +0700
commit3474b9530d0b8a965459526428ac813bb091083b (patch)
tree61faeb374ab0113241f38234f9425713918a4890 /python/python3-smart_open/python3-smart_open.SlackBuild
parent651dd1f28be9fabd2f4e5ca21e6b09683ce10bcd (diff)
python/python3-smart_open: Update for 7.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-smart_open/python3-smart_open.SlackBuild')
-rw-r--r--python/python3-smart_open/python3-smart_open.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-smart_open/python3-smart_open.SlackBuild b/python/python3-smart_open/python3-smart_open.SlackBuild
index 60c90b878d..af5b3a739e 100644
--- a/python/python3-smart_open/python3-smart_open.SlackBuild
+++ b/python/python3-smart_open/python3-smart_open.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-smart_open
-# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023-2025 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-smart_open
-VERSION=${VERSION:-7.1.0}
+VERSION=${VERSION:-7.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}