aboutsummaryrefslogtreecommitdiff
path: root/python/python3-smart_open/python3-smart_open.SlackBuild
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-01-05 19:55:09 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-08 09:32:44 +0700
commitc9ead660f466ee9234299f01e9e419a1f098e3fe (patch)
tree67d3473bdab25f2227950b1836551820424e4553 /python/python3-smart_open/python3-smart_open.SlackBuild
parent5e51d1de754e16e4af2b99bc111378b66b603663 (diff)
python/python3-smart_open: Update for 6.4.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 b3556613f5..cce7a285d4 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 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2023-2024 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:-6.3.0}
+VERSION=${VERSION:-6.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}