diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-12-17 10:45:26 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-18 08:37:30 +0700 |
commit | 1cb71b5699dc14490f76fa22b02700695a2c34eb (patch) | |
tree | f183f096a62fcecc9ebdcb0d0774e3b44cecde0e /python/python3-smart_open | |
parent | c68ba433eb46542e8c1a3ca3352bb7bb57580a86 (diff) |
python/python3-smart_open: Update for 7.1.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 | 2 | ||||
-rw-r--r-- | python/python3-smart_open/python3-smart_open.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-smart_open/python3-smart_open.SlackBuild b/python/python3-smart_open/python3-smart_open.SlackBuild index 4748f85494..60c90b878d 100644 --- a/python/python3-smart_open/python3-smart_open.SlackBuild +++ b/python/python3-smart_open/python3-smart_open.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-smart_open -VERSION=${VERSION:-7.0.5} +VERSION=${VERSION:-7.1.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 63839c39fc..96b61cc523 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="7.0.5" +VERSION="7.1.0" HOMEPAGE="https://github.com/RaRe-Technologies/smart_open" -DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.0.5/smart_open-7.0.5.tar.gz" -MD5SUM="b78ad5d9a75fdf0cf1b7e9979461840e" +DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.1.0/smart_open-7.1.0.tar.gz" +MD5SUM="7694eeb6710f5d0d3c8e909619eb0e87" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wrapt" |