mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-smart_open: Update for 7.0.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0e99de1119
commit
2c5a8ab58f
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue