diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-10-04 20:24:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-05 22:25:29 +0700 |
commit | 2c5a8ab58fb5b8d88aa2bc6ab799f58be3c82ca0 (patch) | |
tree | e66e8ff9794fecd589a96636c7a9a1b2baf43044 /python/python3-smart_open | |
parent | 0e99de1119dd0f0ffaf416f7cddb59caa7b83af0 (diff) |
python/python3-smart_open: Update for 7.0.5
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 30b9c08927..4748f85494 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.4} +VERSION=${VERSION:-7.0.5} 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 190df19b16..63839c39fc 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.4" +VERSION="7.0.5" HOMEPAGE="https://github.com/RaRe-Technologies/smart_open" -DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.0.4/smart_open-7.0.4.tar.gz" -MD5SUM="9ba91017eb70dbcf3a670dd2dece171a" +DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.0.5/smart_open-7.0.5.tar.gz" +MD5SUM="b78ad5d9a75fdf0cf1b7e9979461840e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wrapt" |