diff options
author | isaackwy | 2024-03-30 04:09:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2024-03-30 14:02:14 +0100 |
commit | 86f57377f55c3dec32afd350fb2ee48eb6fe7c0f (patch) | |
tree | 7fcfd3aa357813ad174dc92092d040ef61ada869 /python/python3-smart_open | |
parent | 893819da3c7d9a6f5ea172e3f79294c6421de25c (diff) | |
download | slackbuilds-86f57377f55c3dec32afd350fb2ee48eb6fe7c0f.tar.gz |
python/python3-smart_open: Update for 7.0.4
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 e7e3fb5665..30b9c08927 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.3} +VERSION=${VERSION:-7.0.4} 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 f35f3b175c..190df19b16 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.3" +VERSION="7.0.4" HOMEPAGE="https://github.com/RaRe-Technologies/smart_open" -DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.0.3/smart_open-7.0.3.tar.gz" -MD5SUM="82d540126e7a09eba13dc03523ca6899" +DOWNLOAD="https://github.com/RaRe-Technologies/smart_open/archive/v7.0.4/smart_open-7.0.4.tar.gz" +MD5SUM="9ba91017eb70dbcf3a670dd2dece171a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-wrapt" |