diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-05 19:55:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-08 09:32:44 +0700 |
commit | c9ead660f466ee9234299f01e9e419a1f098e3fe (patch) | |
tree | 67d3473bdab25f2227950b1836551820424e4553 /python/python3-smart_open | |
parent | 5e51d1de754e16e4af2b99bc111378b66b603663 (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')
-rw-r--r-- | python/python3-smart_open/python3-smart_open.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-smart_open/python3-smart_open.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-smart_open/python3-smart_open.SlackBuild b/python/python3-smart_open/python3-smart_open.SlackBuild index b3556613f5e3d..cce7a285d43f2 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} diff --git a/python/python3-smart_open/python3-smart_open.info b/python/python3-smart_open/python3-smart_open.info index a3857b37a6eea..4b90c02ed748b 100644 --- a/python/python3-smart_open/python3-smart_open.info +++ b/python/python3-smart_open/python3-smart_open.info @@ -1,8 +1,8 @@ PRGNAM="python3-smart_open" -VERSION="6.3.0" +VERSION="6.4.0" HOMEPAGE="https://github.com/RaRe-Technologies/smart_open" -DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v6.3.0/smart_open-6.3.0.tar.gz" -MD5SUM="08de05939191be7cc83ec92b1eec64b1" +DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v6.4.0/smart_open-6.4.0.tar.gz" +MD5SUM="6ed40b5f9d26d98663a8efb65273289a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-boto3" |